/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 6, 2021, 2:13:06 AM
    Author     : Lenovo
*/

.ui-dialog .ui-widget-header {
    background-color: #D1A858;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    color: #fff; 
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.ui-dialog .ui-dialog-content {
    font-size: 14px;
}
.ui-dialog .ui-dialog-buttonpane {
    border-color: rgba(210, 218, 226, 0.2);
    border-top-width: 2px;
    background-color: rgba(210,211,215,0.35);
    padding: 0 !important;
}

.ui-dialog-titlebar-close {
    color: #fff;
}
.ui-dialog .ui-dialog-buttonpane .btn-info {
    color: #fff !important;
    background-color: #D1A858;
    border-color: #72b8f2;
}
.ui-dialog .ui-dialog-buttonpane .btn {
    border-width: 0;
    margin: .5em .4em .5em 0;
    cursor: pointer;        
    padding: 7px 14px;
    color: #D1A858;
    font-size: 14px;
    border: 1px solid #D1A858;
    border-radius: 25px !important;
}
.ui-dialog .ui-dialog-buttonpane .btn:hover {
    background: transparent;    
    border-color: black !important;                
    color: black !important;    
}