﻿.app-grid .dxbs-gridview > div > .dxbs-grid-vsd {
    height: 55vh !important
}

.app-child-grid-300px .dxbs-gridview > div > .dxbs-grid-vsd {
    /*height: 300px !important*/
}

.app-child-grid .dxbs-gridview > div > .dxbs-grid-vsd {
    /*height: 35vh !important*/
}

.app-child-gridxl .dxbs-gridview > div > .dxbs-grid-vsd {
    /*height: 40vh !important*/
}

.grid-toolbar-group-panel {
    -webkit-mask-image: url("../images/PivotGridTemplate.svg");
    mask-image: url("../images/PivotGridTemplate.svg");
}

.width-90vw {
    min-width: 90vw !important;
}

.width-50vw {
    min-width: 50vw !important;
}

.width-90vw-height-90vh {
    min-width: 90vw !important;
    min-height: 80vh !important;
}

.width-95vw-height-85vh {
    min-width: 97vw !important;
    min-height: 95vh !important;
    /*overflow: auto;*/
}

.width-95vw-height-105vh {
    min-width: 95vw !important;
    min-height: 105vh !important;
    /*overflow: auto;*/
}

.width-80vw-height-80vh {
    min-width: 70% !important;
    min-height: 70% !important;
    width: auto !important;
    height: auto !important;
    flex-wrap: wrap !important;
    display: flex !important;
}

.width-70vw-height-58vh {
    min-width: 70% !important;
    min-height: 58% !important;
    width: auto !important;
    height: auto !important;
    flex-wrap: wrap !important;
    display: flex !important;
}

.width-70vw-height-40vh {
    min-width: 70% !important;
    min-height: 40% !important;
    width: auto !important;
    height: auto !important;
    flex-wrap: wrap !important;
    display: flex !important;
}

.width-40vw-height-80vh {
    min-width: 40vw !important;
    min-height: 80vh !important;
}

.width-40vw-height-60vh {
    min-width: 40vw !important;
    min-height: 60vh !important;
}

.width-40vw-height-40vh {
    min-width: 40vw !important;
    min-height: 40vh !important;
}

.width-60vw-height-40vh {
    min-width: 60vw !important;
    min-height: 40vh !important;
}

.width-60vw-height-60vh {
    min-width: 60vw !important;
    min-height: 60vh !important;
}

.width-60vw-height-80vh {
    min-width: 50% !important;
    min-height: 60% !important;
    width: 100% !important;
    height: 100% !important;
    flex-wrap: wrap !important;
    position: inherit !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.width-40vw-height-90vh {
    min-width: 40vw !important;
    min-height: 90vh !important;
}

.width-60vw-height-90vh {
    max-width: 60vw !important;
    max-height: 90vh !important;
    width: 100% !important;
    height: 100% !important;
    flex-wrap: wrap !important;
    position: inherit !important;
}

.width-90vw-height-100vh {
    min-width: 90vw !important;
    min-height: 100vh !important;
}

.width-80vw-height-100vh {
    min-width: 80% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    position: inherit !important;
    flex-wrap: wrap !important;
    flex-flow: row wrap;
    flex-basis: auto;
    margin: 0 auto !important;
}
.width-60vw-height-100vh {
    min-width: 60% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    position: inherit !important;
    flex-wrap: wrap !important;
    flex-flow: row wrap;
    flex-basis: auto;
    margin: 0 auto !important;
}

.width-60vw-height-105vh {
    min-width: 60% !important;
    min-height: 105% !important;
    width: auto !important;
    height: auto !important;
    position: inherit !important;
    flex-wrap: wrap !important;
    flex-flow: row wrap;
    flex-basis: auto;
    margin: 0 auto !important;
}

.width-90vw-height-120vh {
    min-width: 90vw !important;
    min-height: 120vh !important;
}

.width-80vw-height-100vh {
    min-width: 80vw !important;
    min-height: 100vh !important;
}

.margin-16px {
    margin: 16px;
}

.label {
    font-size: smaller;
    font-weight: bold;
    color: red
}

.dxbs-modal > .dxbs-popup {
    max-height: 80vh;
}

.pac-container {
    z-index: 10000 !important;
}

a {
    font-weight: bolder;
}

.height-0 {
    height: 0;
}

.height-350-width-350 {
    height: 350px;
    width: 350px;
}

.height-0-width-0 {
    height: 0;
    width: 0;
}

* {
    box-sizing: border-box;
}

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 200px;
    height: 200px;
}

