
.eor-tileContainBlockStudy {
    text-align: center;
}

.eor-tileBlockStudy {
    padding: 10px;
    width: 100%;
    overflow-y: auto;
    margin-top: 30px;
}

.eor-tile {
    margin: 5px;
    border: 3px solid #008CA6;
    border-radius: 5px;
    background: #F0F1F4;
    display: inline-block;
    width: 400px;
    height: 230px;
}

.eor-device-tile {
    margin: 5px;
    border: 3px solid #008CA6;
    border-radius: 5px;
    background: #F0F1F4;
    display: inline-block;
    width: 400px;
    height: 230px;
}

.eor-device-selected {
    margin: 5px;
    border: 3px solid #008CA6;
    border-radius: 5px;
    background: #CFE0F1;
    display: inline-block;
    width: 400px;
    height: 230px;

}

.eor-device-tile:hover {
    background: #D8ECEC;
    transition: background 0.5s;
}

.eor-tile:hover {
    background: #D8ECEC;
    transition: background 0.5s;
}

.eor-tileActive {
    background: #CFE0F1;
    transition: background 0.5s;
}

.eor-deviceTileActive {
    background: #CFE0F1;
    transition: background 0.5s;
}

.eor-tileGlobalTable {
    width: 100%;
    height: 100%;
}

.eor-tileGlobalTablePreview {
    width: 220px;
    position: relative;
}

.eor-tilePreview {
    width: 210px;
    height: 210px;
    margin: 5px;
    background-color: black;
    display: flex;
    justify-content: space-around;
}

.eor-tileImage {
    max-height: 100%;
    max-width: 100%;
    align-self: center;
}

.eor-tileInfoTable {
    width: 100%;
    height: 100%;
}

.eor-tileInfoTableHead {
    vertical-align: top;
}

.eor-tileInfoTableHeadLine {
    margin: 7px;
    text-align: center;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
    max-width: 164px;
}

/** Slider */
.eor-carousel {
    position: relative;
    height: 100%; /* can be deleted*/
    width: calc(100% - 140px);
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 8px;
    float: right;
}

.eor-preview-carousel-caption {
    background: #f3f3f3;
    color: #555;
}

.eor-carousel-indicators {
    bottom: -3px;
    margin-bottom: 0;
}

.eor-carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 1px solid #ccc;
}

.eor-carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #ccc;
}

.eor-carousel-item {
    position: relative;
    min-height: 60px;

}

.eor-carousel-caption {
    position: relative;
    height: 100%;
    overflow: hidden;
    display: block;
    left: 0;
    right: 0;
    padding: 0;
    bottom: 0;
    text-shadow: 0 0 0;
    color: #333;
}

.eor-carousel-control {
    position: absolute;
    top: 1%;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #DED7BE;
    text-align: center;
    /* text-shadow: 0 1px 2px rgba(0,0,0,.6); */
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 10;
}

.eor-carousel-control:hover {
    color: #BDC6B4;
}

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

.eor-prev-icon {
    margin-top: -15px;
    position: absolute;
    top: 50%;
    display: inline-block;
    left: 10px;
}

.eor-next-icon {
    margin-top: -15px;
    position: absolute;
    top: 50%;
    display: inline-block;
    right: 10px;
}

/** Top menu bar the breadCrumb bar */
.eor-breadcrumb {
    margin-bottom: 0;
}

.eor-breadcrumb-item {
    color: #428bca;
}

.eor-breadcrumb-item.active {
    color: green;
}

/** Left bar menu */
.eor-left-menu {
    margin-top: 8px;
    position: absolute;
    width: 130px;
}

/** Left bottom bar menu for the export view */
.eor-export-left-bottom-menu {
    position: absolute !important;
    width: 130px !important;
    bottom: 15px !important;
    max-height: 50% !important;
    text-align: center !important;
    overflow-y: auto;
    margin-bottom: 5px;
}

.eor-export-progress-bar {
    position: relative;
    margin: 3px;
}

.eor-progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

.eor-progress-bar-terminated {
    background-color: #28a745 !important;
    width: 100% !important;
}

.eor-progress-bar-finish {
    background-color: #ffc107 !important;
}

