/*---Диалоговые и всплывающие окна jQuery UI---*/
.ui-widget-overlay {
background: #000;
opacity:0.4;
-moz-opacity:0.4;
filter:alpha(opacity=40);
left: 0;
position: absolute;
top: 0;
}
.ui-helper-clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.ui-helper-clearfix {
display: inline-block;
}
* html .ui-helper-clearfix {
height: 1%;
}
.ui-helper-clearfix {
display: block;
}
.ui-icon {
background-repeat: no-repeat;
display: block;
overflow: hidden;
text-indent: -99999px;
}
.ui-widget-header {
color: #2a2a2a;
background: url("../images/lines.png");
font-weight: bold;
}
.ui-widget-header a {
color: #2a2a2a;
}
.ui-widget-header .ui-icon {
background-image: url("../images/ui-icons.png");
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
background-color: #db143d;
}
.ui-icon-close, .ui-icon-closethick {
background: url("../images/close.png") no-repeat 50% 50% !important;
}
.ui-dialog {
background: #fff;
border: 1px solid #dfdedb;
overflow: hidden;
padding: 5px;
position: absolute;
width: 300px;
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.ui-widget input, .ui-widget textarea {
font-family: Verdana;
word-spacing: 0.1em;
letter-spacing: 0;
line-height: 1.5em;
font-size: 11px;
color:#000;
background: #fff url("../images/fields.png") repeat-x;
border: 1px solid #bcc0c2;
}
.ui-dialog .ui-dialog-titlebar {
padding: .5em 1em .3em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 13px .3em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
height: 18px;
margin: -10px 0 0 0;
padding: 1px;
position: absolute;
right: .3em;
top: 50%;
width: 19px;
}
.ui-dialog .ui-dialog-titlebar-close span {
display: block;
margin: 1px;
}
.ui-dialog .ui-dialog-content {
background: none;
border: 0;
overflow: hidden;
padding: 13px 13px 0 13px;
position: relative;
zoom: 1;
margin-bottom: 13px;
}
.ui-dialog .ui-dialog-buttonpane {
background: url("../images/ussep.png") no-repeat 50% 0;
padding: 12px 6px 6px 6px;
text-align: left;
}
.ui-dialog .ui-dialog-buttonpane button {
cursor: pointer;
float: right;
line-height: 1.4em;
margin: 0 1px;
overflow: visible;
width: auto;
}
.ui-button {
border: 0 none;
background: none;
cursor: pointer;
}
.ui-button {
font-size: 0.85em;
text-shadow: 0 1px 0 #fff;
margin-bottom: 2px;
border: 1px solid #c4c4c4;
width: 106px;
height: 31px;
color: #3c3c3c;
padding: 2px 8px 5px 8px;
background: #fff url("../images/fbutton.png") repeat-x 0 100%;
font-weight: bold;
-moz-box-shadow: 0 1px 4px -2px black;
-webkit-box-shadow: 0 1px 4px -2px black;
box-shadow: 0 1px 4px -2px black;
}
.ui-button:hover {
background-position: 0 3px;
}
button.ui-button span {
cursor: pointer;
display: block;
}
.ui-dialog .ui-resizable-se {
bottom: 3px;
height: 14px;
right: 3px;
width: 14px;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-state-error {
background: #fef1ec 50% 50% repeat-x !important;
border: 1px solid #cd0a0a;
color: #cd0a0a;
}