﻿.imageviewcontainer {
    height: 78vh;
    /*height: 100%;*/
    z-index: 100;
}

.alertpanel {
    border-radius: 8px;
    background-color: #616161;
    padding: 10px;
}

.historycomponent.Quality_Control {
    height: 35%;
    /*display:none;
      height: 0;*/
}

.historycomponent.Data_Entry {
    display: none;
    height: 0;
}

.historycomponent.Verify {
    height: 20%;
}

.historycomponent.Inspect_Any_Record {
    height: 100%;
}

/*.roiCell{
                height:100%;
            }*/
/*.roiCell.Quality_Control{
                height:50%;
            }*/
/*.roiCell.Inspect_Any_Record{
                height:0px;
            }*/
.roiImageDiv.Quality_Control {
    height: 50vh;
}

.roiImageDiv.Inspect_Any_Record {
    height: 0;
}

.roiImageDiv.Data_Entry {
    height: 75vh;
}

.roiImageDiv.Verify {
    height: 60vh;
}

#pic, #ROIpic {
    height: 75vh;
}

    #pic.Inspect_Any_Record,
    #ROIpic.Inspect_Any_Record {
        height: 50vh !important;
    }

    #ROIpic.Verify {
        height: 60vh;
    }

    #ROIpic.Quality_Control {
        height: 50vh;
    }

.busyspinner {
    float: left;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.splittercell {
    width: 4px;
    height: 100%;
    background-color: gray;
    border: 2px solid lightgray;
    border-radius: 3px 3px;
    cursor: pointer;
}

.imagecell {
    height: 100%;
    /*height: 75vh;*/
    max-height: 600px;
}

.imagediv {
    float: left;
    height: 100%;
    width: 100%;
}

.decorator {
    position: absolute;
    top: 10%;
    color: cyan;
    font-size: 30pt;
}

    .decorator.left {
        left: 3%;
    }

    .decorator.right {
        left: 96%;
    }

.norecords {
    padding-top: 5em;
    text-align: center;
    color: cyan;
    font-size: 3em;
    float: left;
    height: 100%;
    width: 100%;
}

.image {
    object-fit: contain;
    max-height: 99%;
    width: 99%;
    user-select: none;
    /*
            height: 100%;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center bottom;
            overflow: auto;
        */
}

    .image.left {
        /*background-image: url('{{ $ctrl.imageuri }}');*/
    }

    .image.right {
        /*background-image: url('{{ $ctrl.ROIimageuri }}');*/
    }

#rightdiv.table {
    height: 100%;
}

.roirow {
    height: 100%;
}

    .roirow.Quality_Control {
        height: 50% !important;
    }

.hidden {
    display: none !important;
}

.visible {
    display: block !important;
}

/*.norecords {
        height: 75vh;
    }*/

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    background-image: url('{{ $ctrl.imageuri }}');
    position: absolute;
    border: 3px solid #5c5c5c;
    border-radius: 10px;
    cursor: none;
    width: 420px;
    height: 200px;
    background-position: center center;
}

.roi-img-magnifier-glass {
    background-image: url('{{ $ctrl.ROIimageuri }}');
    position: absolute;
    border: 3px solid #5c5c5c;
    border-radius: 10px;
    cursor: none;
    width: 420px;
    height: 200px;
    background-position: center center;
    background-size: contain;
}

.imageUri {
    height: 30px;
    width: 30px;
    float: right;
    border: 1px solid white;
}

.imagecontainer {
    display: flex;
    align-items: center;
    justify-content: center;
}
