﻿.ui-dialog {
   border-radius: 3px !important;
   box-shadow: 3px 3px 15px #14284b;
   z-index: 1000 !important;
}

.ui-dialog-titlebar {
    background: linear-gradient(#14284b, #618DB4) !important;
}

    .ui-dialog-titlebar span {
        color: white !important;
        font-size: 14px;
        font-weight: bold;
    }

    .ui-dialog-titlebar a {
        color: white !important;
        font-size: 16px;
        text-shadow: 1px 1px 6px #14284b;
    }

        .ui-dialog-titlebar a:hover {
            background: linear-gradient(#14284b, #618DB4) !important;
            border: none;
            color: white;
            text-decoration: none;
        }

.ui-dialog-content {
    /*background: linear-gradient(#aaaaaa, #ffffff) !important;*/
    border-radius: 4px;
    margin-top: 2px;
    padding: 6px 6px 10px 12px !important;
}

.ui-dialog-buttonset button {
    /*background-color: #618DB4;*/
    border-radius: 1px;
    border: solid 1px #618DB4;
    box-shadow: 1px 1px 2px #14284b;
    color: white;
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 0px 10px 1px 10px;
    text-shadow: 3px 2px 6px #14284b;
}

    .ui-dialog-buttonset button:hover {
        background-color: #14284b;
        /*padding: 1px 9px 0px 11px;*/
    }

.ui-dialog-buttonpane {
    /*height: 10px;*/
    height: 26px;
    /*background-color: #618DB4 !important;
    background: -webkit-linear-gradient(#618DB4, #14284b) !important;
    background: -o-linear-gradient(#618DB4, #14284b) !important;
    background: -moz-linear-gradient(#618DB4, #14284b) !important;
    background: linear-gradient(#618DB4,#14284b) !important;*/
}

.ui-icon-closethick {
    background-image: none !important;
}
