﻿/*#pageloaddiv {
    position: fixed;
    margin: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: url('../img/Spinner.gif') no-repeat center center rgba(0, 0, 0, 0.38);
}*/

/*#InnerPageloaddiv {
    position: fixed;
    margin: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: url('../img/Spinner.gif') no-repeat center center rgba(0, 0, 0, 0.38);
}*/

.dicomBlock > .k-loading-mask > .k-loading-image {
    background-image: url('/img/Gear.gif');
    display: inline-block;
}

.nonDicomViewer {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}

.dicomViewer {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.dicomViewerInitialize {
    width: 100%;
    /*height:100%;*/
    position: relative;
    background-color: black;
}

span.k-progress-status {
    font-size: larger;
    font-family: -webkit-body;
}