.dg-dialog *,
.dg-dialog *:after,
.dg-dialog *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important }

.dg-dialog {
    width: 450px;
    z-index: 1001;
    border:1px solid #999;
    /* border: 1px solid #DEDEDE; */
}

.dg-dialog,
.dg-dialog .dg-title,
.dg-dialog .dg-body,
.dg-dialog .dg-buttons a {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
}

.dg-dialog .dg-title,
.dg-dialog .dg-bodyouter,
.dg-dialog .dg-buttonsouter {
}

.dg-dialog .dg-title {

    display: flex;
        align-items: center;
            text-align: justify;
    margin:0 auto;

    font-size: 15px;
    font-weight: bold;
    color: #25333E;
    background: #F1F1F1;
    padding: 0px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #dddddd;
    height:42px;
}

.dg-dialog .dg-title > span{
    line-height:42px;
    height:42px;
}
.dg-dialog .dg-title > span  img{
    padding:0px;
    margin:0px;
    left: 0px;
    position: relative;
    top: 25%;
}


/*  set background color here and not on ZebraDialog_Body, or you'll eventually run into problems with rounded corners
    when using smaller widths for border! */
.dg-dialog .dg-bodyouter {
     background: #FFF;
    height:calc(100% - 43px);
}

.dg-dialog .dg-body {
    color: #44484A;
    padding: 40px;
    /*background-color:blue;*//*lin*/
    height:100%;
}


.dg-dialog .dg-body > div {
    height:100%;
}


.dg-dialog .dg-buttonsouter {
    background: #FFF;
    padding: 10px 5px 10px 10px;
}

.dg-dialog .dg-buttons:before,
.dg-dialog .dg-buttons:after     { content: "\0020"; display: block; height: 0; visibility: hidden; font-size: 0 }
.dg-dialog .dg-buttons:after     { clear: both }
.dg-dialog .dg-buttons           { *zoom: 1 } /* for IE only */

.dg-dialog .dg-buttons a {
    font-weight: bold;
    color: #FFF;
    padding: 10px 15px;
}

.dg-dialog .dg-buttons a:hover {
    background: #224467;
    color: #FFF
}

.dg-dialog a.dg-close {
    position: absolute;
    right: 6px;
    top: 0px;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #444
}

.dg-dialog .dg-title a.dg-close {
    color: #888;
}

.dg-dialog .dg-title a.dg-close:hover {
    color: #000;
}

.dg-overlay {
    background: #666;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

/* = YOU SHOULD NOT CHANGE ANYTHING FROM THIS POINT ON
---------------------------------------------------------------------------------------------------------------------*/
.dg-dialog .dg-body {
    /*overflow: auto;*/
    height:100%;
}

.dg-dialog .dg-icon {
    background-repeat: no-repeat;
    background-position: 30px 40px;
    padding-left: 124px;
    min-height: 64px;
    _height: 64px;
}

.dg-dialog .dg-confirmation  { background-image: url('images/dialog/confirmation.png') }
.dg-dialog .dg-error         { background-image: url('images/dialog/error.png') }
.dg-dialog .dg-information   { background-image: url('images/dialog/information.png') }
.dg-dialog .dg-question      { background-image: url('images/dialog/question.png') }
.dg-dialog .dg-warning       { background-image: url('images/dialog/warning.png') }

.dg-dialog .dg-container 
{
    padding:0px;
    height:100%;
    box-sizing:border-box;
}


.dg-dialog .dg-buttons a {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    background: #516270;
}

.dg-dialog .dg-buttons-centered .dg-buttons {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.dg-dialog .dg-buttons-centered a {
    zoom: 1;
    *display: inline;
}

.dg-dialog .dg-preloader {
    height: 32px;
    background: url('images/dialog/loading.gif') no-repeat center center;
}



.dialog-content 
{
    box-sizing: border-box;
    overflow: auto;
    /*padding: 5px;*/
    /* skinParam */
    /*background-color: #ffffff;*/
}

.dialog-toolbar {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #d1d0d0;
    height: 35px;
    width: calc(100% - 10px);
    background-color: #f8f6f6;
    text-align: center;
    padding: 5px;
    left:0px;
}

.dialog-toolbar .x-button 
{
    float: none;
}