@import "base.less"; .PopupPanel { background-color: @defaultBgColor; border: 0; .shadowFullCustomizable (@byX: 1px, @byY: 1px, @radius: 8px, @color: @popUpPanelBackground); cursor: default; display: none; opacity: 1; padding: 0px; z-index: 1200; .PopupPanelCaption { background: #3D4A6B; color: @defaultBgColor; font-size: 20px; height: 30px; padding: 10px 0 0 25px; text-align: left; } .CloseCross { background: url(/images/buttons.png) -46px -83px no-repeat transparent; cursor: pointer; display: block; float: right; height: 20px; margin: 6px 16px 0 0; width: 20px; } } .Progress { color: @textColorBlackLight; display: none; font-size: 11px; height: 16px; } .display-none { display: none; }