.eor-progress-bar-remove {
    top: 3px;
    position: absolute;
    line-height: 11px;
    right: 0;
    background-color: #b92c28;
    padding: 5px;
}

.eor-progress-bar-remove:hover {
    cursor: pointer;
    background-color: #ef4423;
}

.eor-progress-bar-label {
    width: calc(100% - 30px);
    word-break: keep-all;
    white-space: pre-line;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 5px;
}

.eor-export-title {
    padding: 5px;
}

.eor-lef-menu-spacer {
    width: 100%;
    height: 5px;
}

/** left buttons */
.eor-left-button {
    position: relative;
    width: 100%;
    min-height: 60px;
    text-align: center;
    transition: background 0.25s;
    background-color: #f5f5f5;
    border: 1px solid #008CA6;
    border-radius: 3px;
}

.eor-left-button p:last-child {
    margin: 0 0 10px;
}

.eor-left-button p {
    margin: 0 1px 0 1px;
}

.eor-left-button p:first-child {
    margin: 10px 0 0;
}

.eor-statusIconSmallV2 {
    font-size: 16px;
    padding: 0 3px 0 3px;
    line-height: 20px;
}

.eor-left-button.active {
    background: #CFE0F1;
    transition: background 1s;
}

.eor-left-button:hover {
    background-color: #D8ECEC;
    cursor: pointer;
    transition: background 0.25s;
}

.eor-left-button-line {
    text-overflow: ellipsis;
    overflow: hidden;
}

/** Modal for mobile devices */
.eor-tileMobileBlock {
    padding: 10px;
    width: 100%;
    overflow-y: auto;
}

.eor-deviceMobileTile {
    margin: 5px;
    border: 3px solid #008CA6;
    border-radius: 5px;
    background: #F0F1F4;
    display: inline-block;
    width: 260px;
    height: 80px;
}

.eor-deviceMobileSelected {
    margin: 5px;
    border: 3px solid #008CA6;
    border-radius: 5px;
    background: #CFE0F1;
    display: inline-block;
    width: 260px;
    height: 80px;

}

.eor-deviceMobileTile:hover {
    background: #D8ECEC;
    transition: background 0.5s;
}

.eor-tileMobileGlobalTablePreview {
    width: 116px;
    position: relative;
}

.eor-tileMobilePreview {
    width: 110px;
    height: 66px;
    margin: 3px;
}

.eor-tileMobileInfoTableHead {
    vertical-align: middle;
}

.eor-tileMobileInfoTableHeadLine {
    margin: 3px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 132px;
}

.eor-tileMobileImage {
    height: 100%;
    width: 100%;
}

/** Worklist header */
.eor-quickFilterContainer {
    text-align: left;
    padding-left: 5px;
}

.eor-quiFilterLine {
    display: inline-block;
}

