/*.ui-dialog
{
    background: #d5e5fb;
    border:1px solid #fff;
    height: auto !important;
    color:#fff;  
    position: relative !important;    
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;         

    -moz-box-shadow: 0 0px 100px 5px #000;       
    -webkit-box-shadow: 0 0px 100px 5px #000;       
    box-shadow: 0 0px 100px 5px #000;

    -webkit-border-radius:5px 10px 5px 5px ;
    -moz-border-radius: 5px 10px 5px 5px ;
    border-radius: 5px 10px 5px 5px ;
}

.ui-dialog-buttonpane {
    background: transparent;
    display: none;
}

.ui-widget-header
{
    background: transparent;
    border:0px solid;    
}

#messagebox{
    color:#fff;
    float: left;
    text-align: center;
    height: auto  !important;
    width: 515px !important;    
    padding: 0px 0px 0px 0px;
    vertical-align:middle;
    position: absolute;    
    top:0px;  
     
}

.ui-dialog-titlebar   
{
    padding: 10px 0px 0px 10px !important;
    margin: 0px 0px 0px 0px !important;   
    z-index: 9998;      
}

#ui-dialog-title-messagebox
{
    color:#ffba39;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;     
}

.ui-icon-closethick 
{
    background-image: url(../images/logout.png) !important;
    background-position:0px 0px;
    width: 25px;
    height: 25px;
 
}

.ui-dialog-titlebar-close
{
    top:8px  !important;
    right:8px  !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    z-index: 9999;           
}

a:hover.ui-dialog-titlebar-close
{
    background: transparent !important;
    border:0px solid;    
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;       
}


.messagebox_warning_jquery
{
    background: url(../images/warning.png) no-repeat 20px 20px;
    float: left;
    padding: 150px 0px 0px 0px;

}

.messagebox_stop_jquery
{
    background: url(../images/information.png) no-repeat 20px 20px;
    float: left;
    padding: 150px 0px 0px 0px;
}

#dialogHelp {
    color:#fff;
    background: url(../images/help-msg.png) no-repeat 20px 20px;
    float: left;
    text-align: center;
    height: auto  !important;
    width: 515px !important;    
    padding: 150px 0px 0px 0px;
    vertical-align:middle;
    position: absolute;    
    top:0px;  
     
}
 */

.messagebar_warning,
.messagebar_warning_ajax_file_upload,
.messagebar_info,
.messagebar_question,
.messagebar_stop {
    width: 100%;
    border: 0;
    border-left: 3px solid;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 15px 10px;
    display: inline-block;
    margin-bottom: 1rem;
    box-sizing: border-box;
}

.messagebar_warning,
.messagebar_warning_ajax_file_upload {
    color: #e6ac00;
    border-color: #e6ac00;
    background: #fffce1;
}

.messagebar_info {
    color: #5baed4;
    border-color: #5baed4;
    background: #e6f3ff;
}

.messagebar_question {
    color: #76d567;
    border-color: #76d567;
    background: #e0ffeb;
}

.messagebar_stop {
    color: #ff6666;
    border-color: #ff6666;
    background: #ffe5e5;
}

.messagebar_question a {
    color: #76d567;
    font-size: 13px;
    text-decoration: underline;
}

.messagebar_info a {
    color: #5baed4;
    font-size: 13px;
    text-decoration: underline;
}

.messagebar_warning a,
.messagebar_warning_ajax_file_upload a {
    color: #e6ac00;
    font-size: 13px;
    text-decoration: underline;
}

.messagebar_stop a {
    color: #ff6666;
    font-size: 13px;
    text-decoration: underline;
}
