#bew_cover                     {position:fixed;top:0px;left:0px;z-index:1000;background-color:#000000;opacity:0.2;transition:opacity 0.3s ease;}
#bew_cover.off                 {opacity:0.0;}
#bew_cover.on                  {opacity:0.2;}
#bew_cover.force               {opacity:0.6;}

.be-win                        {position:fixed;top:100px;left:100px;background-color:#ffffff;z-index:1001;border:1px solid #e0e0e0;-webkit-box-shadow:1px 1px 5px 3px rgba(0,0,0,0.21);box-shadow:1px 1px 5px 3px rgba(0,0,0,0.21);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing:border-box;opacity:0;transition:opacity 0.3s ease;}
.be-win.start                  {opacity:1;}
.be-win-header                 {position:relative;z-index:1;height:30px;overflow:hidden;background-color:#e8e8e8;}

.be-win-label                  {height:30px;line-height:30px;padding-left:8px;padding-right:30px;color:#303030;font-weight:bold;font-size:13px;overflow:hidden;}

.be-win-label.move             {cursor:move;}
.be-win-label.icon             {padding-left:32px;}

.be-win-icon                   {position:absolute;top:0px;left:0px;width:30px;height:30px;background-repeat:no-repeat;background-size:80%;background-position:center center;}
.be-win-icon.icon-prop         {background-image:url('/platform/provider/images/icon-prop.svg');background-size:50%;}

.be-win-edt-icon               {position:absolute;top:0px;left:0px;width:30px;height:30px;background-repeat:no-repeat;background-size:64%;background-position:center center;}


.be-win-hc                     {position:absolute;z-index:2;top:0px;right:0px;width:30px;height:30px;background-color:#e8e8e8;cursor:pointer;background-image:url('/platform/provider/images/icon-close-clear.svg');background-size:70%;background-position:center center;background-repeat:no-repeat;opacity:0.7;}
.be-win-hc:hover               {opacity:1;background-size:74%;}

.be-win-ctl                    {position:absolute;left:-10px;top:-10px;width:10px;height:10px;oborder:1px solid #ff0000;cursor:nw-resize;}
.be-win-ct                     {position:absolute;left:0px;right:0px;top:-10px;height:10px;oborder:1px solid #00ff00;cursor:n-resize;}
.be-win-ctr                    {position:absolute;right:-10px;top:-10px;width:10px;height:10px;oborder:1px solid #ff0000;cursor:ne-resize;}

.be-win-cl                     {position:absolute;left:-10px;top:0px;bottom:0px;width:10px;oborder:1px solid #0000ff;cursor:w-resize;}
.be-win-cr                     {position:absolute;right:-10px;top:0px;bottom:0px;width:10px;oborder:1px solid #0000ff;cursor:e-resize;}

.be-win-cbl                    {position:absolute;left:-10px;bottom:-10px;width:10px;height:10px;oborder:1px solid #ff0000;cursor:sw-resize;}
.be-win-cb                     {position:absolute;left:0px;right:0px;bottom:-10px;height:10px;oborder:1px solid #00ff00;cursor:s-resize;}
.be-win-cbr                    {position:absolute;right:-10px;bottom:-10px;width:10px;height:10px;oborder:1px solid #ff0000;cursor:se-resize;}

.be-win-content                {position:absolute;top:30px;left:0px;right:0px;bottom:0px;}
.be-win-full-frame             {position:absolute;z-index:11;top:0px;bottom:0px;left:0px;right:0px;border:0px;display:block;width:100%;height:100%;transition:opacity 0.2s ease;background-color:#ffffff;}
.be-win-loader                 {position:absolute;z-index:10;top:0px;bottom:0px;left:0px;right:0px;background-image:url('/platform/provider/images/loader-ani.gif');background-size:40px;background-position:center center;background-repeat:no-repeat;}

.be-win-content-cover          {position:absolute;top:30px;bottom:0px;left:0px;right:0px;z-index:1000;}

.be-keyword-table              {display:block;position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:auto;padding:4px 5px;margin:0px;}
.be-keyword-table > li         {position:relative;display:block;padding:3px 0px;}
.be-keyword-table > li > input {border:0px;background-color:#f4f4f4;border:1px solid #f4f4f4;border-radius:4px;width:100%;padding:3px;height:26px;line-height:20px;-webkit-box-sizing:border-box;-moz-box-sizing: border-box;box-sizing:border-box;}
.be-keyword-table > li > input:hover {background-color:#f8f8f8;border:1px solid #f8f8f8;}
.be-keyword-rm                 {position:absolute;right:0px;top:2px;width:26px;height:24px;cursor:pointer;}
.be-keyword-rm::before         {position:absolute;content:"";height:2px;width:10px;background-color:#e06060;left:8px;top:13px;}

.be-keyword-hide-rm .be-keyword-rm {display:none;}