.eor-quickFilters {
    padding: 0 10px;
    /* margin-bottom: 20px;*/
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.eor-quickFilters-item {
    color: #428bca;
}

.eor-quickFilters-item-active {
    color: green;
}

.eor-quickFilters-item-active:hover {
    color: green;
}

.eor-quickFilters > li {
    display: inline-block;
    margin-left: 10px;
}

.eor-edtFilters-item {
    color: #428bca;
}

.eor-quickFilters > div {
    display: inline-block;
    margin-left: 10px;
}

/** Work list row */
.eor-workList-row {
    line-height: 30px;
}

.testIconSeize {
    height: 40px !important;
    width: 40px !important;
}

.tablev2Table > tbody > tr:nth-child(odd).processingRow, .tablev2Table > tbody > tr:nth-child(even).processingRow {
    background-color: #D8ECEC;
    transition: background-color 0.25s;
}

.tablev2Table > tbody > tr:nth-child(odd).processingRow:hover td, .tablev2Table > tbody > tr:nth-child(even).processingRow:hover td {
    background-color: #D8ECEC;
    transition: background-color 0.25s;
}

.eor-workList-iconBadge {
    position: absolute;
    left: 0;
    width: 14px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    height: 15px;
    top: 1px;
}

/* Snapshot view */
.eor-snapshot-tile {
    position: relative;
    margin: 5px;
    border-radius: 5px;
    background: #F0F1F4;
    display: inline-block;
    width: 280px;
    height: 230px;

    padding: 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
}

.eor-snapshot-selected {
    background: #CFE0F1;
    border: 2px solid #008CA6;
}

.eor-snapshot-time-danger {
    border: 1px solid rgba(255, 0, 0, 0.12);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(255, 0, 0, 0.21), 0 1px 1px rgb(255, 255, 255);
}

.eor-snapshot-time-warning {
    border: 1px solid rgba(255, 135, 0, 0.12);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(255, 135, 0, 0.21), 0 1px 1px rgb(255, 255, 255);
}

.eor-snapshot-time-default {
    border: 1px solid rgba(85, 85, 85, 0.12);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(85, 85, 85, 0.21), 0 1px 1px rgb(255, 255, 255);

}

.eor-snapshot-view-header {
    background: #777;
    color: #eee;
    width: 100%;
    border-radius: 4px 4px 0 0;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    text-align: left;
}

.eor-snapshots-receive-time-btn {
    height: 25px;
    width: calc(100% - 12px);
    margin-left: 6px;
    padding: 3px;
    margin-bottom: 4px;
    font-weight: bold;
    border-radius: 2px;
    text-align: initial;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    background: #999;
    color: white;
}

.eor-snapshots-receive-time-btn:hover {
    color: white !important;
}

.eor-snapshots-receive-time-container {
    position: relative;
    height: 100%;
    width: calc(100% - 10px);
    margin-left: 5px;
    padding: 2px;
    overflow: hidden;
    margin-bottom: 4px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: #fbfbfb;

}

.eor-snapshot-time-line {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.eor-time-badge {
    background-color: #17a2b8;
}

.eor-time-tile-badge {
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 1;
    border: 1px solid black;
    background-color: #17a2b8;
}

.eor-snapshots-container {
    position: relative;
    float: left;
    height: 100%;
    width: calc(100% - 150px);
    padding: 0;
    margin: 0 5px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background: #fbfbfb;
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden;
}

.eor-preview-image-container {
    height: calc(100% - 150px);
}

.eor-snapshots-export-container {
    position: absolute;
    width: 135px;
    right: 0;
    padding: 0;
    margin-right: 4px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background: #f8f8f8;
}

.eor-snapshots-export-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #ccc;
    color: #555;
    border-bottom: 1px dashed #eee
}

.eor-snapshots-export-content {
    position: relative;
    margin-top: 15px;
    overflow-x: hidden;
    overflow-y: auto;
}

.eor-snapshots-export-btn {
    display: inline-block;
    width: calc(100% - 8px);
    padding: 4px;
    margin: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.eor-snapshots-export-btn:hover {
    opacity: 0.7;
    width: 98%;
    margin: 4px 1% 4px 1%;
}

.eor-preview-action-btn {
    width: 16%;
}

/* Modal for view snapshots */
.modal-dialog-snapshot {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
}

.modal-content-snapshot {
    height: 100%;
    border-radius: 4px;
    overflow: auto;
    /*background-color: #3D647B;*/
    background-color: black;
    color: #fff;
}

.modal-header-snapshot {
    border-bottom: 0;
    padding-right: 8px;
}

.close-snapshot {
    color: #fff;
    opacity: 1.0;
}

.modal-title-snapshot {
    font-size: 2em;
    font-weight: 300;
    color: #fff;
}

.modal-body-snapshot {
    width: 100%;
    height: calc(100% - 105px);
    background-color: black;
}

.modal-media-snapshot {
    height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
}

.modal-media-snapshot-video {
    width: 100%;
    height: 98%;
}

/* Modal for  audio */
.modal-dialog-audio {
    width: calc(50%);
    max-width: calc(50%);
    height: calc(100% - 70px);
    padding: 0;
    margin: 0;
    top: 70px;
    left: 50%;
}

.modal-content-audio {
    height: calc(100%);
    border-radius: 4px;
    overflow: auto;
    background-color: #3D647B;
    color: #fff;
}

.modal-header-audio {
    padding: 10px 5px 0 10px;
    border-bottom: 0;
}

.close-audio {
    color: #fff;
    opacity: 1.0;
}

.modal-title-audio {
    font-size: 15px;
    color: #fff;
}

.modal-body-audio {
    width: 100%;
    height: calc(100% - 45px);
    color: #333;
}

.eor-large-icons {
    font-size: 32px;
}

.eor-key-icon {
    color: #FFC70D;
}

.eor-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    left: 0;
    z-index: 1052;
    opacity: 0.25;
}

.eor-loading-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 201;
    opacity: 0.5;
}

