#ajax-content {float: none;}
#dialog-overlay {width: 100%; height: 100%; background-color: #000; z-index: 200; position: fixed; opacity: 0.7;}
#dialog-container {width: 100%; height: 100vh; position: fixed; display: flex; justify-content: space-around; align-items: center; z-index: 1000;}
#dialog-frame {width: 550px; height: auto; max-height: 90%; padding: 0px; margin: 0; float: left; background-color: #FFF; position: absolute; position: fixed; z-index: 201; border: 1px #d6d6d6 solid; border-radius: 3px;}
#dialog-frame .header {width: 100%; height: 40px; padding: 10px 10px 0px 10px; float: left; background-color: #f5f5f5; z-index: 10; position: relative; border-bottom: 1px #ccc solid; font-size: 16px; font-weight: 600;}
#dialog-frame .header .small {font-size: 12px; color: #b1b1b1; font-weight: 300;}
#dialog-frame .header I {color: #bfc2ca;}
#dialog-frame .header I:HOVER {color: #a5a8ae;}
#dialog-frame .header .closer {float: right;}
#dialog-frame .inner {width: 100%; float: left; height: auto; max-height: calc(80vh); padding: 10px 20px 10px 20px; margin: 0px 0px 0px 0px; float: left; overflow-y: scroll; overflow-x: hidden; z-index: 9;}
#dialog-frame .footer {width: 100%; height: 40px; padding: 5px 10px 0px 10px; float: left; background-color: #f5f5f5; color: #FFF; border-top: 1px #ddd solid;}
#dialog-frame .footer A {float: right; color: #474749;}
#dialog-frame .heading-2 {margin: 10px 0px 0px 0px; font-weight: bold; width: 100%; float: left; border-bottom: 1px #f7f7f7 solid; padding: 0px 0px 10px 0px;}
#dialog-frame .repeatFrame {width: 100%; float: left;}
#dialog-frame.size-2 {width: 650px;}
#dialog-frame.size-3 {width: 700px;}
#dialog-frame.size-4 {width: 900px;}
#dialog-frame.size-5 {width: 1000px;}
#dialog-frame.size-6 {width: 1200px;}
#dialog-frame .heading-3 {width: 100%; float: left; margin: 10px 0px 5px 0px; padding: 10px 0px 0px 0px; font-size: 16px; font-weight: bold; border-top: 1px #ccc dotted; color: #5db85c;}
#dialog-frame .heading-3.noTopMargin {margin-top: 0px; padding-top: 0px; border-top: 0px;}

/*.button-1 {width: auto; color: #555; float: right; font-size: 14px; margin: 2px 0px 0px 0px; padding: 4px 5px 3px 5px; background-image: url('../images/top-menu-bg.jpg'); background-size: 100% 100%; border: 1px solid #ddd; border-radius: 3px;}
.button-1:HOVER {box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1) inset;}
.button-1.disabled {background-image: none; background-color: #ccc; cursor: not-allowed;}
.button-2 {width: auto; color: #555; float: right; font-size: 16px; margin: 6px 0px 0px 3px; padding: 4px 6px 4px 6px; background-image: url('../images/top-menu-bg.jpg'); background-size: 100% 100%; border: 1px solid #ddd; border-radius: 3px;}
.button-2.zoomButton {float: right;}*/

