/*
    Unified Colors:
    grayed  =   '#706f6f'
    dgray   =   '#534e4b'
    mgray   =   '#999999'
    gray    =   '#E0DFDF'
    lgray   =   '#e9e9e9'
    blue    =   '#4897c4'
    ublue   =   '#6FC6EB'
    green   =   '#5cb85c'
    red     =   '#d9534f'
    #222222
*/

/* font-size is specified 14px in the body
    but we also have a font-size:200% setting in the body which overrides this.
    If we disable 200%, the app starts to look funky.
    We should eventually revert to 14px for body font.

    For now, using .normal-font for 14px setting
*/

@tailwind base;
@tailwind components;
@tailwind utilities;

.red:hover{
    color: #d9534f;
}

@font-face {
    font-family: Optician-Sans;
    src: url(/fonts/Optician-Sans.woff2);
}

html {
    background-size: 100%;
    background-color: black;
    color: white;
    min-height: 100%;
    height: 100%;

}

body {
    min-height: 100%;
    height: 100%;
    overflow: hidden

}

.center-align {
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-message{
    position: relative; 
}

#mtg-frame {
    height: 450px;
    /* border: 0; */
    background-color: black;
    margin: 10px;
  }

/* For Firefox */
html {
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}

::-webkit-scrollbar {
    height: 10px;
    width: 0px; 
    background: transparent;
}

.dark-box {
    padding: 10px;
    background-color: #111111;
    border: 1px solid #6FC6EB;
    border-radius: 4px;
    text-align: center;
}

.black {
    background-color: black;
}
.blue {
    color: #6FC6EB;
}
.darkgray {
    background-color: #222222;
}
.google-visualization-table-table th {
    border: solid #6FC6EB !important;
    border-width: 0px 0px 1px 0px !important;
    white-space: nowrap;
}
.google-visualization-table-table td {
    border: solid black !important;
    border-width: 2px 0px 0px 2px !important;
    white-space: nowrap;
}

.btn.inactive {
    opacity: 0.5;
}

a {
    color: #60b5ff;
}

a:hover {
    text-decoration: none;
    cursor: pointer; cursor: hand;    
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fill {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.form-control {
    background-color: black;
    color: white;
}
.timepicker .btn-default {
    color: white;
    background-color: black;
}
.timepicker .btn-default:hover, .btn-default.focus,.btn-default:focus {
    background-color: #6FC6EB;
    color: white;
    border: 1px solid #6FC6EB;
}

.form-control:disabled {
    background-color: black;
}

.meeting-input {
    width: 370px;
}

.meeting:hover div{
    color: #6FC6EB;
}
.meeting-item { 
    width: 112px;
    height: 38px;
    display: inline-block;
    background: black;
    padding: 2px 6px; margin: 4px 0px;
    border-radius: 0px 3px 3px 0px;
    color:white;
    border: 1px solid gray;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* white-space: normal; */
}
.meeting-item.wide {
    width: 200px;
}
.meeting-item-text {
    width: 68px;
    height: 38px;
    /* display: inline-block; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.meeting-item-text.wide {
    width: 145px;
}
.meeting-item.prefix { 
    width: 54px;
    margin-right: -7px;
    background: #333333;
    border-radius: 3px;
    text-align: right;
}

.meeting-first-col {
    border-right: 1px solid gray;
}

.refresh-btn {
    cursor: pointer;
    vertical-align: middle;
    margin: 4px;
}
.refresh-btn:hover {
    color: #6FC6EB;
}

.share-with {
    width: 100%;
    height: fit-content!important;
}

.inactive-share {
    text-decoration: line-through;
    color: gray;
}
/* 
.current-patient-share-user {
    border: 0.1px solid #444444;
    border-radius: 3px;
    padding: 3px 9px;
    box-shadow: 2px 3px 3px rgb(0 0 0 / 40%);
    margin: 9px 0px;
}
.current-patient-share-user:hover {
    background-color: #111111;
} */

.top-nav {
    background-color: #171515;
    margin-left:0px;
    margin-right:0px;
}

.top-nav-logo {
    float: left;
    height: 40px;
    margin: 8px 6px 10px 12px;
}

.top-nav-form {
    float: left;
    height: 34px;
    margin: 13px 3px;
}

.top-nav-form .form-control {
    display: inline-block;
    width: auto;
}

#search-input {
    width: 200px;
    border: 1px solid #666666;
}

#search-btn {
    margin-left: -6px !important;
    border-radius: 0px 4px 4px 0px;
}

.search-results-below {
    font-size: small;
}

.local-search-result {
    /* color: #C8E6C9 !important; */
}

@media (max-width: 400px) {
    .top-nav-form .form-control {
        width: 122px;
    }
    /*.patient-card {
        display: none;
    }*/
}

@media screen and (max-device-width : 568px) { 
    .top-nav-dropdown {
        font-size: 17px;
    }
    .upload-file-list {
        margin: 0 5px !important;
    }
}


.dropdown-list-icon{
    display:inline-block;
    width:20px;
    text-align:center;
}

.dropdown-text{
    text-align:left;
    padding-left: 0;
    margin-left: 0;
}

.top-nav-dropdown {
    display: inline-block;
    list-style-type: none;
    padding: 0;
}

.top-nav-dropdown-menu {
    /* background-color: black !important; */
    border: 0px !important;
    text-align: left;
    padding: 10px 20px 2px 10px;
    font-size: 11px;
    width:128px;
    color: #999999;
    margin-left: -80px;
    position: fixed;
}

.top-nav-dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #dee2e6;
    margin: 6px 0px;
    white-space: nowrap;
    /* background-color: black; */
    padding: 0;
    font-size: 14px;
}

.dropdown-dark > li > a {
    color: #dee2e6;
    padding-left: 10px;
}
.top-nav-dropdown-menu>li>a:focus, .top-nav-dropdown-menu>li>a:hover {
    background-color: #222222;
    color: #6FC6EB;
}

#settingsIcon {
    display: none;
}
#settingsName {
    display: inline-block;
}
.dropdown-toggle {
    color: #4897c4; 
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
    color: #6FC6EB;
}

.cool-spinner {
    position: absolute;
    width: 92px;
    height: 92px;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent #6fc6eb #6fc6eb;
    border-radius: 60px;
    animation: rotate 1s linear infinite;
}
.cool-spinner.little {
    width: 30px;
    height: 30px;
    border-width: 2px;
    margin: -4px -7px;
}

