.dialogShader {width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background-color: #000; opacity: 0.4; z-index: 99;}
.dialogCont {width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 100;}
.dialogCont .centerer {width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-around;}
.dialogCont .dialogFrame {width: 600px; float: left; background-color: #FFF; position: relative;}
.dialogCont .dialogFrame.size-1 {width: 800px;}
.dialogCont .dialogFrame.size-2 {width: 1000px;}
.dialogCont .dialogFrame.plan {width: 1300px; max-width: 90vw;}
.dialogCont .dialogFrame.plan .scroller {max-height: 80vh;}
.dialogCont .dialogFrame .close {width: auto; height: auto; float left; position: absolute; color: #FFF; font-size: 40px; top: -30px; right: -27px; line-height: 20px; opacity: 0.7;}
.dialogCont .dialogFrame .close:HOVER {opacity: 1;}
.dialogCont .headerFrame {width: 100%; padding: 10px 20px; float: left; background-color: #2db3cc; border-bottom: 1px #1b9fb8 solid; color: #FFF; font-size: 20px; font-weight: 500; text-transform: uppercase; text-align: center;}
.dialogCont .headerFrame.red {background-color: #d9001a; border-bottom: 1px #c20003 solid;}
.dialogCont .headerFrame .small {font-size: 12px; font-weight: 300;}
.dialogCont .bodyFrame {width: 100%; padding: 30px; float: left; background-color: #FFF; font-size: 14px; font-weight: 300;}
.dialogCont .bodyFrame B {font-weight: 700;}
.dialogCont .bodyFrame .imageFrame {width: 50%; float: left; padding: 0px 20px 0px 0px; display: flex; justify-content: space-around;}
.dialogCont .bodyFrame .imageFrame IMG {width: auto; height: auto; max-width: 100%; max-height: 50vh; float: left;}
.dialogCont .bodyFrame .imageFrame.no-image IMG {opacity: 0.3;}
.dialogCont .bodyFrame .descFrame {width: 50%; float: left; padding: 0px 0px 0px 20px;}
.dialogCont .bodyFrame .halfFrame {width: 50%; float: left; padding: 0px 30px 0px 0px;}
.dialogCont .bodyFrame .halfFrame.right {width: 50%; float: left; padding: 0px 0px 0px 30px;}
.dialogCont .scroller {width: 100%; max-height: 70vh; float: left; overflow-y: scroll;}
.dialogCont .scroller.size-2 {max-height: 80vh;}

.dialogCont .bodyFrame .mainFlexBox {width: 100%; float: left; display: flex;}
.dialogCont .bodyFrame .dialogBodyLeft1 {width: calc(100% - 300px); float: left; padding: 30px 50px 30px 30px;}
.dialogCont .bodyFrame .dialogBodyRight1 {width: 300px; float: left; padding: 20px; background-color: #f7f7f7;}

#dialogLoadingOverlay {position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; color: #FFF; background-color: rgba(0,0,0,0.3); z-index: 2; display: none; align-items: center; justify-content: space-around;}
#dialogLoadingOverlay.visible {display: flex;}
#dialogLoadingOverlay I {font-size: 30px;}

.dialogFrame .formFrame .formLine .formSelectCont .insideIcon {top: 33px;}