﻿.popup{position:absolute !important; top:100px; left:100px; width:auto; height:auto; max-width: 100%; max-height: 100%; background: #fff; border:1px solid #0d7b3e; box-shadow: 0 0 10px 1px #a3bde3;}
.bg{position:absolute; top:0px; left:0px; right: 0px; bottom: 0px; width: auto; height:auto; overflow:hidden;}
.bg .bg-img{position:absolute; top:0px; left:0px; bottom:0px; right:0px; width:auto; height:auto; overflow:hidden;
                   background-repeat:no-repeat; background-attachment: fixed; background-size:cover; background-position: top; 
                   -webkit-filter: blur(40px);
                            filter: blur(40px);
                   background-image: -moz-element(#form1);
                   background-color:#fff;
}
.popup .popup-header{position:absolute; top:0px; left:0px; right:0px; bottom:auto; width:auto; height:32px; padding:0px; margin:0px; background-color:#0d7b3e !important;}
.popup .popup-header .popup-title{position:absolute; top:6px; left:0px; right:0px; width: 60%; height:20px; padding: 0px 5px; text-align:left; color:#fff; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.popup .popup-header .popup-action{position:absolute; top:6px; left:30px; width:auto; height:20px; border-left:1px solid #e1e1e1; padding-left:2px;}
.popup .popup-header .popup-action button{min-height:20px;}
.popup .popup-main{position:absolute; top:32px; left:0px; right:0px; bottom:0px; width:auto; height:auto; padding:0px; margin:0px;  background-color: rgba(13, 123, 62, 0.8);}

.popup .btn-left{position:absolute; top:0px; left:0px; width: 48px; min-width:48px; height: 31px; background:url(../images/btn-arrow-left-normal.png) no-repeat center center; background-size:cover; border-width:0px; border-radius:0px; cursor:default;}
.popup .btn-left:hover{background-image: url(../images/btn-arrow-left-light.png);}
.popup .btn-left:focus{border-width:0px !important;}
.popup .btn-left.right-icon{background-image:url(../images/btn-arrow-right-normal.png);}
.popup .btn-left.right-icon:hover{background-image:url(../images/btn-arrow-right-light.png);}

.popup.disabled{border-color:#ababab !important; box-shadow: 0 0 10px 1px #cccccc;}
.popup.disabled .popup-header{background-color:#ababab !important;}
.popup.disabled .popup-header .logo17{background-image:url(/Skins/Default/Images/logo17-disabled.png) !important;}

.popup .handle{position:absolute; top: 0px; left: 0px; right: 0px; bottom: auto; width: auto; height: 32px; background-color: transparent; z-index: 3;}
.popup .handle:hover{background-color: rgba(13, 123, 62, 0.8);}

.overlay{position:fixed; top:0px; left:0px; right:0px; bottom:0px; width:auto; height:auto; background-color: rgba(255,255,255, 0); background-repeat:no-repeat; background-size:cover;}

.control-box{position:absolute; top:0px; left:auto; right:0px; bottom:auto; width:auto; height: 31px; white-space:nowrap; z-index:4;}
.control-box .btn{position:relative; top:0px; left:0px; width: 46px; height: 100%; display:inline-block; overflow:hidden; background-color:transparent; background-repeat:no-repeat; background-size:cover; background-position:center center; border: 0px; border-radius: 0px;}
.control-box .minimize-button{background-image:url(../images/minimize-window-normal.png);}
.control-box .minimize-button:hover{background-image:url(../images/minimize-window-light.png);}
.control-box .maximize-button{background-image:url(../images/max-window-normal.png);}
.control-box .maximize-button:hover{background-image:url(../images/max-window-light.png);}
.control-box.full-screen .maximize-button{background-image:url(../images/min-window-normal.png);}
.control-box.full-screen .maximize-button:hover{background-image:url(../images/min-window-light.png);}
.control-box .close-button{background-image:url(../images/close-window-normal.png);}
.control-box .close-button:hover{background-image:url(../images/close-window-light.png);}