@-moz-keyframes rotate {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes rotate {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.dropdown-menu {
    background-color: #222222;
    border: 1px solid #4897c4;
    border-radius: 4px;
    max-width: 250px;
}
.dropdown-menu .dropdown-item a {
    color: #ffffff;
}
.dropdown-menu .dropdown-item a:hover {
    background-color: #6FC6EB;
}
.dropdown-menu>li>a {
    white-space: normal;

}
.clinical-code-header {
    font-weight: bold;
}
.clinical-code-description {
    white-space: normal;
    font-size: 9pt;
    max-width: 170px;
}
.popover-clinical-code-description {
    white-space: normal;
    font-size: 9pt;
    max-height: 300px;
    overflow-y: scroll;
}

.section {
    padding: 30px;
}

.viewer {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.viewportWrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
}

.viewport.has-overlay {
    cursor: none;
}

.gallery-slider-wrapper {
    min-height: 50px;
}

.gallery-slider-wrapper p, .gallery-slider-wrapper .fa-spinner {
    line-height: 100px;
    color: #6FC6EB;
}

.gallery-slider {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    background-color: black;
    border-top: 1px solid gray;
    height: 140px;
}
/* Track */
.gallery-slider::-webkit-scrollbar-track {
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #4897c4; 
    border: 1px solid black;
    width:10%;
    opacity:0.5;
    border-radius: 3px;
    
}

::-webkit-scrollbar-thumb:hover {
    background: #6FC6EB; 
    border: 1px #4897c4;
   
}

.meeting.popover, .meeting-item.popover {
    background-color: #222222;
    border: 1px solid #6FC6EB;
}

.popover, .popover-title {
    background-color: #222222;
}

.popover {
    border: 1px solid #6FC6EB;
}
.popover-title {
    border-bottom: 1px solid #6FC6EB;
}

.popover.top>.arrow:after {
    border-top-color: #707070;
}

.gallery-options {
    background-color: #707070;
    padding: 0 6px 0 10px;
}

.gallery-options .btn {
    color: #707070;
}

.btn-fixed-height {
    height: 32px;
}
.btn-add-tag {
    vertical-align: top;
    padding: 5px 9px;
    margin-left: 5px;
}

.btn:focus {
    color: white;
}
.btn-nav {
    margin: 0px 10px;
}

.blue {
    color: white;
    border: 1px solid #666666;
}

.glow {
    box-shadow: 0px 0px 10px 1px #03A9F4!important;
    /* animation: glow 2s infinite alternate; */
    background-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(255,255,255,0.3) 50%,
        transparent 100%
      );
      background-repeat: no-repeat;
      background-position: -100vw;
    animation: shine 4s ease-in-out infinite;
}

.glow-inset {
    box-shadow: 0px 0px 10px 1px #03A9F4 inset;
    /* animation: glow-inset 2s infinite alternate */
    /* background-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(255,255,255,0.3) 50%,
        transparent 100%
      );
      background-repeat: no-repeat;
      background-position: -100vw;
    animation: shine 4s ease-in-out infinite; */
}

.blue:focus, .blue:hover {
    background-color: #6FC6EB;
    color: white;
    border: 1px solid #6FC6EB;    
}
.blue.active {
    background-color: #6FC6EB;
}

.blue.active i {
    color: white;
}

.btn-sm-close {
    color: gray;
    padding: 0px;
}

.btn-sm-close:focus, .btn-sm-close:hover i {
    color: #6FC6EB;
}

.btn-sm-dropdown {
    background-color: #222222; 
    padding: 2px 12px;
    margin: 0px 7px;
    white-space: normal;
}

.btn-group > .btn-sm-dropdown {
    margin-right: 0;
}

.edit-image-upload .btn-sm-dropdown {
    margin: 0px;
    margin-left: 6px !important;
}

.btn-nav {
    margin: 0px 0px;
}

.gray {
    background-color: #3c3c3c;
}
.gray:focus, .gray:hover {
    color: #4897c4;
}

.btn-help {
    /* vertical-align: top;  */
    color: #4897c4;
    font-size: 20px;
    margin: 0px 4px;
}

.btn-help:focus, .btn-help:hover {
    color: #6FC6EB;
}

.btn-expand {
    float: right;
    margin: 10px 6px 10px 10px;
    color: black;
}

.btn-scroll {
    position: fixed;
    color: white;
    display: none;
    z-index: 99;
}
.btn-chat {
    background-color: #337ab7;
}


.filter-group-popover {
    display:block;
    margin-bottom: 10px;
    margin-top: 2px;
}

.filter-group-popover .btn {
    background-color: #707070;
    color: white;
}

.filter-group-popover .btn-primary {
    background-color: #337ab7;
}

.m-r {
    margin-right: 20px;
}

.m-b {
    margin-bottom: 10px;
}

.m-b-100{
    margin-bottom:100px;
}

.gallery-options img {
    height: 40px;
    margin-top: 4px;
}

.gallery-item {
    display: inline-block;
    border: 2px solid black;
    transition: border .2s ease-in-out;
    width: 140px;
    position: relative;
    cursor: pointer;
    height: 100px;
    overflow: hidden;
}

.gallery-item.selected {
    border-color: #545451;
}

.report-image-selected{
    border-color: #545451;
}

.gallery-group {
    display: inline-block;
    padding: 0 20px;
}

.gallery-options .btn {
    background-color: #707070;
    color: white;
}

.gallery-options .btn-primary {
    background-color: #337ab7;
}

.gallery-group-caption {
    width: 160px;
    margin: 5px 0;
    font-size: 20px;
    cursor: pointer;
}
.gallery-group-caption:hover {
    color: #6FC6EB;
}

.gallery-item .image {
    display: block;
    width: 100px;
    cursor: pointer;
    background-color: black;
    margin: auto;
}

/*.gallery-slider img.thumbnail.selected {
    background-color: black;
    border-color: #6FC6EB;
}
*/
.gallery-item .caption{
    position: absolute;
    bottom: -1px;
    left: 0px; /* close tiny gap */
    width: 100%; /* close tiny gap */
    background-color: #545451;
    font-size: 12px;
    color: white;
    margin: 0px auto;
    padding: 1px 5px;
    text-align: right;
}

.thumb-tag {
    position: absolute;
    top: -1px;
    left: 0px; /* close tiny gap */
    width: 100%; /* close tiny gap */
    font-size: 14px;
    margin: 0px auto;
    padding: 0px 2px;
    text-align: right;
    color: #ffffff !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.left {
    float: left;
}
.right {
    float: right;
}

.grid-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    background-color: #000000;
}