.img-center-auto {
    display: block;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.img-width39-height58 {
    display: block;
    padding: 2px;
    min-width: 39vw !important;
    min-height: 58vh !important;
}

.img-width-auto-height-auto {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px;
    height: auto;
    width: auto;
}

.img-width150-height150 {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px;
    height: 150px;
    width: 150px;
}

.img-width350-height400 {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 2px;
    width: 350px;
    height: 400px;
}
.img-widthAuto-height700 {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 2px;
    width: auto;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
}

.img-width80-height70 {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px;
    height: 70%;
    width: 80%;
}

.img-width100-height90 {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px;
    height: 90%;
    width: 100%;
}

.img-contain {
    width: 200px;
    height: 300px;
    object-fit: contain;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    overflow: auto;    
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}


.highlighted-item > td {
    background-color: rgba(245, 198, 203, 0.5);
}

.highlighted-red > td {
    background-color: rgb(255,0,0);
}

.highlighted-lightred > td {
    background-color: rgb(246 78 78);
}

.highlighted-silver > td {
    background-color: rgb(192, 192, 192);
}

.highlighted-lightblue > td {
    background-color: lightblue;
}

.page-background-class {
    background-repeat: no-repeat;
    background-position: 20% 40%;
    background-image: url(../css/main_background.jpg);
    width: auto;
    height: auto;
    background-origin: content-box;
    background-clip: content-box;
}

.mainlayout-background {
    background-repeat: no-repeat;
    background-image: url(../css/water_background.jpg);
    object-fit: contain;
    background-origin: content-box;
}

.h-100w {
    height: 100% !important;
    width: 100% !important;
}

.feature_desc {
    display: block;
}

.container-full {
    min-height: 100vh;
    min-width: 100vw;
}

.parent {
    height: 200px;
    width: 200px;
    position: relative;
}

.child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dx-fieldset {
    border-style: outset;
}

.divCaptach {
    display: flex;
    flex-wrap: nowrap;
}

.btn-refresh {
    border: none;
    height: 30px;
    align-self: center;
    margin-left: 3px;
    border-radius: 4px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMDAwIDEwMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMDAgMTAwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz48Zz48ZyBpZD0icmVmcmVzaCI+PHBhdGggZD0iTTg0MywxNTdDNzU3LjIsNjUuMSw2MzQuNywxMCw1MDAsMTBDMjMwLjUsMTAsMTAsMjMwLjUsMTAsNTAwYzAsMjY5LjUsMjIwLjUsNDkwLDQ5MCw0OTBjMjI2LjYsMCw0MTYuNS0xNTkuMyw0NzEuNi0zNjcuNUg4NDNjLTQ5LDE0MC45LTE4My44LDI0NS0zNDMsMjQ1Yy0yMDIuMSwwLTM2Ny41LTE2NS40LTM2Ny41LTM2Ny41YzAtMjAyLjEsMTY1LjQtMzY3LjUsMzY3LjUtMzY3LjVjMTA0LjEsMCwxODkuOSw0Mi45LDI1Ny4yLDExMC4ybC0xOTYsMTk2SDk5MFYxMEw4NDMsMTU3eiIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9nPg0KPC9zdmc+) no-repeat, #cacaca;
    background-position-y: center;
    background-position-x: center;
    background-size: 70%;
    width: 30px;
}