/* buttons*/
.btn-flat {
    text-align: center;
    text-decoration: none !important;
    color: #036 !important;
    border-color: #036;
    border: 1px solid !important;
    border-radius: 2px;
    cursor: pointer;
    padding: 5px 15px;
    font-size: 12px;
    margin-left: 1px;
    display: inline-block;
    background: white;
    line-height: 14px;
}

.btn-flat.btn-large {
    font-size: 15px;
    padding: 10px 24px;
}

.btn-flat:hover {
    border-color: #0059b2;
    color: #0059b2;
}

.btn-flat.btn-success {
    background: #53b324 none;
    border-color: #063 !important;
    color: white !important;
}

.btn-flat.btn-success:hover {
    background: #69c830 none;
    border-color: #21913f;
}

.btn-flat:not(.GJN0LVVBAR):active, .btn-flat.btn-success:active {
    background: lightgrey none;
}

.btn-flat.ui-button {
    background: white !important;
    padding: 2px 10px;
    font-weight: normal !important;
    font-size: 12px !important;
}

.btn-flat.btn-cancel {
    float: left !important;
    background-color: Transparent !important;
    background-repeat: no-repeat !important;
    border: none !important;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    text-decoration: underline !important;
}

.btn-flat.btn-confirm-gray {
    border-color: darkgrey !important;
    color: darkgrey !important;
}

.dialog-flat {
    border: 1px solid #036 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #e2e7ed;
    padding: 0;
}

.dialog-flat .ui-dialog-titlebar {
    padding: 20px;
    background: none;
    border: none;
}

.dialog-flat .ui-dialog-title {
    text-align: left;
    font-weight: normal;
    color: #036;
    font-size: 13px;
}

.dialog-flat .ui-dialog-titlebar-close {
    display: none;
}

.dialog-flat .ui-dialog-buttonset {
    float: none !important;
}

.dialog-flat .ui-dialog-buttonpane {
    border-top: 0 !important;
    background: #e2e7ed !important;
    text-align: center;
}

.dialog-flat .ui-dialog-content {
    overflow-y: auto;
    width: 100%;
    height: 2000px;
    border-top: 1px solid #0059b2;
    border-bottom: 1px solid #0059b2;
    background: #fff;
    padding: 10px 20px;
    font-size: 11px;
}