.ui-grid {
    /* position: absolute; */
    padding: 0;
    /* overflow: auto; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.grid-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #222222;
    border-left: 1px solid #222222;
}

body.overlay-mode .grid-item:hover {
    border: 2px solid #6FC6EB;
}

body.overlay-mode .grid-item.waiting-overlay:hover {
    border: 2px solid #000000;
}

.grid-controls {
    position: fixed;
    bottom: 10px;
    right: 16px;
}

.btn-nav-text{
    padding-left: 5px;
    padding-right: 5px;
}

.dropdown-help {
    display: None;
}

.msg-and-learn {
    display: inline-block;
}

@media (max-width:1800px) {
    #search-input {
        width: 135px;
    }
}

@media (max-width: 1700px) {
    .top-nav-form {
        margin: 13px 3px;
    }
    .btn-nav-text {
        display: none;
    }
}

@media (max-width: 545px){
    #search-input {
        width:70px;
    }
}

@media (max-width: 500px){
    .msg-and-learn {
        display: None;
    }
    .dropdown-help {
        display: list-item;
    }
    .btn-nav {
        padding: 6px 10px !important;
        margin-top: -20px !important;
    }
}

@media (max-width: 1100px) {
    #settingsIcon {
        display: inline-block;
    }
    #settingsName {
        display: none;
    }
    #settingsIcon i, .btn-help {
        font-size: 20px !important;
    }
}

@media (max-width: 800px) {
    .top-nav-form .fa {
        color: white;
    }
    
}

/*@media (max-width: 745px) {
    .patient-card {
        display: none;
    }
}*/

/*@media (max-width: 1014px){
    .patient-util-btns{
        padding-left: 37px;
        margin-top: 0px;
    }
}*/

@media (max-width: 645px) {
    .btn-blue {
        margin: 0px 4px !important;
    }
    .top-nav-form .form-control {
        width: 140px;
        /* margin: 13px 2px; */
    }    
    .top-nav-dropdown-menu {
        margin-left: -133px;
    }
    .fa {
        /* color: #6FC6EB; */
        /*font-size: 18px;*/
    }
    
    /*.patient-card {
        display: none;
    }*/

    .gallery-item {
        min-width: 100px;
        height: 100px;
    }

    .gallery-item .image {
        width: 100px;
    }

    .meeting-input {
        width: 300px;
        margin: 15px;
    }
    .form-group {
        margin-bottom: 5px;
    }
    .meeting-first-col {
        padding: 0px;
        border: 0px;
    }
    .meeting-second-col {
        padding: 0px;
    }
    .meeting-item {
        width: auto;
    }
    

    .top-nav {
        max-height: 120px;
    }
}

@media (max-width: 420px) {
    #settingsIcon i, .btn-help {
        font-size: 20px !important;
    }

    #search-input {
        width: 40px;
    }

    .top-nav-form {
        float: left !important;
    }

    .btn-nav {
        font-size: 14px;
        padding: 4px 8px !important;
        margin-top: -20px !important;
    }

    .top-nav {
        /* max-height: 110px; */
    }
}

@media (max-width: 382px) {
    #search-input {
        width: 30px;
    }
}
.dicom-wrapper .btn-sm .fa {
    color: #000;
    font-size: 12px;
}

/*Caption*/

.image-viewer {
    width: 100%;
    height: 100%;
}

.image-viewer-bar {
    position: relative;
    height: 34px;
    width: 100%;
    font-size: 12px;
    z-index: 40;
    background-color: #222222;
    text-align: left;
}

.image-viewer-bar .image-viewer-bar-left {
    position: absolute;
    top: 0;
    left: 0;
    right: 125px;
    overflow-x: auto;
    white-space: nowrap;
}

.image-viewer-bar .image-viewer-bar-right {
    position: absolute;
    right: 0;
    width: auto;
    margin-left: 10px;
    /* border-left: 1px solid #000000;
    box-shadow: 0px 0px 6px #222222; */
}

.image-viewer-bar::-webkit-scrollbar {
    height: 5px;
}

.image-viewer-bar .fa {
    font-size: 14px;
}

.image-viewer-bar .btn-link {
    padding: 6px 12px;
    color: #706f6f;
    outline: none !important;
    margin-right: -4px;
}

.image-viewer-bar .btn-link.m-r {
    margin-right: 10px;
}

.image-viewer-bar .btn-link.m-l {
    margin-left: 10px;
}

.image-viewer-bar .btn-link:hover, .image-viewer-bar .btn-link.active  {
    /* border: 1px solid #222222;
    box-shadow: inset 0 0 5px #222222; */
    color: #6FC6EB;
}

.image-viewer-bar .btn-link:disabled {
    color: #706f6f;
}

/* .image-viewer-bar .btn-link.active {
    border: 1px solid #4897c4;
    box-shadow: inset 0px 0px 5px #4897c4;
} */

.image-tag-bar {
    position: absolute;
    top: 114px;
    right: 40px;
    font-size: 12px;
    z-index: 60;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px 0px 0px 4px;
    border: 0px solid #6FC6EB;;
}
.image-tag-list {
    text-align: left;
    padding: 10px 20px;
}

.viewer-image {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.viewer-image-arrow {
    display: none;
    position: absolute;
    top: 45%;
    font-size: 60px;
    cursor: pointer;
}

.grid-item:hover .viewer-image-arrow {
    display: block;
}

.viewer-image-arrow-left {
    left: 15px;
}

.viewer-image-arrow-right {
    right: 15px;
}

.drag-enter {
    opacity: .8;
    border: 2px dashed #6FC6EB;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.viewer-image.dragging {
    opacity: .8;
    border: 2px solid #6FC6EB;
}

/*Layout Selector*/
.layout-selector {
    display: inline-block;
    margin: 0;
}

.layout-selector.detached {
    position: absolute;
    right: 175px;
    margin: 9px 6px 9px 10px;
}

.layout-selector.attached .btn-primary {
    border: 1px solid #ffffff;
    background-color: #FFFFFF;
    color: black !important;
}

.layout-selector.detached .btn-block+.btn-block {
    margin-top: 0;
}

.layout-selector.detached .btn-group .btn+.btn {
    margin-left: 0;
}

.noUi-horizontal {
    height: 15px;
}

.noUi-handle:before, .noUi-handle:after {
    height: 12px;
    left: 5px;
    top: 3px;
}

.noUi-handle:after {
    left: 22px;
}

.noUi-handle:before, .noUi-handle:after {
    height: 12px;
    left: 5px;
    top: 3px;
}

.noUi-handle:after {
    left: 22px;
}

.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 22px;
    left: -15px;
    top: -4px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
}

.noUi-horizontal .noUi-handle {
    border: 1px solid #969696;
    box-shadow: none
}

.noUi-handle:before, .noUi-handle:after {
    background: #AFAFAF;
}

.fancy-blue-text {
    color: #6FC6EB; 
    font-family: Georgia; 
    font-style: italic;
}

.message {
    height: 100px;
}

.modal-content {
    background-color: #222222;
    border-color: #6FC6EB;
}
.modal-header, .modal-body, .modal-footer{
    width: 100%;
    border: 0px;
}
.modal-body {
    padding: 0px;
}

.modal-sm {
    width: 350px;
}
.padded-sides {
    padding: 0px 30px;
}

#uploading-boxes {
    width: 100%;
    font-size: 16px;
    word-break: break-word;
    vertical-align: top;
}
#uploading-boxes.small {
    display:inline-block;
    width: 50%;
    font-size: 12px;
}
#uploading-boxes.small .btn {
    font-size: 12px;
}
#uploading-boxes.small.smaller {
    width: 25%;
}

.upload-file-list {
    margin: 0 25px;
}
.uploading-file-box {
    display: inline-block;
    width: 95%;
    /* padding: 7px 20px; */
    /* padding: 0px 0px 8px 15px; */
    padding: 0px 0px 12px;
    margin: 7px;
    background-color: #111111;
    border: 1px solid #6FC6EB;
    border-radius: 4px;
}
.uploading-file-box:hover {
    background-color: black;
}
.uploading-file-box:hover {
    color: #6FC6EB;
}
.uploading-file-box.inactive {
    /* opacity: 0.5; */
}
.uploading-file-box.inactive:hover {
    color: white;
}
.uploading-filename {
    max-width: 82%;
    vertical-align: middle;
    border: 1px solid #333333;
    border-radius: 3px;
    padding: 5px 9px;
    background-color: black;
}

.dropdown-menu {
    background-color: #222222;
    border: 1px solid #4897c4;
    border-radius: 4px;
    z-index:99999999;
}

