.awindow {
    display: block;
    position: absolute;
    height: auto;
    /* overflow: hidden; */
    border: 1px solid #330000;
    background-color: #ffffff;
    color: #330000;
    border-radius: 3px;
}
.acontent  {
    display: block;
    height: 100%;
}
.acontent-header{
    font-size: 20px;
    height: 1.5em;
    overflow: hidden;
    position: absolute;
    width:100%;
    z-index: 66;
    background-color: #aaa;  
    font-size: 22px;
    color: #fff;
}
.acontent-header:after{
    content: "";
    display: table;
    clear: both;
}
.acontent-header .acontent-icon{
/*    float: left;
    text-align: center;
    width: 1.5em;
    -webkit-text-stroke: 0.03em black;*/
    
    float: left;
    text-align: center;
    width: 1.4em;
    -webkit-text-stroke: 0.019em black;
    text-stroke: 0.019em black;
    font-weight: 900;
    font-size: 25px;
    line-height: 31px;
}
.acontent-header .acontent-icon + .acontent-title {
    margin-left: 1.6em;
}
.acontent-header .acontent-title{
    height: 1.4em;
    margin-right: 6em;
    max-width: 53%;
    overflow: hidden;
    position: absolute;
}
.acontent-header .acontent-controls {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.acontent-header .acontent-controls .acontent-control {
    float: left;
    height: 100%;
    width: 1.5em;
    text-align: center;
    border-left: 2px solid #fff;
    font-size: 0.7em;
    line-height: 2em;
    width: 3em;
    -webkit-text-stroke: 0.03em black;
    text-stroke: 0.03em black;
}
.acontent-header .acontent-controls .acontent-control:hover {
    color: #dd6031;
    background-color: rgba( 0,0,0,0.2);
    cursor: pointer;
}
.acontent-content{
    padding:4px;
}
.acontent-content, 
.acontent-container{
    background-color: #ffffff;   
/*    overflow-x: hidden;
    overflow-y:auto;
    overflow:auto; */
    padding-top: 2.05em;
    /* padding-bottom:1em; */
    height:100%;
    width: 100%;
    position: relative;
}
.acontent-footer-buttons{
    padding-bottom:15px;
    display:flow-root;
}
.acontent-body{
    padding:15px;
}
.acontent-footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 66;
}
.content-holder {
    /*border: 0px solid !important;*/
    position: relative;
}
.awindow .ui-icon-gripsmall-diagonal-se{
    background-image: none !important;
}
.awindow .ui-resizable-se {
    bottom: -5px !important;
    cursor: se-resize !important;
    height: 9px !important;
    right: -5px !important;
    width: 9px !important;
}

.awindow:not(.current):after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 666;
}

.awindow:not(.current):hover:after{
    display: none;
}

.awindow-bd {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color: #000;
    opacity: 0.7;
};