﻿.azureDialogUpdatePanel {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.azureDialogMainDiv {
    background-color: #ffffff;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    top: 0px !important;
    left: unset !important;
    right: 0 !important;
    position: fixed !important;
}

.azureDialogMainPanel {
    padding: 15px 15px 15px 15px;
    overflow: auto;
    flex: 1;
    display: flex;
}

.azureDialogCell {
    padding: 5px 5px 5px 5px;
    min-width: 320px !important;
    display: inline-block;
    width: 100%;
}
.azureDialogCellPart {
    display: inline-block;
    width: 100%;
}

.default-responsive .azureDialogCell {
    width: 100%;
    min-width: 320px !important;
}

.azureDialogFooter {
    box-shadow: 0 -5px 10px -5px #aaa;
    padding: 10px 15px 10px 15px;
    background-color: white;
    z-index: 1;
}