.dropdown-menu .dropdown-item a {
    color: #ffffff;
}

.dropdown-menu .dropdown-item a:hover {
    background-color: #6FC6EB;
}


.btn-prefixed{ 
    display: inline-block;
    /* background: black; */
    /* padding: 2px 6px; margin: 4px 0px; */
    border-radius: 0px 3px 3px 0px;
    /* color:white; */
    /* border: 1px solid gray; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* white-space: normal; */
}
.btn-prefixed.prefix { 
    margin-right: -20px;
    background:#111111;
    border-radius: 3px;
    text-align: right;
    cursor: auto;
}
.btn-prefixed.prefix:hover {
    border: 1px solid #666666;
}

.setup-step {
    margin: 20px 10px;
}

.setup-step > * {
    margin: 5x 0px;
}

.upload-status-icon {
    display: inline-block;
    margin: 5px 20px;
}
.upload-status-message {
    /* width: 60%; */
    vertical-align: middle;
}
.upload-error-message {
    font-size: 13px;
    color: gray;
    word-break: normal;
    margin-left: 10px;
}

.datepicker-upload {
    font-size: 14px;
    width: 130px;
    background-color: transparent; 
    border: 0px; 
    color: gray;
}
.datepicker-upload:hover {
    color: #6FC6EB;
}

.modal-close-btn {
    background-color:transparent; 
    color: #bdc3c7;
    position: absolute; 
    top: 8px; right: 8px;
    font-size: 20px;
    transition: color 0.1s ease-in-out;
}

.modal-close-btn:focus, .modal-close-btn:active{
    outline: none !important;
    border: 1px solid transparent !important;
}

.modal-close-btn:hover{
    color: #d9534f;
}

.annotation-delete-btn {
    color: #bdc3c7;
    vertical-align: middle;
    transition: color 0.1s ease-in-out;
}

.annotation-delete-btn:hover {
    color: #d9534f;
}

.center {
    display: table;
    margin: 0 auto;
}

.transparent {
    -ms-opacity: 0.9;
    opacity: 0.9;
}

