/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after { content: ''; content: none; }

q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

.saPhotonics { background-color: black; }
.saPhotonics #moveableWindow_456 { left: 600px; }
.saPhotonics .moveableWindow { position: absolute; top: 50px; left: 50px; width: 400px; height: 400px; border: solid 2px transparent; background-color: #f2f2f3; border-radius: 5px; }
.saPhotonics .moveableWindow:hover { box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.75); border: solid 2px yellow; }
.saPhotonics .moveableWindow.blocked .blocker { display: block; }
.saPhotonics .moveableWindow.maximized { top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; width: 100% !important; height: 100% !important; overflow-y: hidden; box-shadow: none !important; border: none !important; border-radius: 0 !important; transition-property: width, height, top, left, right, bottom; transition-duration: .2s; transition-timing-function: ease; }
.saPhotonics .moveableWindow.maximized .resizeHandle { display: none !important; }
.saPhotonics .moveableWindow.selected { box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.75); border: solid 2px green; z-index: 50; }
.saPhotonics .moveableWindow.selected .resizeHandle { z-index: 60; }
.saPhotonics .moveableWindow.selected header { z-index: 60; }
.saPhotonics .moveableWindow.selected iframe { z-index: 58; }
.saPhotonics .moveableWindow.selected .blocker { z-index: 59; }
.saPhotonics .moveableWindow.selected .resizeHandle { display: block; }
.saPhotonics .moveableWindow .resizeHandle { display: none; z-index: 10; position: absolute; bottom: 0; right: 1px; height: 32px; width: 32px; cursor: nw-resize; border-bottom-right-radius: 5px; background-image: url("../images/icon_resize_30x27_transparent.png"); background-color: transparent; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.saPhotonics .moveableWindow.url-visible header input { width: calc(100% - 32px * 3 - 10px); padding-left: 5px; padding-right: 5px; }
.saPhotonics .moveableWindow header { z-index: 10; height: 32px; background-color: transparent; border-top-left-radius: 5px; border-top-right-radius: 5px; background: linear-gradient(to bottom, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); }
.saPhotonics .moveableWindow header nav { float: right; }
.saPhotonics .moveableWindow header button { float: left; border: none; border: solid 0.5px black; margin: 0; padding: 0; width: 32px; height: 32px; background-color: #bfbfbf; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.saPhotonics .moveableWindow header button:first-child { border: solid 0.5px black; }
.saPhotonics .moveableWindow header button:last-child { border-top-right-radius: 5px; }
.saPhotonics .moveableWindow header button.closeButton { background-image: url("../images/icon_close_30x27_transparent.png"); }
.saPhotonics .moveableWindow header button.maximizeButton { background-image: url("../images/icon_maximize_30x27_transparent.png"); }
.saPhotonics .moveableWindow header button.minimizeButton { background-image: url("../images/icon_minimize_30x27_transparent.png"); }
.saPhotonics .moveableWindow header button.restoreButton { background-image: url("../images/icon_restore_30x27_transparent.png"); }
.saPhotonics .moveableWindow header button.urlButton { border-top-left-radius: 5px; background-image: url("../images/icon_internet.png"); }
.saPhotonics .moveableWindow header input { display: block; z-index: 10; position: absolute; left: 32px; width: 0; height: 32px; border: none; padding: 0; padding-left: 0px; padding-right: 0px; background-color: white; transition-property: width, padding; transition-duration: .2s; transition-timing-function: ease; }
.saPhotonics .moveableWindow iframe { z-index: 8; width: 100%; height: calc(100% - 32px); border: none; border-top: solid 0.5px black; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background-color: white; }
.saPhotonics .moveableWindow .blocker { display: none; position: absolute; z-index: 9; width: 100%; height: calc(100% - 32px); background-color: transparent; }

.hidden { display: none; }
