
.dialog-modal {
    display: none;
}

.ui-widget-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #000;
        left: 0;
        top: 0;
        opacity: 0.9;
        z-index: 99999;
        background: #555;
    }

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.buttonConfirm,
.buttonCancel
{
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    padding: 6px 18px;
    text-decoration: none;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    
    background-color: #eb903f;
    /*
    background: -moz-linear-gradient(top,  #358aca 0%, #2d69af 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#358aca), color-stop(100%,#2d69af));
    background: -webkit-linear-gradient(top,  #358aca 0%,#2d69af 100%);
    background: -o-linear-gradient(top,  #358aca 0%,#2d69af 100%);
    background: -ms-linear-gradient(top,  #358aca 0%,#2d69af 100%);
    background: linear-gradient(to bottom,  #358aca 0%,#2d69af 100%);
    */
    display: inline-block;
    margin: 0 8px;
}

.buttonConfirm:hover
{
    background-color: #c55f03;
    /*
    background: -moz-linear-gradient(top,  #2d69af 0%, #358aca 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d69af), color-stop(100%,#358aca));
    background: -webkit-linear-gradient(top,  #2d69af 0%,#358aca 100%);
    background: -o-linear-gradient(top,  #2d69af 0%,#358aca 100%);
    background: -ms-linear-gradient(top,  #2d69af 0%,#358aca 100%);
    background: linear-gradient(to bottom,  #2d69af 0%,#358aca 100%);
    */
}


.buttonCancel
{
    color: #333;
    background-color: #dadce1;
    /*
    background: -moz-linear-gradient(top,  #f2f4f8 0%, #dadce1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f4f8), color-stop(100%,#dadce1));
    background: -webkit-linear-gradient(top,  #f2f4f8 0%,#dadce1 100%);
    background: -o-linear-gradient(top,  #f2f4f8 0%,#dadce1 100%);
    background: -ms-linear-gradient(top,  #f2f4f8 0%,#dadce1 100%);
    background: linear-gradient(to bottom,  #f2f4f8 0%,#dadce1 100%);
    */
}

.buttonCancel:hover {
    background-color: #ccc;
    /*
    background: -moz-linear-gradient(top,  #dadce1 0%, #f2f4f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadce1), color-stop(100%,#f2f4f8));
    background: -webkit-linear-gradient(top,  #dadce1 0%,#f2f4f8 100%);
    background: -o-linear-gradient(top,  #dadce1 0%,#f2f4f8 100%);
    background: -ms-linear-gradient(top,  #dadce1 0%,#f2f4f8 100%);
    background: linear-gradient(to bottom,  #dadce1 0%,#f2f4f8 100%);
    */
}

.ui-dialog-titlebar-close
{
    display: none !important;
}

.ui-dialog
{
    background-color: #fff;
    min-width: 450px;
    clear: both;
    z-index: 100000;
}

.ui-dialog-titlebar {
    padding: 5px 10px 0;
    background-color: #fcfaf3;
    height: 33px;
}

.ui-dialog-title
{
    font-weight: 700;
    font-size: 16px;
    display: block;
}

.ui-dialog-buttonset
{
    padding: 8px;
    /*background-color: #F2F4F8;*/
    text-align: center;
}

.ui-dialog-content
{
    padding: 0 10px;
    min-height: 120px !important;
}

.ui-dialog-content li {
    list-style: none;
}

.ui-dialog-content a.action-btn {
    background-position: center -5px;
    cursor: pointer;
    display: block;
    height: 19px;
    float: right;
    text-indent: -9999em;
    width: 19px;
}

.ui-dialog-content a.action-btn:hover {
    background-position: center -35px;
}

.ui-dialog-content a.edit {
    background-image: url('../img/ico-bg-edit.png');
}

.ui-dialog-content a.save {
    background-image: url('../img/ico-bg-save.png');
}


.ui-dialog-content a.cancel {
    background-image: url('../img/ico-bg-cancel.png');
}

.ui-dialog-content a.goto {
    background-image: url('../img/ico-bg-goto.png');
}
