﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:#555555;
    -webkit-user-select: none;
    -moz-user-select: none;   
    -ms-user-select: none;    
    user-select: none;    
    cursor:default;
}
.negative10leftmargin{
    margin-left:-10px;
}

.fullHeightWidth {
    height: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
}

.half-width {
    height: 100% !important;
    width: 50% !important;
    max-height: 100% !important;
    max-width: 50% !important;
}

.mpr-viewport-H {
    height: 50% !important;
    max-height: 50% !important;
}

.mpr-viewport-V {
    height: 50% !important;
    max-height: 50% !important;
}

md-progress-linear.md-default-theme .md-container, md-progress-linear .md-container {
    background-color: rgb(33, 33, 33);
}

.overlay_Orange {
    font-family: courier;
    font-weight: bold;
    color: #ef6c00 !important;
}
.overlay_Blue {
    font-family: courier;
    font-weight: bold;
    color: #a3afff !important;
}

.overlay {
    position: absolute;
    color: #ef6c00;
    font-weight: bold;
    font-family: courier;
    pointer-events: none;
    font-size: 15px;
}
.overlay_History {
    position: absolute;
    color: #a3afff;   
    font-weight: bold;
    font-family: courier;
    pointer-events: none;
}

.thumbNailOverlay {
    position: absolute;
    color: #55e73c;
    font-weight: bold;
    font-family: courier;
}

.buttonDivider {
    height: 25px;
    width: 1px;
    background: #929292;
}

.historythumbnailList {
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: black;   
    max-height: 100%;
    min-width: 175px;
    width: 175px;
    border-right: 5px solid rgb(0, 0, 0);
    direction: rtl;
}

.thumbnailList {
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: black;
    height: 100%;
    max-height: 100%;
    border-right: 5px solid rgb(0, 0, 0);
    direction: rtl;
    min-width: 150px !important;
    max-width: 150px !important;
}

.thumbnailList > button {
    width: 100%;
    height: 100%;
}

.thumbnail {
    width: 100%;
    /*height: 100%;*/
}
.thumbnail:hover {
   cursor: pointer;
}

.thumbnailMobile {
    border: 2px solid #424242;
    border-radius: 5px;
}

.thumbnailMobileActive {
    border: 2px solid #ef6c00;
    border-radius: 5px;
}

.activeThumbnailImgHistory {
    border-top: 1px solid rgb(119, 176, 241);
    border-radius: 5px;
}

.activeThumbnailImg {
    border-top: 1px solid #ef6c00;
}

.inActiveThumbnailImg {
    border-top: 1px solid #2b2b2b;
}

.activeThumbnailHistory {
    margin-left: 4px;
    border: 2px solid rgb(119, 176, 241);
    padding: 5px;
    border-radius: 5px;
    margin-top: 4px;
}

.activeThumbnail {
    margin-left: 4px;
    border: 2px solid #ef6c00;
    padding: 5px;
    border-radius: 5px;
    margin-top: 4px;
}
.inActiveThumbnail {
    margin-left: 4px;
    border: 2px solid #2b2b2b;
    padding: 5px;
    border-radius: 5px;
    margin-top: 4px;
}

.on-drag-hover {
    outline: none !important;
    border: 2px solid #ef6c00 !important;
    box-shadow: 0 0 10px #ef6c00 !important;    
}

.activeviewport {
    outline: none; 
    border: 2px solid #09ef00;
    border-radius: 5px;
}

.activeviewport_history {
    outline: none;
    border: 2px solid rgb(119, 176, 241);    
}

.viewport>canvas {
    position: absolute;
}

.inActiveviewport {
    outline: none;
    border: 2px solid rgb(26, 27, 28);   
}

.activestack {
    outline: none; 
    border-right: 2px solid #09ef00;
    box-shadow: 0 0 0 #09ef00;    
}

.inActivestack {
    outline: none;
    border-right: 2px solid rgb(26, 27, 28);
    box-shadow: 0 0 0 rgb(26, 27, 28);    
}

