@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: #000; z-index: 1; opacity: 0; filter: alpha(opacity = 0);}
.popover-wrap { display: none; position: absolute; z-index: 2; min-width: 50px; min-height: 50px; background: #fff; border: 2px solid #5291DE; border-radius: 5px;}
.popover-close { position: absolute; z-index: 1; width: 28px; height: 29px; top: -15px; right: -16px; cursor: pointer;}
.popover-body { position: relative; z-index: 0;}
.popover-body:before,
.popover-body:after { content: ""; display: table;}
.popover-body:after { clear: both;}
.popover-loader { display: none; width: 16px; height: 16px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; z-index: 1; cursor: pointer;}