﻿.ui-widget-content {
    background-color:rgb(241, 241, 241);
    border-color:rgb(170, 170, 170);
    color: #222222; 
}

.ui-dialog.ui-widget
{
    border: 1px solid #000000;
}

.ui-dialog .ui-dialog-buttonpane
{
    border-top-width: 0px;
}


.ui-widget,.ui-widget .ui-button
{
     font-family: Verdana,Arial,sans-serif;
     font-size: 1em;
}

.ui-button.ui-corner-all.ui-widget 
{
    border: 1px solid #955e59;
    background: #955e59 url(themes/custom-theme/images/ui-bg_flat_0_955e59_40x100.png) 50% 50% repeat-x;
    font-weight: bold;color: #ffffff;
    padding: 0;
    width: 160px;
    height: 24px;
    outline-width:0px;
}

span:has(.ui-icon-info-help) , span:has(.ui-icon-info-help):hover
{
     padding:0px; 
     border:0px;
     background-color:#f1f1f1 ;
}

.ui-dialog-content.ui-widget-content
{
    overflow:hidden;
}

.ui-widget-content-next.ui-button,  .ui-widget-content-previous.ui-button{
   color:rgb(0,0,0);
   background-color: rgb(240, 240, 240);
   border-color:rgb(170, 170, 170);
}


.ui-widget-content-next.ui-button:hover,  .ui-widget-content-previous.ui-button:hover{
   background-color: rgb(229, 229, 229);
}

input[type='submit' i]:disabled {
    background-color: rgb(233,233,233);
    color:  rgb(195,195,195);
    border-color: rgb(195,195,195);
}

.ui-widget-header .ui-icon {
    background-image: url("themes/custom-theme/images/ui-icons_ffffff_256x240.png");
     margin-top: 0px;
}