@charset "utf-8";
.popover-container { position: absolute; top: 0; left: 0; z-index: 1001; width: 100%; direction: ltr;}
.popover-dim { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #1B345C; z-index: 1; opacity: 0; filter: alpha(opacity = 0);}
.popover-wrap { display: none; position: absolute; z-index: 2; /*margin: 20px;*/ border: 20px solid transparent;}
.popover-close { position: absolute; z-index: 1; width: 17px; height: 17px; background: url(btn-close.png) no-repeat 0 0; top: 10px; right: 10px; cursor: pointer;}
.popover-body { position: relative; z-index: 0; background: #fff; border-radius: 5px; box-shadow: 0 0 6px rgba(0,0,0,.6); padding: 20px; min-height: 100px; min-width: 100px;}
.popover-body:before,
.popover-body:after { content: ""; display: table;}
.popover-body:after { clear: both;}
.popover-loader { display: none; width: 16px; height: 16px; background: url(loader.gif) no-repeat 0 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; z-index: 1; cursor: pointer;}
.popover-scrolling { z-index: 1; position: fixed; top: 0; right: 0; bottom: 0; left: 0; height: 100%; width: 100%; overflow: auto;}