.drawer {
    display: block;
    background-color: black;
    color: white;
    border-right: 1px solid #6FC6EB;
    min-height: 1px;
    height: 100%;
    top: 60px;
    left: 0;
    position: fixed;
    z-index: 1035;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.drawer.drawer-right {
    left: auto;
    right: 0;
}

.drawer-contents, .drawer-heading, .drawer-body, .drawer-nav, .drawer-footer, .drawer ul, .drawer li {
    display: inherit;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 100;
}

.drawer-nav {
    max-height: 40%;
    overflow-y: auto;
    position: relative;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.drawer-nav::-webkit-scrollbar {
    display: none;
}

.drawer-heading {
    background-color: #171515;
    color: #6FC6EB;
}

.drawer-right {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #6FC6EB;
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05);
}

.drawer-inverse {
    background-color: #333333;
    color: #eeeeee;
    border-right: 1px solid #1a1a1a;
}

.drawer-inverse.drawer-right {
    border-right: 1px solid #6FC6EB;
}

.drawer-inside {
    position: absolute;
}

.drawer-controls {
    float: right;
    margin-right: -16.66666667%;
    padding: 10px;
    height: 50%;
    position: relative;
    width: 16.66666667%;
    z-index: 500;
}

.drawer-contents {
    background-color: black;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.drawer-right .drawer-controls {
    float: left;
    margin-left: -16.66666667%;
    margin-right: 0;
}

.drawer-heading {
    border-bottom: 1px solid #6FC6EB;
    padding: 10px 15px;
    color: inherit;
    font-family: Optician-Sans;
}

.drawer-heading-advanced-search{
    border-bottom:0px!important;
}

.drawer-title {
    margin-top: 0;
    margin-bottom: 0;
}

.drawer-inner-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
}

.drawer-body,
.drawer-nav {
    padding: 10px 15px;
}

.drawer-nav,
.drawer-fullnav {
    padding: 10px 15px;
    margin-bottom: 0;
    list-style: none;
}

.drawer-nav li, .drawer-fullnav li {
    position: relative;
    margin-bottom: 5px;
}

.drawer-nav li a, .drawer-fullnav li a {
    color: white;
    border-radius: 4px;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.drawer-nav li.active a,
.drawer-fullnav li.active a,
.drawer-nav li a:hover,
.drawer-fullnav li a:hover,
.drawer-nav li a:focus,
.drawer-fullnav li a:focus {
    color: white;
    text-decoration: none;
    background-color: #222222;
    color: #6FC6EB;
}

.drawer-fullnav {
    color: #ffffff;
    padding: 0;
}

.drawer-fullnav li {
    margin-bottom: 0;
}

.drawer-fullnav li a {
    border-radius: 0;
}

.drawer-inverse .drawer-contents {
    background-color: #333333;
}

.drawer-inverse .drawer-fullnav li a,
.drawer-inverse .drawer-nav li a {
    color: #ffffff;
    padding: 10px 15px;
}

.drawer-inverse .drawer-fullnav li.active a,
.drawer-inverse .drawer-fullnav li a:hover,
.drawer-inverse .drawer-fullnav li a:active,
.drawer-inverse .drawer-nav li.active a,
.drawer-inverse .drawer-nav li a:hover,
.drawer-inverse .drawer-nav li a:active {
    color: #eeeeee;
    background-color: #1a1a1a;
}

.drawer-footer {
    padding: 10px 15px;
}

.drawer-footer.locked {
    position: absolute;
    bottom: 0;
    left: 0;
}

.dw-xs-12 {
    width: 100%;
}

.fold.dw-xs-12 {
    margin-left: -100%;
}

.drawer-right.fold.dw-xs-12 {
    margin-right: -100%;
}

.dw-xs-11 {
    width: 91.66666667%;
}

.fold.dw-xs-11 {
    margin-left: -91.66666667%;
}

.drawer-right.fold.dw-xs-11 {
    margin-right: -91.66666667%;
}

.dw-xs-10 {
    width: 83.33333333%;
}

.fold.dw-xs-10 {
    margin-left: -83.33333333%;
}

.drawer-right.fold.dw-xs-10 {
    margin-right: -83.33333333%;
}

.dw-xs-9 {
    width: 75%;
}

.fold.dw-xs-9 {
    margin-left: -75%;
}

.drawer-right.fold.dw-xs-9 {
    margin-right: -75%;
}

.dw-xs-8 {
    width: 66.66666667%;
}

.fold.dw-xs-8 {
    margin-left: -66.66666667%;
}

.drawer-right.fold.dw-xs-8 {
    margin-right: -66.66666667%;
}

.dw-xs-7 {
    width: 58.33333333%;
}

.fold.dw-xs-7 {
    margin-left: -58.33333333%;
}

.drawer-right.fold.dw-xs-7 {
    margin-right: -58.33333333%;
}

.dw-xs-6 {
    width: 50%;
}

.fold.dw-xs-6 {
    margin-left: -50%;
}

.drawer-right.fold.dw-xs-6 {
    margin-right: -50%;
}

.dw-xs-5 {
    width: 41.66666667%;
}

.fold.dw-xs-5 {
    margin-left: -41.66666667%;
}

.drawer-right.fold.dw-xs-5 {
    margin-right: -41.66666667%;
}

.dw-xs-4 {
    width: 33.33333333%;
}

.fold.dw-xs-4 {
    margin-left: -33.33333333%;
}

.drawer-right.fold.dw-xs-4 {
    margin-right: -33.33333333%;
}

.dw-xs-3 {
    width: 25%;
}

.fold.dw-xs-3 {
    margin-left: -25%;
}

.drawer-right.fold.dw-xs-3 {
    margin-right: -25%;
}

.dw-xs-2 {
    width: 16.66666667%;
}

.fold.dw-xs-2 {
    margin-left: -16.66666667%;
}

.drawer-right.fold.dw-xs-2 {
    margin-right: -16.66666667%;
}

.dw-xs-1 {
    width: 8.33333333%;
}

.fold.dw-xs-1 {
    margin-left: -8.33333333%;
}

.drawer-right.fold.dw-xs-1 {
    margin-right: -8.33333333%;
}

@media (min-width: 768px) {
    .dw-sm-12 {
        width: 100%;
    }

    .fold.dw-sm-12 {
        margin-left: -100%;
    }

    .drawer-right.fold.dw-sm-12 {
        margin-right: -100%;
    }

    .dw-sm-11 {
        width: 91.66666667%;
    }

    .fold.dw-sm-11 {
        margin-left: -91.66666667%;
    }

    .drawer-right.fold.dw-sm-11 {
        margin-right: -91.66666667%;
    }

    .dw-sm-10 {
        width: 83.33333333%;
    }

    .fold.dw-sm-10 {
        margin-left: -83.33333333%;
    }

    .drawer-right.fold.dw-sm-10 {
        margin-right: -83.33333333%;
    }

    .dw-sm-9 {
        width: 75%;
    }

    .fold.dw-sm-9 {
        margin-left: -75%;
    }

    .drawer-right.fold.dw-sm-9 {
        margin-right: -75%;
    }

    .dw-sm-8 {
        width: 66.66666667%;
    }

    .fold.dw-sm-8 {
        margin-left: -66.66666667%;
    }

    .drawer-right.fold.dw-sm-8 {
        margin-right: -66.66666667%;
    }

    .dw-sm-7 {
        width: 58.33333333%;
    }

    .fold.dw-sm-7 {
        margin-left: -58.33333333%;
    }

    .drawer-right.fold.dw-sm-7 {
        margin-right: -58.33333333%;
    }

    .dw-sm-6 {
        width: 50%;
    }

    .fold.dw-sm-6 {
        margin-left: -50%;
    }

    .drawer-right.fold.dw-sm-6 {
        margin-right: -50%;
    }

    .dw-sm-5 {
        width: 41.66666667%;
    }

    .fold.dw-sm-5 {
        margin-left: -41.66666667%;
    }

    .drawer-right.fold.dw-sm-5 {
        margin-right: -41.66666667%;
    }

    .dw-sm-4 {
        width: 33.33333333%;
    }

    .fold.dw-sm-4 {
        margin-left: -33.33333333%;
    }

    .drawer-right.fold.dw-sm-4 {
        margin-right: -33.33333333%;
    }

    .dw-sm-3 {
        width: 25%;
    }

    .fold.dw-sm-3 {
        margin-left: -25%;
    }

    .drawer-right.fold.dw-sm-3 {
        margin-right: -25%;
    }

    .dw-sm-2 {
        width: 16.66666667%;
    }

    .fold.dw-sm-2 {
        margin-left: -16.66666667%;
    }

    .drawer-right.fold.dw-sm-2 {
        margin-right: -16.66666667%;
    }

    .dw-sm-1 {
        width: 8.33333333%;
    }

    .fold.dw-sm-1 {
        margin-left: -8.33333333%;
    }

    .drawer-right.fold.dw-sm-1 {
        margin-right: -8.33333333%;
    }
}

@media (min-width: 992px) {
    .dw-md-12 {
        width: 100%;
    }

    .fold.dw-md-12 {
        margin-left: -100%;
    }

    .drawer-right.fold.dw-md-12 {
        margin-right: -100%;
    }

    .dw-md-11 {
        width: 91.66666667%;
    }

    .fold.dw-md-11 {
        margin-left: -91.66666667%;
    }

    .drawer-right.fold.dw-md-11 {
        margin-right: -91.66666667%;
    }

    .dw-md-10 {
        width: 83.33333333%;
    }

    .fold.dw-md-10 {
        margin-left: -83.33333333%;
    }

    .drawer-right.fold.dw-md-10 {
        margin-right: -83.33333333%;
    }

    .dw-md-9 {
        width: 75%;
    }

    .fold.dw-md-9 {
        margin-left: -75%;
    }

    .drawer-right.fold.dw-md-9 {
        margin-right: -75%;
    }

    .dw-md-8 {
        width: 66.66666667%;
    }

    .fold.dw-md-8 {
        margin-left: -66.66666667%;
    }

    .drawer-right.fold.dw-md-8 {
        margin-right: -66.66666667%;
    }

    .dw-md-7 {
        width: 58.33333333%;
    }

    .fold.dw-md-7 {
        margin-left: -58.33333333%;
    }

    .drawer-right.fold.dw-md-7 {
        margin-right: -58.33333333%;
    }

    .dw-md-6 {
        width: 50%;
    }

    .fold.dw-md-6 {
        margin-left: -50%;
    }

    .drawer-right.fold.dw-md-6 {
        margin-right: -50%;
    }

    .dw-md-5 {
        width: 41.66666667%;
    }

    .fold.dw-md-5 {
        margin-left: -41.66666667%;
    }

    .drawer-right.fold.dw-md-5 {
        margin-right: -41.66666667%;
    }

    .dw-md-4 {
        width: 33.33333333%;
    }

    .fold.dw-md-4 {
        margin-left: -33.33333333%;
    }

    .drawer-right.fold.dw-md-4 {
        margin-right: -33.33333333%;
    }

    .dw-md-3 {
        width: 25%;
    }

    .fold.dw-md-3 {
        margin-left: -25%;
    }

    .drawer-right.fold.dw-md-3 {
        margin-right: -25%;
    }

    .dw-md-2 {
        width: 16.66666667%;
    }

    .fold.dw-md-2 {
        margin-left: -16.66666667%;
    }

    .drawer-right.fold.dw-md-2 {
        margin-right: -16.66666667%;
    }

    .dw-md-1 {
        width: 8.33333333%;
    }

    .fold.dw-md-1 {
        margin-left: -8.33333333%;
    }

    .drawer-right.fold.dw-md-1 {
        margin-right: -8.33333333%;
    }
}

@media (min-width: 1200px) {
    .dw-lg-12 {
        width: 100%;
    }

    .fold.dw-lg-12 {
        margin-left: -100%;
    }

    .drawer-right.fold.dw-lg-12 {
        margin-right: -100%;
    }

    .dw-lg-11 {
        width: 91.66666667%;
    }

    .fold.dw-lg-11 {
        margin-left: -91.66666667%;
    }

    .drawer-right.fold.dw-lg-11 {
        margin-right: -91.66666667%;
    }

    .dw-lg-10 {
        width: 83.33333333%;
    }

    .fold.dw-lg-10 {
        margin-left: -83.33333333%;
    }

    .drawer-right.fold.dw-lg-10 {
        margin-right: -83.33333333%;
    }

    .dw-lg-9 {
        width: 75%;
    }

    .fold.dw-lg-9 {
        margin-left: -75%;
    }

    .drawer-right.fold.dw-lg-9 {
        margin-right: -75%;
    }

    .dw-lg-8 {
        width: 66.66666667%;
    }

    .fold.dw-lg-8 {
        margin-left: -66.66666667%;
    }

    .drawer-right.fold.dw-lg-8 {
        margin-right: -66.66666667%;
    }

    .dw-lg-7 {
        width: 58.33333333%;
    }

    .fold.dw-lg-7 {
        margin-left: -58.33333333%;
    }

    .drawer-right.fold.dw-lg-7 {
        margin-right: -58.33333333%;
    }

    .dw-lg-6 {
        width: 50%;
    }

    .fold.dw-lg-6 {
        margin-left: -50%;
    }

    .drawer-right.fold.dw-lg-6 {
        margin-right: -50%;
    }

    .dw-lg-5 {
        width: 41.66666667%;
    }

    .fold.dw-lg-5 {
        margin-left: -41.66666667%;
    }

    .drawer-right.fold.dw-lg-5 {
        margin-right: -41.66666667%;
    }

    .dw-lg-4 {
        width: 33.33333333%;
    }

    .fold.dw-lg-4 {
        margin-left: -33.33333333%;
    }

    .drawer-right.fold.dw-lg-4 {
        margin-right: -33.33333333%;
    }

    .dw-lg-3 {
        width: 25%;
    }

    .fold.dw-lg-3 {
        margin-left: -25%;
    }

    .drawer-right.fold.dw-lg-3 {
        margin-right: -25%;
    }

    .dw-lg-2 {
        width: 16.66666667%;
    }

    .fold.dw-lg-2 {
        margin-left: -16.66666667%;
    }

    .drawer-right.fold.dw-lg-2 {
        margin-right: -16.66666667%;
    }

    .dw-lg-1 {
        width: 8.33333333%;
    }

    .fold.dw-lg-1 {
        margin-left: -8.33333333%;
    }

    .drawer-right.fold.dw-lg-1 {
        margin-right: -8.33333333%;
    }
}

.fold {
    margin-right: 0;
}

.folding {
    height: 100%;
    -webkit-transition-property: margin-left;
    transition-property: margin-left;
    -webkit-transition-duration: 0.35s; /* should match iaSettings.drawerFoldMs in app.js */
    transition-duration: 0.35s; /* should match iaSettings.drawerFoldMs in app.js */
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.drawer-right.fold {
    margin-left: 0;
}

.drawer-right.folding {
    -webkit-transition-property: margin-right;
    transition-property: margin-right;
}

.fold.open,
.drawer-right.fold.open {
    margin-left: 0;
    margin-right: 0;
}

.drawer-blur-overlay.visible {
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 60px;
    left: 0px;
    width: 400vw;
    height: 100vh;
    z-index: 50;
}

.gallery-slider-pane {
    z-index: 40;
}

.cornerstone-enabled-image {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor:default
}

.overlay {
    position: absolute;
    color: #e4ad00;
}


.edit-image-pane {
    position: absolute;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: auto;
    right: 0;
    top: 0;
    padding: 10px;
    text-align: right;
    max-width: 50%;
}
.edit-image-upload {
    position: relative;
    overflow-y: visible;
    background-color: transparent !important;
    max-width: none;
}

.edit-image-annotation-label {
    font-size:14px;
}

.edit-image-probability{
    font-size: 14px; 
    color: #6FC6EB;
}

.edit-image-unconfirmed-check{
    text-align: right; 
    font-size: 14px; 
    color: #6FC6EB; 
    opacity:10%;
}

/* Used for edit/upload attributes that 
cannot be confirmed */
.edit-image-invisible-check{
    text-align: right; 
    font-size: 14px; 
    color: #6FC6EB; 
    opacity:0%;
}

.edit-image-confirmed-check{
    text-align: right; 
    font-size: 14px; 
    color: #6FC6EB; 
    opacity:100%;
}
.green{
    color: #5cb85c;
}
.green-border {
    border: 2px solid rgba(0, 255, 0, 0.6);
}

.rgb-red .fa {
    color: #ff0000;
}

.rgb-green .fa {
    color: #00ff00;
}

.rgb-blue .fa {
    color: #0000ff;
}

.rgb-invert .fa {
    color: #ffffff;
}

.image-viewer-bar > a.active {
    color: #6FC6EB !important;
}

.message-content {
    font-size: 14px;
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}
.message-modal ::-webkit-scrollbar {
    width: 10px;
}

.modal-padding{
    padding:10px;
}

.manage-modal .modal-dialog {
    width: 75%;
    height: 90%;
}

.manage-modal .modal-content {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.manage-modal .modal-tabs {
    display: block;
    float: left;
    width: 20%;
    height: 100%;
    position: relative;
    list-style-type: none;
    padding: 0;
    border-right: 1px solid #000000;
}

.manage-modal .modal-tab {
    text-align: center;
    border-bottom: 1px solid #000000;
    position: relative;
    cursor: pointer;
}

.manage-modal .modal-tab.selected {
    background-color: #4897c4;
}

.manage-modal .modal-tab p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.manage-modal .modal-tab-content {
    padding: 20px 60px;
    height: 100%;
    float: left;
    width: 80%;
    position: relative;
    box-shadow: 0 0 10px 0 #000000 inset;
    background-color: #3c3c3c;
    overflow-y: scroll;
}

@media (max-width: 800px) {
    .manage-modal .modal-dialog {
        width: 95%;
        height: 95%;
        margin: 2.5%;
    }
}

.account-tab .check-local-db {
    background:#222222;
    border: 1px solid #000000;
}

.account-tab .list-group-item {
    padding: 10px 15px;
    background-color: #222222;
    color: #ffffff;
    border: 1px solid #000000;
}

.account-tab .list-group-item.selected {
    background-color: #4897c4;
}

.account-tab .list-group-item a {
    color: #ffffff !important;
}

.cohort-tab .list-group-item {
    padding: 10px 15px;
    background-color: #222222;
    color: #ffffff;
    border: 1px solid #000000;
}

.cohort-tab .list-group-item.selected {
    background-color: #4897c4;
}

.cohort-tab .list-group-item a {
    color: #ffffff !important;
}


.account-header {
    margin: 10px 0px;
}

.list-group-addon {
    position: absolute;
    top: 0;
    bottom:0;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
    padding: 12px 0px;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eee;
    border-radius: 4px;
    white-space: nowrap;
    width: 40px;
}

.top-nav-form .btn-link {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    padding: 4px 3px;
    outline: none !important;
}

.patient-card .btn-link {
    padding: 0px;
    font-size: 12px;
    /* border: 1px solid #808080; */
    /* border-radius: 10px; */
}

.patient-card span, .patient-card i{
    color: #fff; 
}

.patient-card span:hover, .patient-card i:hover {
    color: #6FC6EB;
}

.nav-card {
    background-color: #5a5a5a;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    color:#fff;
}

.nav-card.nav-card-small {
    font-size: small;
    padding-top: 0.8rem;
}
.share-dropdown {
    width: auto; max-width: none; margin: 10px 0px;
}
.share-dropdown .ui-select-choices-row-inner {
    /* border: 0.5px solid #4897c4;
    padding: 10px !important; */
}

.ui-select-bootstrap .ui-select-choices-row>a {
    color: #ffffff;
}

.edit-image-date .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    padding: 0;
    border: 0;
}

.edit-image-date .text-info {
    color: #808080;
}

.edit-image-date .btn-default {
    background-color: #222222;
    color: #ffffff;
    border: 1px solid #666666;
}

.edit-image-date .btn-default:hover, .edit-image-date .btn-default:focus, .edit-image-date .btn-default.active {
    background-color: #6FC6EB;
    color: #ffffff;
    border: 1px solid #6FC6EB;
}

.yellow-border{
    border-color:yellow;
}

.no-padding{
    padding:0px;
}

.no-background{
    background-color: rgba(0,0,0, 0);
}

body.modal-image-view .modal-dialog {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
}

.edit-image-pane .dropdown-menu > li > a {
    color: #ffffff;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.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%;
}

.introjs-tooltiptext{
    color:black;
    font-weight:300;
}

.introjs-tooltip{
    max-width:500px!important;
    width:500px!important;
}

.introjs-tooltip-title{
    color:black!important;
}

.introjs-helperLayer{
    z-index:1!important;
}

.introjs-overlay{
    z-index:2!important;
}

.p-b {
    padding-bottom: 55px;
}

.invite-users-select{
    width:75%;
    float:left;
}

.tutorial-button{
    margin-top:10px;
}

.alert-dark {
    background-color: #222222;
    border-color: #6FC6EB;
    color: #ffffff;
}

.toast-info .toast-message a {
    color: #23527c;
    font-weight: bold;
}

.toast-info .toast-message a:hover {
    color: #1d4161;
}

.notification {
    position: relative;
    /* box-shadow: 1px 1px 10px #6fc6eb; */
}

.notification p {
    min-height: 2em;
}

.notification small {
    font-size: 66%;
    color: #808080;
    display: block;
    text-align: right;
}

/* same px as hidden-xs*/ 
@media (max-width: 767px) {
    .social-media-button {
        display: inline-block!important;
    }
}

.toolbar-hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.classic-sm-select{
    width: 150px; 
    height: 32px;
    float:left;
}

.share-control{
    margin: 10px 0px;
}

.ui-select-search {
    /* mimic .form-control styles */
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* same dimensions as 'phone' breakpoint in tailwind. */ 
@media screen and (max-width: 639px) and (min-width: 1px) {
    .ui-select-search {
        padding:0px;
        color:black!important;
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
        height:100%;
        width:100%;
        border-radius:0px;
        background-color:white!important;
    }

    .no-scrollbar::-webkit-scrollbar {
        display: none;
    }
    
    .no-scrollbar {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    /* disable strike on mobile */
    .ql-strike{
        display:none!important;
    }

    .ql-underline{
        display:none!important;
    }
}

.tag-ui-select {
    width: 180px !important;
}
.clinical-code-section {
    border: 1px solid gray;
    border-radius: 4px;
    /* padding: 6px; */
    margin: 5px 0px;
}

.capture-date:hover{
    color:#706f6f!important;
    text-decoration:none!important;
    cursor:default!important;
}

.dashboard-load{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: ease-out 0.2s;
}

.badge {
    font-family: "Open Sans";
}

.dashboard-load:hover{
    cursor:pointer;
    color: #337ab7;
}

.dashboard-box{
    background-color: #4c4c4c;
    border-radius: 5px;
    box-shadow: 1px 1px 10px black;
    color: #4897c4;
    opacity:0.95;
}

.dashboard-box-points{
    font-size: 45px;
    padding-top: 25px;
    padding-bottom: 0px;
}

.dashboard-box-footer{
    color: #a6a6a6;
    font-size: 15px;;
    padding-top: 0px;
    padding-bottom: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pb-25{
    padding-bottom:25px;
}

.pb-20 {
    padding-bottom:20px;
}

.pt-25{
    padding-top:25px;
}

.pl-20{
    padding-left:20px;
}

.pl-5{
    padding-left: 5px;
}

.pl-0{
    padding-left: 0px;
}

.pr-5{
    padding-right: 5px;
}

.py-5{
    padding-top: 5px;
    padding-bottom: 5px;
}

.my-5{
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10{
    margin-top: 10px;
    margin-bottom: 10px;
}

.mr-8{
    margin-right:8px;
}
.font-15{
    font-size:15px;
}

.height-200{
    height: 200px;
    overflow: scroll;
}

.dashboard-container{
    overflow-y: scroll;
    overflow-x: hidden;
}

.color-white{
    color:white!important;
}

.color-black{
    color:black;
}

.color-black{
    color:black;
}

.blur-5{
    filter:blur(5px);
}
#droptest{
    overflow-y:scroll;
}

/* .colorful{
    background: linear-gradient(-45deg, #1a1514, #0b0a0f, #74d3f5, #152924);
    background-size: 400% 400%;
    animation: gradient 30s ease infinite;
    height:100%;
} */

.small-question-circle{
    font-size:10px;
}

/* @keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
} */

@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.background {
    height: 110%;
    background: #171515;
    overflow:scroll;
}

.background .floating-item {
    width: 20vmin;
    height: 20vmin;
    border-radius: 20vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 20;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.background .floating-item:nth-child(0) {
    color: #4897c4;
    top: 51%;
    left: 90%;
    animation-duration: 242s;
    animation-delay: -117s;
    transform-origin: 0vw -3vh;
    box-shadow: -40vmin 0 5.569672049785505vmin currentColor;
}
.background .floating-item:nth-child(1) {
    color: #4897c4;
    top: 71%;
    left: 81%;
    animation-duration: 116s;
    animation-delay: -171s;
    transform-origin: 22vw -14vh;
    box-shadow: 40vmin 0 5.5274136513098995vmin currentColor;
}
.background .floating-item:nth-child(2) {
    color: #4897c4;
    top: 62%;
    left: 14%;
    animation-duration: 9s;
    animation-delay: -286s;
    transform-origin: -15vw -14vh;
    box-shadow: -40vmin 0 5.031023040099271vmin currentColor;
}
.background .floating-item:nth-child(3) {
    color: #583C87;
    top: 76%;
    left: 90%;
    animation-duration: 245s;
    animation-delay: -92s;
    transform-origin: 12vw 4vh;
    box-shadow: -40vmin 0 5.1968749880055976vmin currentColor;
}
.background .floating-item:nth-child(4) {
    color: #4897c4;
    top: 78%;
    left: 73%;
    animation-duration: 91s;
    animation-delay: -10s;
    transform-origin: -8vw -19vh;
    box-shadow: 40vmin 0 5.873606153143399vmin currentColor;
}
.background .floating-item:nth-child(5) {
    color: #583C87;
    top: 24%;
    left: 96%;
    animation-duration: 226s;
    animation-delay: -21s;
    transform-origin: 9vw -21vh;
    box-shadow: 40vmin 0 5.874100613739096vmin currentColor;
}

.notification-modal .modal-header, .modal-body, .modal-footer {
    width: 100%;
}

.notification-modal .modal-body {
    position: relative;
    padding: 15px;
}

.notification-modal .modal-header {
    border-bottom: 1px solid #e5e5e5;
}

.notification-modal .modal-footer {
    border-top: 1px solid #e5e5e5;
}

.form-control::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.toast-message {
    font-size:14px!important;
}

.normal-font{
    font-size:14px;
}

.dashboard-selector{
    background-color: #ecf0f1;
    color: black;
    border-radius: 20px;
    transition: all 0.2s ease-in;
}

.current-dashboard{
    background-color:#4897c4;
    color:white;
}

.dashboard-selector:focus, .dashboard-selector:active, .current-dashboard:focus, .current-dashboard:active{
    outline: none !important;
    border: 1px solid transparent !important;
}

.dashboard-selector:focus, .dashboard-selector:active {
    color: black;
}

.pinned{
    color:black;
}

table.patient-modal-table {
    font-size: 16px;
}

table.patient-modal-table tbody {
    display: block;
    max-height: 350px;
    overflow: auto;
}

table.patient-modal-table thead, table.patient-modal-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

table.patient-modal-table thead {
    width: calc(100% - 1em)
}

table.patient-modal-table thead th {
    border-bottom: none;
}

fieldset legend {
    color: #ffffff;
}

.dashboard-row{
    margin-bottom:25px;
    margin-right:0px!important;
    margin-left:0px!important;
}

.ui-select-multiple input.ui-select-search {
    width: auto!important;
}
.ui-select-match-item {
    white-space: normal;
    max-width: 50rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.small{
    font-size:small;
}

.float-left{
    float:left;
}

.border-white{
    border-color:white;
}

.shine {
    background-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(255,255,255,0.3) 50%,
        transparent 100%
      );
      background-repeat: no-repeat;
      background-position: -100vw;
    animation: shine 4s ease-in-out infinite;
}

@keyframes shine {
    0% {
      background-position: -100vw;    
    }
    100% {
      background-position: 100vw;   
    }
  }

.note-container{
    max-height: 400px; 
    overflow-y: auto; 
    float: left; 
    width: 100%; 
    margin-top: 20px;
}

.cohort-note-container{ 
    overflow-y: auto; 
    float: left; 
    width: 100%; 
    margin-top: 20px;
    margin-bottom:100px;
}


@keyframes glow-inset {
    from {
      box-shadow: inset 0 0 2px 0px #4897c4;
    }
    to {
      box-shadow: inset 0 0 2px 2px #4897c4;
    }
}

@keyframes glow {
    from {
      box-shadow: 0 0 2px 0px #4897c4;
    }
    to {
      box-shadow: 0 0 2px 2px #4897c4;
    }
}

 .skeleton{
    filter:blur(2px);
    background-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(255,255,255,0.3) 50%,
        transparent 100%
      );
      background-repeat: no-repeat;
      background-position: -100vw;
    animation: shine 2s ease-in-out infinite;
} 

.scrollable-box{
    max-height: 400px; 
    overflow-y: auto;
}

.small-btn{
    font-size:12px;
}

.report-input{
    width:100%;
}

.mb-10{
    margin-bottom:10px;
}

.mb-50{
    margin-bottom:50px;
}

.mb-0 {
    margin-bottom:0px;
}

.clickable{
    cursor: pointer;
}

.voted-up{
    color:#5cb85c;
}

.voted-down{
    color:#d9534f
}

.margin-15{
    margin:15px;
}

.size-animation:active{
    animation: shine .4s ease-in-out infinite;
    background-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(255,255,255,0.3) 50%,
        transparent 100%
      );
      background-repeat: no-repeat;
      background-position: -100vw;
}

.report-select{
    padding:0px;
    margin-bottom:10px;
}

.clickable{
    cursor:pointer;
}

.dev-stats {
    position: absolute;
    background-color: #000000;
    opacity: 0.5;
    right: 20px;
    bottom: 20px;
    z-index: 10000;
    pointer-events: none;
}

.dev-stats .table {
    margin: 0;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

#device-type-ocr-input input.ui-select-search {
    width: 100%!important;
}

#drift-frame-chat{
    z-index: 45!important;
}

#drift-frame-controller{
    z-index: 45!important;
    display: none;
}

.search-border {
    border: 1px solid #666666 !important;
}

.background-animate {
    background-size: 400%;

    -webkit-animation: GradientAnimation 3s ease infinite;
    -moz-animation: GradientAnimation 3s ease infinite;
    animation: GradientAnimation 3s ease infinite;
}

@keyframes GradientAnimation {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.btn-default{
    color:white;
}

.btn-default:disabled{
    color:black;
}

.scrollbar-visible{
    scrollbar-width: thin;
    scrollbar-color: #4897c4 transparent;
}

.scrollbar-visible::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}

.ql-editor{
    font-size: 1.5rem; /* 24px */
    line-height: 2rem; /* 32px */
    height: 13rem;
}


.ql-editor.ql-blank::before{
    color: white!important;
    opacity: 0.7; /* Firefox */
}

.ql-container.ql-snow{
    border: 1px solid #ccc!important;
}

.ql-toolbar.ql-snow{
    position: absolute!important;
    bottom: -4.7rem!important;
    width: 100%!important;
}

/* makes <strong></strong> appear bolder */
b, strong{
    font-weight:bold!important;
}

.truncate-html-post{
    display: -webkit-box!important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    line-height: 2.5rem;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}


.fix-cutoff-bottom-hack{
    margin-bottom:100px;;
}


.notification ul {
    display: block!important;
    list-style-type: disc;
    margin-top: 1em;
    margin-left: 1.75rem!important;
    margin-right: 0;
}

.notification li {
    display: list-item;
}

.panel-transparent {
    background: none;
    color: #ffffff;
}

.panel-transparent .panel-heading {
    background: none;
}

.panel-transparent .panel-body.collapse {
    background: none;
}

.panel-group .panel-transparent>.panel-heading+.panel-collapse>.list-group,
.panel-group .panel-transparent>.panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid rgba(221,221,221,.333);
    border-bottom: 1px solid rgba(221,221,221,.333);
}

.panel-group .panel-transparent>.panel-heading+.panel-collapse.collapse>.list-group,
.panel-group .panel-transparent>.panel-heading+.panel-collapse.collapse>.panel-body {
    border-bottom: none;
}

.dropdown-menu > li > a.active {
    background-color: #6FC6EB;
}

.image-viewer-bar .btn-color-wheel {
    padding: 0.1em 0;
    width: 1.5em;
    margin: 0;
}

.circularcursor {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: fixed;
    display: block;
    z-index: 1;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.notification ol {
    display: block!important;
    list-style-type: decimal;
    margin-top: 1em;
    margin-left: 1.75rem!important;
    margin-right: 0;
}

.pending-prediction {
    color: #95a5a6;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    width:100%!important;
}

.gpt-favorite-star {
    --animate-duration: 0.6s;
}