.eor-loadingContainer {
    position: relative;
    top: 40%;
}

.progressBar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: rgba(255, 255, 255, .2);
}

.timeBar {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
}

.bufferBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: sandybrown;
}

.selectBar {
    position: absolute;
    z-index: 4;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f00;

}

.eorStatusPastilleV2 {
    position: absolute;
    left: 15px;
    top: 8px;
}

.eorLineStatusPastilleV2 {
    position: absolute;
    left: 25px;
    top: 35px;
}

.eorPreviewIconV2 {
    vertical-align: middle;
    line-height: 20px;
}

/** Action view */
.label-as-badge {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.progress {
    position: relative;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
}

.eor-video-action-container {
    position: absolute;
    top: calc(45% - 50px);
    right: 5px;
}

.eor-video-action-btn {
    color: #fff;
    opacity: 1;
    margin: 3px;
}

.icon-scale-up-giggle-animate {
    animation-name: scaleUpGiggle;
    animation-duration: .2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes scaleUpGiggle {
    0% {
        transform: scale(1) rotate(0deg);
    }
    25% {
        transform: scale(1.1) rotate(-25deg);
    }
    50% {
        transform: scale(1.2) rotate(0deg);
    }
    75% {
        transform: scale(1.1) rotate(25deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.popover {
    max-width: 100%;
}

.popover-title {
    color: #333;
}

.popover-content {
    color: #333;
}

.eorOpenPatientIcon:before {
    color: #004B63;
}

.eor-breadcrumb > li + li:before {
    color: #ccc;
    content: ">> ";
    padding: 0 5px;
}

.eor-exportTableActiveRow > td {
    background-color: #FF9B57 !important;
}

.eor-export-color {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
}

/** eOR Widgets **/

.eor-widget-item-uninitialized {
    display: none;
}

.eor-widget-header {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
}

.eor-widget-context-container {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
    flex-direction: column;
}

.eor-widget-context-container.center {
    align-items: center;
}

.eor-widget-context-container.bottom {
    align-items: flex-end;
}

.eor-widget-context-container.eor-widget-row {
    flex-direction: row;
    flex-wrap: nowrap;
}

.eor-widget-breakable {
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#eor-widget-study-data > div > div > label {
    margin-bottom: 0;
}

.eor-widget {
    width: 120px;
    height: calc(100% - 10px);
    margin: 5px 8px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #FFFFFF;
    z-index: 10;
}

.eor-widget.eor-green-widget {
    background-color: lightseagreen;
    color: #fff;
}

.eor-widget.eor-orange-widget {
    background-color: rgb(255, 186, 101);
    color: #fff;
}

.eor-widget.eor-grey-widget {
    background-color: lightgrey;
    color: #fff;
}

.eor-widget.eor-blue-widget {
    background-color: lightblue;
    color: #fff
}

.eor-widget.eor-white-widget {
    background-color: #eeeeee;
    color: #535353
}

.eor-widget > .head {
    text-align: left;
    float: left;
    padding-left: 4px;
    padding-top: 4px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    font-size: 15px;
    height: 25px;
}

.eor-widget > .content {
    height: calc(100% - 25px);
    float: left;
    width: 100%;
    display: flex;
}

.eor-widget > .content > .selected {
    font-size: 26px;
    padding-left: 16px;
}

.eor-widget > .content > .total {
    font-size: 12px;
    padding: 4px;
    text-align: right;
    align-self: flex-end;
}

.eor-widget-action {
    width: 50px;
    height: calc(100% - 10px);
    margin: 0 5px 0 -8px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.eor-widget-action span[class^=icon] {
    font-size: 20px;
}

.eor-widget + .eor-widget-action,
.eor-widget-action + .eor-widget-action {
    border-left: 1px dashed white;
}

.eor-widget-action + .eor-widget-action {
    margin: 0 8px 0 -5px;
}

.eor-widget-action.eor-green-widget {
    background: lightseagreen;
    color: #fff;
}

.eor-widget-action.eor-red-widget {
    background: indianred;
    color: #fff;
}

.eor-popup-print {
    padding: 0;
    text-align: left;
    white-space: normal;
    background-color: #888;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.eor-print-preview {
    background-color: #888;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
}

.eor-popup-print-smallBox {
    position: relative;
    margin: 1px;
    border: 1px solid white;
    background-color: black;
    opacity: 0.7;
}

.eor-popup-print-smallBox.active {
    border: 1px solid orange !important;
    opacity: 1 !important;
}

.eor-print-inverse {
    color: black;
    font-size: 40px;
    position: absolute;
    right: 65px;
    top: 11px;
}

.toggle-switch-delete-backup-eor {
    margin: 0 !important;
}

.selected-physicians {
    width: 280px;
    margin: auto;
    height: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.eor-edtFilter-physician-lst {
    position: absolute;
    max-height: 250px;
    width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 10px;
}

.eor-edtFilter-searchInput {
    border: hidden;
}

.eor-edtFilter-searchInput:focus {
    outline: none;
}

.eor-edtFilter-chosen-physician-li {
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 1px;
}

/* saved filter ctn to form widget*/
.eor-saved-filter-ctn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 30px;
}

.eor-saved-filter-widget-content {
    background-color: #2292a7;
    width: 100%;
    height: 100%;
    padding: 5px;
    display: flex;
    position: relative;
    color: #fff;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}

.eor-saved-filter-widget-edit {
    width: 50px;
    height: calc(100%);
    margin: 0 5px 0 -8px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    background: orange;
    color: #fff;
    border-radius: 0 4px 4px 0;

}

.eor-edtFilter-input-filterTitle {
    margin-left: 10px;
    width: calc(100% - 20px);
    display: inline;
}

.eor-editable-span {
    box-sizing: border-box;
    transition: box-shadow 150ms ease-in 0ms;
    border-radius: 2.01px;
    cursor: text;
    display: inline-block;
    max-width: 100%;
    box-shadow: 0 0 0 0 transparent;
    padding: 2px 30px 2px 5px;
    position: relative;
    word-break: break-word;
}

.eor-editable-span:hover {
    background-color: #fff;
    box-shadow: 0 0 0 1px #ccc;
}

.eor-saved-filter-span {
    cursor: pointer !important;
}

.eor-saved-filter-edit {
    box-sizing: border-box;
    opacity: 0;
    background: #f0f0f0 no-repeat 4px 4px;
    border-left: 1px solid #ccc;
    height: auto;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    z-index: -1;
    color: #707070;
    cursor: pointer !important;
    padding: 5px 0 0 3px;
}

.eor-delete-editable-filter-badge {
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: -1;
    opacity: 0;
    background-color: red;
    cursor: pointer !important;

}

/** ScrollBar
#eor-carousel::-webkit-scrollbar-track,
#eOR-roomBody::-webkit-scrollbar-track,
#eOR-deviceBody::-webkit-scrollbar-track,
#eorWorkListTable::-webkit-scrollbar-track,
#real-container::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #777;
}

#eor-carousel::-webkit-scrollbar,
#eOR-roomBody::-webkit-scrollbar,
#eOR-deviceBody::-webkit-scrollbar,
#eorWorkListTable::-webkit-scrollbar,
#real-container::-webkit-scrollbar
{
    width: 12px;
    background-color: #777;
    cursor: pointer;
}

#eor-carousel::-webkit-scrollbar-thumb,
#eOR-roomBody::-webkit-scrollbar-thumb,
#eOR-deviceBody::-webkit-scrollbar-thumb,
#eorWorkListTable::-webkit-scrollbar-thumb,
#real-container::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #F5F5F5;
}
**/