/**
 *  ___  ___  _____   ______  __   __ _____ ______ __    __
 * |   \/   |/  _  \ /  __  \|  \ |  |_   _|   ___|  \  /  |
 * |        |  / \  |  |  \__|   \|  | | | |  |___ \  \/  /
 * |  |\/|  |  |_|  |  |  ___        | | | |   ___| \    /
 * |  |  |  |   _   |  \_/   |  |\   |_| |_|  |      |  |
 * |__|  |__|__| |__|\____/|_|__| \__|_____|__|      |__|
 *
 * magnify.css
 *
 * Copyright (c) 2017 nzbin
 *
 */
.magnify-modal{position:absolute;z-index:1090;width:100%;height:100%;background-color:#111;background-color:rgba(0,0,0,0.85);-webkit-box-shadow:0 0 3px 1px rgba(0,0,0,0.3);box-shadow:0 0 3px 1px rgba(0,0,0,0.3);/* cursor:default */}
.magnify-header{position:relative;z-index:2;height:40px;color:#fff}
.magnify-hideCell{position:absolute;bottom:40px;width:100%;height:100%;}
.magnify-header .magnify-toolbar{position:absolute;top:0;right:0;width: 40px;height:40px;}
.magnify-title{margin-right:80px;padding:13px 10px;font-size:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.magnify-stage{position:absolute;top:40px;right: 0;bottom:40px;left: 0;z-index:4;overflow:hidden;width: 100%;height:80%;}
.magnify-image{position:relative;display:inline-block}
.magnify-image.init-size{max-width:100%;max-height:100%}
.magnify-footer{position:fixed;bottom: 60px;z-index:6;width:100%;color:#fff;text-align:center;}
.magnify-footer .magnify-toolbar{display:inline-block;height: 45px;border-radius: 4px;}
.magnify-toolbar{font-size:0}
.magnify-button{display:inline-block;width: 44px;height: 44px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:10px;font-size:18px;color:#ccc;text-align:center;background:none;border-width:0;border-radius:0;cursor:pointer;outline:none;}
.magnify-button:hover{color:#fff}
.magnify-button.magnify-button-close:hover{background-color:#ff4545}
.magnify-button.magnify-button-maximize:hover{background-color:#525252}
.magnify-loading{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;text-align:center;background-color:rgba(0,0,0,0.3)}
.magnify-loading::after{content:'';display:inline-block;width:0;height:100%;vertical-align:middle;overflow:hidden}
.magnify-loading i{font-size:32px}
.magnify-resizable-handle-e{position:absolute;top:0;right:-5px;bottom:0;left:auto;z-index:10;width:10px;cursor:e-resize}
.magnify-resizable-handle-s{position:absolute;top:auto;right:0;bottom:-5px;left:0;z-index:10;height:10px;cursor:s-resize}
.magnify-resizable-handle-w{position:absolute;top:0;right:auto;bottom:0;left:-5px;z-index:10;width:10px;cursor:w-resize}
.magnify-resizable-handle-n{position:absolute;top:-5px;right:0;bottom:auto;left:0;z-index:10;height:10px;cursor:n-resize}
.magnify-resizable-handle-se{position:absolute;top:auto;right:-5px;bottom:-5px;left:auto;z-index:11;width:10px;height:10px;cursor:se-resize}
.magnify-resizable-handle-sw{position:absolute;top:auto;right:auto;bottom:-5px;left:-5px;z-index:11;width:10px;height:10px;cursor:sw-resize}
.magnify-resizable-handle-nw{position:absolute;top:-5px;right:auto;bottom:auto;left:-5px;z-index:11;width:10px;height:10px;cursor:nw-resize}
.magnify-resizable-handle-ne{position:absolute;top:-5px;right:-5px;bottom:auto;left:auto;z-index:11;width:10px;height:10px;cursor:ne-resize}

:-webkit-full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-webkit-full-screen .magnify-header,
:-webkit-full-screen .magnify-footer,
:-webkit-full-screen .magnify-resizable-handle {
  display: none;
}

:-webkit-full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  width: 100%;
  height: 100%;
}

:-moz-full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-moz-full-screen .magnify-header,
:-moz-full-screen .magnify-footer,
:-moz-full-screen .magnify-resizable-handle {
  display: none;
}

:-moz-full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
}

:-ms-fullscreen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-ms-fullscreen .magnify-header,
:-ms-fullscreen .magnify-footer,
:-ms-fullscreen .magnify-resizable-handle {
  display: none;
}

:-ms-fullscreen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
}

:full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:full-screen .magnify-header,
:full-screen .magnify-footer,
:full-screen .magnify-resizable-handle {
  display: none;
}

:full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
}

:-webkit-full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-moz-full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-ms-fullscreen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:fullscreen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-webkit-full-screen .magnify-header,
:-webkit-full-screen .magnify-footer,
:-webkit-full-screen .magnify-resizable-handle {
  display: none;
}

:-moz-full-screen .magnify-header,
:-moz-full-screen .magnify-footer,
:-moz-full-screen .magnify-resizable-handle {
  display: none;
}

:-ms-fullscreen .magnify-header,
:-ms-fullscreen .magnify-footer,
:-ms-fullscreen .magnify-resizable-handle {
  display: none;
}

:fullscreen .magnify-header,
:fullscreen .magnify-footer,
:fullscreen .magnify-resizable-handle {
  display: none;
}

:-webkit-full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
}

:-moz-full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
}

:-ms-fullscreen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
}

:fullscreen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
}

.is-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.is-grabbing {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.text-center {
  text-align: center;
}

/*# sourceMappingURL=jquery.magnify.css.map */