.wrapper-gradient md-tabs-wrapper {
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
    background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
    border-bottom: #1a1b1c 1px solid;
}

    .wrapper-gradient md-tabs-wrapper .md-tab.md-active {
        background: -moz-linear-gradient(top, #909090 0%, #080808 100%);
        background: -webkit-linear-gradient(top, #909090 0%, #080808 100%);
        background: linear-gradient(to bottom, #909090 0%, #080808 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#909090', endColorstr='#080808', GradientType=0);
        border-bottom: #1a1b1c 1px solid;
    }

.gradient-tab md-tab-item {
    background: -moz-linear-gradient(top, #636363 0%, #151515 100%);
    background: -webkit-linear-gradient(top, #636363 0%, #151515 100%);
    background: linear-gradient(to bottom, #636363 0%, #151515 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#636363', endColorstr='#151515', GradientType=0);
    border-bottom: #1a1b1c 1px solid;
}

.toolbar {
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
    background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
    border-bottom: #1a1b1c 1px solid;
    height: 45px;
}

.insetBorderBlue {
    border: 1px inset #0062d0;
}

.outsetBorderBlue {
    border: 1px outset #0062d0;
}

.insetBorderOrange {
    border: 1px inset #cc7941;
}

.outsetBorderOrange {
    border: 1px outset #cc7941;
}


/*Use this class to invert the black SVG*/
.invertSvg {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.svgIcon > svg:hover {
   fill: #ffc100;
}

md-menu-content {
    background-color: #2f2f2f;
}
md-menu-item>.md-button {
    font-size: 12px;
    font-weight: bold;
    color: white;
}
md-menu-item>.md-button:hover {
     background-color: white;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline:0 !important;
}

.rotate180 {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg); /* Standard syntax */
}
.fps {
    height: 60px;
    width: 50px;
    color: #ef6c00;
    font-family: courier;
    pointer-events: auto;
}

.thumbnailCircular {
    bottom: 5px;
    left: 5px;
}
.thumbnailCircular path {
    stroke-width: 5px !important;
}
.thumbnailCircular svg {
    width: 174px;
}

.loader {
  position: absolute;
  border: 10px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-top: 10px solid #ef6c00;
  width: 130px;
  height: 130px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.studyLoader {
  position: absolute;
  border: 30px solid rgba(0, 0, 0, 0);
  border-radius: 70%;
  border-top: 30px solid #ef6c00;
  width: 500px;
  height: 500px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    border: 7px solid grey;
    border-radius: 50%;
    border-top: 10px solid #8d4000;
    border-right: 10px solid #ef6c00;
    border-bottom: 10px solid #8d4000;
    border-left: 10px solid #ef6c00;
    width: 200px;
    height: 200px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

#small-loader {
    border-radius: 100%;
    border-top: 3px solid #8d4000;
    border-right: 3px solid #ef6c00;
    border-bottom: 3px solid #8d4000;
    border-left: 3px solid #ef6c00;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 2px;
    left: 2px;
}

#seriesloader {
    border: 7px solid grey;
    border-radius: 50%;
    border-top: 7px solid #8d4000;
    border-right: 7px solid #ef6c00;
    border-bottom: 7px solid #8d4000;
    border-left: 7px solid #ef6c00;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

#seriesloader_history {
    border: 7px solid grey;
    border-radius: 50%;
    border-top: 7px solid #636b99;
    border-right: 7px solid #a3afff;
    border-bottom: 7px solid #636b99;
    border-left: 7px solid #a3afff;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}


#viewportloader {
    border: 7px solid grey;
    border-radius: 50%;
    border-top: 7px solid #ef6c00;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}


    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

.mobileThumbnail {
    width: 100px;
}

.cacheInfo {
    font-weight: bold;
    font-size: small;
    min-width: 150px;
}

.cacheInfoMobile {
    font-weight: bold;
    font-size: small;
}

.speedInfo {
    font-weight: bold;
    font-size: small;
    min-width: 70px;
}

.speedAvgerage {
    color: yellow;
}

.speedGood {
    color: #00ce00;
}

.speedPoor {
    color: Red;
}


.memoryUnder50 .md-bar {
    background-color: green;
}

.memoryOver50 .md-bar {
    background-color: yellow;
}

.memoryOver80 .md-bar {
    background-color: red;
}

.historyTab .md-tab-item {
    color: #000092;
}

md-tooltip div  {
    background-color: #303235 !important;
    font-size: larger;
}

.selectedThumbnail {
    top: 30%;
}

.selectedThumbnail md-icon svg {
    fill: red;
}

.selectedTool md-icon svg {
    fill: #ef6c00;
}

.registrarWarning {
    color: #ff6161;
    font-size: large;
    text-align: center;
    font-weight: bold;
}

.mobile-report-headers {
    font-size: 14px;
    font-weight: bold;
}

    .mobile-report-headers span {
        font-weight: 100;
    }

    .mobile-report-headers-portrait {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
    }

.mobile-report-headers-landscape {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.zero-padding-zero-margin {
    padding: 0;
    margin: 0;
}

.reportToolBar {
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #45484d 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0); /* IE6-9 */
    min-height: 50px;
}
    .report-toolbar {
        font-size: 13px;
        font-weight: bold;
    }

    .reportHeaders>div>p {
        display: inline-block;
        /*font-weight: bold;*/

    }
    .reportWindow {
        -moz-min-width: 800px;
        -ms-min-width: 800px;
        -o-min-width: 800px;
        -webkit-min-width: 800px;
        min-width: 800px;
        min-height: 500px;
    }

.md-tab {
    font-weight: bold;
    border-left: 1px outset #333333;
    border-right: 1px outset #333333;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: rgb(255, 255, 255) !important;
}

.studyUnreported {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.historyButton {
    font-weight: bold;
    background: rgb(43, 45, 48);
    border: 1px outset #636363;
    background-color: #000092;
    color: white;
    width: 100%;
}

md-progress-linear.thumbnailLoader > div > div {
    background-color: #00a700;
}

/*md-progress-linear.historyStudy > div > div {
    background-color: rgb(44, 99, 160);
}*/

.dicomTags {
    font-family: monospace;
    font-size: larger;
}

.dicomTags li {
    margin: 10px;
}


d-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
    background: #6d6d6d;
    color: rgb(255, 255, 255);
}

md-dialog .md-actions .md-button, md-dialog md-dialog-actions .md-button {
    color: rgb(230, 230, 230) !important;
    font-weight: bold;
    background: rgb(43, 45, 48);
    border: 1px outset #636363;
    font-size: 12px;
}
md-dialog md-dialog-content:not([layout=row]) > :first-child:not(.md-subheader) {
    color: #ffffff;
    font-weight: bold;
}
md-dialog {
    border: 1px solid #656565;
}

.mobileLeftButtonOverlay {
    position: fixed;
    top: 45%;
    left: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    margin-left: -5px !important;
    background: rgba(84, 84, 84, 0.4);
    border-radius: 10% !important;
    padding: 0px !important;
}

    .mobileLeftButtonOverlay:hover {
        background: rgba(84, 84, 84, 0.4) !important;
    }

.mobileLeftButtonOverlay > md-icon { margin-left: 12px; }

.mobileRightButtonOverlay {
    position: fixed;
    top: 45%;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    margin-right: -5px !important;
    background: rgba(84, 84, 84, 0.4);
    border-radius: 10% !important;
    padding: 0px !important;
}
    .mobileRightButtonOverlay:hover {
        background: rgba(84, 84, 84, 0.4) !important;
    }


.mobile-search {
    position: fixed;
    top: 0px;
    right: 5px;
    bottom: 0;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 0 0 0 !important;
    border-top-left-radius: 10% !important;
    border-top-right-radius: 10% !important;
    border-bottom-right-radius: 10% !important;
    border-bottom-left-radius: 10% !important;
    z-index: 10;
    height: 40px;
}

.mobile-logout {
    position: fixed;
    top: 0px;
    left: 5px;
    bottom: 0;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 0 0 0 !important;
    border-top-left-radius: 10% !important;
    border-top-right-radius: 10% !important;
    border-bottom-right-radius: 10% !important;
    border-bottom-left-radius: 10% !important;
    z-index: 10;
    height: 40px;
}

.mobile-return {
    position: fixed;
    top: 0px;
    right: 5px;
    bottom: 0;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 0 0 0 !important;
    border-top-left-radius: 10% !important;
    border-top-right-radius: 10% !important;
    border-bottom-right-radius: 10% !important;
    border-bottom-left-radius: 10% !important;
    z-index: 10;
    height: 40px;
}

.mobileSeriesDown {
    position: fixed;
    top: 60%;
    left: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    margin-left: -5px !important;
    background: rgba(84, 84, 84, 0.4);
    border-radius: 10% !important;
    padding: 0px !important;
}

    .mobileSeriesDown:hover {
        background: rgba(84, 84, 84, 0.4) !important;
    }

.mobileSeriesUp {
    position: fixed;
    top: 30%;
    left: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    margin-left: -5px !important;
    background: rgba(84, 84, 84, 0.4);
    border-radius: 10% !important;
    padding: 0px !important;
}

    .mobileSeriesUp:hover {
        background: rgba(84, 84, 84, 0.4) !important;
    }

.mobileRightButtonOverlay > md-icon { margin-right: 10px; }

.rightSideNav {   
    background: rgba(51, 51, 51, 0.8);
    min-width: auto;
    width: auto;
    bottom: auto;
    border-left: 1px solid #484848;
    border-top: 1px solid #484848;
    border-bottom: 1px solid #484848;
}

.leftSideNav {
    height: auto;
    min-width: 250px;
    background: rgba(51, 51, 51, 0.8);
    width: 250px;
    max-width: 250px;
    border-left: 1px solid #484848;
    border-top: 1px solid #484848;
    border-bottom: 1px solid #484848;
}

.mainViewButton {
    font-weight: bold;
    background: rgb(43, 45, 48);
    border: 1px outset #636363;
    font-size: 12px !important;
    line-height: 25px !important;
    min-height: 25px !important;
    text-transform: uppercase !important;
}

    
    /* This was found to make the button text invisible as it is a "label" attribute rather than its own element
        .mainViewButton > md-button.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover {
        background-color: #1d1e20;
    }*/

/* loading dots */

.loading:after {
    content: '.';
    animation: dots 1s steps(5, end) infinite;}

@keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow:
                   .25em 0 0 rgba(0,0,0,0),
                   .5em 0 0 rgba(0,0,0,0);}
    40% {
        color: #ef6c00;
        text-shadow:
                   .25em 0 0 rgba(0,0,0,0),
                   .5em 0 0 rgba(0,0,0,0);}
    60% {
        text-shadow:
                   .25em 0 0 #ef6c00,
                   .5em 0 0 rgba(0,0,0,0);}
    80%, 100% {
        text-shadow:
                   .25em 0 0 #ef6c00,
                   .5em 0 0 #ef6c00;}}

.loadingHistory:after {
    content: '.';
    animation: dotsHistory 1s steps(5, end) infinite;
}

@keyframes dotsHistory {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }

    40% {
        color: rgb(119, 176, 241);
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }

    60% {
        text-shadow: .25em 0 0 rgb(119, 176, 241), .5em 0 0 rgba(0,0,0,0);
    }

    80%, 100% {
        text-shadow: .25em 0 0 rgb(119, 176, 241), .5em 0 0 rgb(119, 176, 241);
    }
}

.animate-show-hide.ng-hide {
    -ms-opacity: 0;
    opacity: 0;
}

.animate-show-hide.ng-hide-remove {
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
}

.progress-bar {
    height: 5px;
    border-style: solid;
    border-width: 1px;
    background-color: #2f2f2f;
    border-color: #424242;
}

.progress-bar-bar {
    float: left;
    width: 0px;
    background-color: #ef6c00;
    height: 100%;
    color: black;
    font-weight: normal;
    transition: width .7s ease-in-out;
}

.progress-bar-bar-completed {
    background-color: #00c100 !important;
}

.progress-bar-bar-failed {
    background-color: rgb(222, 0, 0) !important;
}

.toolbar-icon-button {
    margin: 3px !important;
}

.top-toolbar {
    min-width: 1000px;
}

.md-toolbar-tools .selectedTool {
    border-radius: 20%;
}

.md-toolbar-tools .hide {
    border-radius: 20%;
}

.mouse-button-text-icon {
    position: absolute;
    top: 19px;
    left: 0;
}

.mouse-button-text-menu-icon {
    position: absolute;
    top: 21px;
    left: -4px;
}

.dropdown-button-text-menu-icon {
    position: absolute;
    top: 21px;
    right: -4px;
}

md-tabs.md-dynamic-height md-tab-content.md-active {
    height: 100% !important;
}

md-tabs.md-dynamic-height md-tab-content.md-active > div {
    height: 100% !important;
}

.tab-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #252525;
}

md-tabs.md-dynamic-height md-tabs-content-wrapper {
    flex: 1 1;
}

.report-tabs {
    flex: 1 1;
    display: flex;
    flex-direction: column;
}

.report-other-content {
    overflow-y: auto;
    padding-top: 0px;
}

.report-print-container {
    text-align: center;
}

.prior-new-tab-container {
    text-align: center;
}

.prior-new-tab-button {
    background-color: #323335;
    margin-bottom: 0px;
}

.prior-new-tab-button:hover {
    background-color: #5e6063 !important;
}

.prior-report-new-tab-button {
    font-weight: bold;
    background: rgb(102, 151, 207);
    background-color: rgb(102, 151, 207) !important;
    border: 1px outset #ababab;
    font-size: 12px !important;
    line-height: 25px !important;
    min-height: 25px !important;
    text-transform: uppercase !important;
    margin-top: 0;
}

    .prior-report-new-tab-button:hover {
        background-color: #567fad !important;
    }

.white-icon {
    color: white !important;
}

.pause-icon > svg { fill: rgb(239, 108, 0); }

.pdfCloseButton {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition-duration: 150ms;
    -webkit-transition-property: background-color, border-color, box-shadow;
    -webkit-transition-timing-function: ease;
    -webkit-user-select: none;
    background-color: #494949;
    border: 1px solid transparent;
    border-radius: 2px;
    color: hsla(0, 0%, 100%, .8) !important;
    cursor: default;
    font-size: 17px;
    height: 25px;
    line-height: 14px;
    margin: 3px !important;
    min-width: 16px;
    padding: 2px 6px 0;
    position: absolute;
    right: 0;
    transition-duration: 150ms;
    transition-property: background-color, border-color, box-shadow;
    transition-timing-function: ease;
    width: 32px;
}

.pdfCloseButton:hover {
    background-clip: padding-box;
    background-color: hsla(0, 0%, 28%, 0);
    background-image: linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
    border: 1px solid hsla(0, 0%, 0%, .35);
    border-color: hsla(0, 0%, 0%, .32) hsla(0, 0%, 0%, .38) hsla(0, 0%, 0%, .42);
    box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05) inset, 0 0 1px hsla(0, 0%, 100%, .15) inset, 0 1px 0 hsla(0, 0%, 100%, .05);
}

.pdfCloseButton:focus { outline: 0; }

.videoCloseButton {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition-duration: 150ms;
    -webkit-transition-property: background-color, border-color, box-shadow;
    -webkit-transition-timing-function: ease;
    -webkit-user-select: none;
    background-color: #494949;
    border: 1px solid transparent;
    border-radius: 2px;
    color: hsla(0, 0%, 100%, .8) !important;
    cursor: default;
    float: right;
    font-size: 17px;
    height: 25px;
    line-height: 14px;
    margin: 3px !important;
    min-width: 16px;
    padding: 2px 6px 0;
    transition-duration: 150ms;
    transition-property: background-color, border-color, box-shadow;
    transition-timing-function: ease;
    width: 32px;
    position: absolute;
    right: 0;
    z-index: 100;
}

    .videoCloseButton:hover {
        background-clip: padding-box;
        background-color: #5e5e5e;
        background-image: linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
        border: 1px solid hsla(0, 0%, 0%, .35);
        border-color: hsla(0, 0%, 0%, .32) hsla(0, 0%, 0%, .38) hsla(0, 0%, 0%, .42);
        box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05) inset, 0 0 1px hsla(0, 0%, 100%, .15) inset, 0 1px 0 hsla(0, 0%, 100%, .05);
    }

.videoCloseButton:focus { outline: 0; }

md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item {
    min-width: 250px;
}

.text-nowrap {
    white-space: nowrap;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.md-toast.error .md-toast-content {
    text-align: center;
    font-weight: bold;
    color: rgb(255, 105, 105) !important;   
}

.md-toast.success .md-toast-content {
    text-align: center;
    font-weight: bold;
    color: rgb(0, 175, 0);
}

.greyOrangeButton {
    background: rgb(43, 45, 48);
    border: 1px outset #636363;
    font-size: 12px;
    font-weight: bold;
}

    .greyOrangeButton:hover {
        background-color: #ef6c00 !important;
    }

.md-button.md-default-theme.md-accent:not([disabled]) md-icon, .md-button.md-accent:not([disabled]) md-icon {
    color: white;
}

md-menu-content.md-default-theme md-menu-item md-icon, md-menu-content md-menu-item md-icon {
    color: white;
}

.report-print-button {
    font-weight: bold;
    background: #ef6c00;
    background-color: #ef6c00 !important;
    border: 1px outset #ababab;
    font-size: 12px !important;
    line-height: 25px !important;
    min-height: 25px !important;
    text-transform: uppercase !important;
    margin-top: 0;
}
.printer-menu {
    /*position: absolute;
    left: 0;
    top: 0;*/
}
    .printer-menu md-icon {
        color: white;
    }

.md-button.md-priortheme-theme:not([disabled]).md-focused, .md-button.md-priortheme-theme:not([disabled]):hover {
    background-color: rgb(102, 151, 207);
}

.button-linear .md-mode-indeterminate {
    height: 3px !important;
}

.pdf-report-button {
    width: 65px !important;
    height: 50px !important;
    border-radius: 0 !important;
    top: 5px;
}

.pdf-report-button > md-icon {
    height: 35px !important;
    width: 35px !important;
}

.large-icon-button {
    width: 65px !important;
    height: 50px !important;
    border-radius: 0 !important;
    top: 5px;
}

    .large-icon-button > md-icon {
        height: 35px !important;
        width: 35px !important;
    }

.medium-icon-button {
    width: 45px !important;
    height: 40px !important;
    border-radius: 0 !important;
}

.medium-icon-button > md-icon {
    height: 30px !important;
    width: 30px !important;
}

.reportViewLayout md-icon {
    color: rgb(255, 255, 255);
}

.resultsViewLayout md-icon {
    color: rgb(255, 255, 255);
}

.reportViewToolbar {
    overflow: hidden;
    position: fixed;
    z-index: 100;
    min-width: 100%;
}

.resultsViewToolbar {
    overflow: hidden;
    position: fixed;
    z-index: 100;
    min-width: 100%;
}

.resultsViewList {
    margin-top: 45px;
}

.md-accordion {
}

    .md-accordion .expandCollapse {
        width: 30px;
        height: 30px;
        position: relative;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        color: #fff;
        display: block;
        margin-top: -2px;
        margin-left: -2px;
        overflow: hidden;
        margin-right: 20px;
    }

        .md-accordion .expandCollapse:active {
            border: 0px;
        }

        .md-accordion .expandCollapse:before,
        .md-accordion .expandCollapse:after {
            width: 30px;
            height: 30px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            line-height: 32px;
            text-align: center;
        }

        .md-accordion .expandCollapse:before {
            opacity: 1;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            content: "|";
            margin-top: -3px;
        }

        .md-accordion .expandCollapse:after {
            opacity: 1;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            content: "|";
            margin-left: -3px;
        }

    .md-accordion .active:before {
        opacity: 1;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: 3px;
        margin-top: 0px;
    }

    .md-accordion .reportContent {
        background: #303030;
        color: white;        
    }

    .md-accordion .activeContent {
        height: auto;
        padding-top: 20px;
        display: block;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .md-accordion md-toolbar {
        cursor: pointer;
    }

md-slider canvas {
    height: 30px;
}

.accordion-toolbar-current {
    outline: 0;
    min-height: 0px;
    height: 40px;
    border-top-left-radius: 10px;
}

.accordion-toolbar-prior {
    outline: 0;
    min-height: 0px;
    height: 40px;
    border-top-left-radius: 10px;
}

.accordion-current md-toolbar {
    background-image: linear-gradient(to bottom, #ff8221, #e17018, #c45e0f, #a84d06, #8c3c00);
}

.accordion-prior md-toolbar {
    /*background-image: linear-gradient(to bottom, #006ae0, #005cc3, #004fa7, #00428c, #003571);*/
    background-image: linear-gradient(rgb(69, 157, 255), rgb(20, 125, 243), rgb(0, 103, 218), rgb(0, 88, 187), rgb(1, 69, 146));
}

.accordion-header {
    text-align: center;
    margin-right: 20px;
}

.dictationLoadingBar {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.loading-bar {
    display: inline-block;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    animation: loading 1s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
    background-color: #FF7600;
    animation-delay: 0;
}

.loading-bar:nth-child(2) {
    background-color: #DE0B00;
    animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
    background-color: #FFAA00;
    animation-delay: .18s;
}

.loading-bar:nth-child(4) {
    background-color: #FFD300;
    animation-delay: .27s;
}

.loading-bar-prior {
    display: inline-block;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    animation: loading 1s ease-in-out infinite;
}

    .loading-bar-prior:nth-child(1) {
        background-color: #3495CF;
        animation-delay: 0;
    }

    .loading-bar-prior:nth-child(2) {
        background-color: #115CD4;
        animation-delay: 0.09s;
    }

    .loading-bar-prior:nth-child(3) {
        background-color: #3495CF;
        animation-delay: .18s;
    }

    .loading-bar-prior:nth-child(4) {
        background-color: #2CD780;
        animation-delay: .27s;
    }


@keyframes loading {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1, 2.2);
    }
    40% {
        transform: scale(1);
    }
}

.report-collapsed {
    border-bottom-left-radius: 10px;
}

.md-confirm {
    color: #ffffff !important;
    color: rgba(255,255,255,0.87) !important;
    background-color: #4caf50 !important;
}

.md-next {
    color: #ffffff !important;
    color: rgba(255,255,255,0.87) !important;
    background-color: #106cc8 !important;   
}

.bold-button-text {
    font-weight: bold;
    font-size: 14px;
}

.report-text-area {
    white-space: pre-line;
    border-top: 1px solid grey;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background: #303030;
    color: white;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}

.report-text-area-edit {
    border: 2px solid #ef6c00;
}

.mobile-button {
    text-transform: initial;
}

/*Disables overlay on pullout menus*/
/*md-backdrop {
    position: unset;
}*/

md-tab-content {
    overflow: hidden;
}

.dts_label {
    display: none;
}

md-backdrop {
    background: transparent !important;
    background-color: transparent !important;
}

.tab {
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
}

md-tabs-canvas {
    height: 40px;
}
md-pagination-wrapper {
    height: 40px;
}

md-tabs-wrapper {
    border-bottom: 1px solid #6b6b6b;
}

md-tab-item {
    padding: 10px !important;
    font-size: 12px !important;
}

md-tabs-content-wrapper {
    top: 40px;
}


.patienttooltip .tooltiptext {
    visibility: hidden;
    background-color: #26282b;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    margin-top: 40px;
    margin-left: 170px;
    padding: 10px;
    border: 1px solid #414448;
}

.patienttooltip:hover .tooltiptext { visibility: visible; }