@font-face { font-family: OpenSans-Bold; src: url("fonts/OpenSans/OpenSans-Bold.ttf") format('truetype'); } @font-face { font-family: OpenSans-BoldItlaic; src: url("fonts/OpenSans/OpenSans-BoldItalic.ttf") format('truetype'); } @font-face { font-family: OpenSans-ExtraBold; src: url("fonts/OpenSans/OpenSans-ExtraBold.ttf") format('truetype'); } @font-face { font-family: OpenSans-ExtraBoldItalic; src: url("fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf") format('truetype'); } @font-face { font-family: OpenSans-Italic; src: url("fonts/OpenSans/OpenSans-Italic.ttf") format('truetype'); } @font-face { font-family: OpenSans-Light; src: url("fonts/OpenSans/OpenSans-Light.ttf") format('truetype'); } @font-face { font-family: OpenSans-LightItalic; src: url("fonts/OpenSans/OpenSans-LightItalic.ttf") format('truetype'); } @font-face { font-family: OpenSans-Regular; src: url("fonts/OpenSans/OpenSans-Regular.ttf") format('truetype'); } @font-face { font-family: OpenSans-Semibold; src: url("fonts/OpenSans/OpenSans-Semibold.ttf") format('truetype'); } @font-face { font-family: OpenSans-SemiboldItalic; src: url("fonts/OpenSans/OpenSans-SemiboldItalic.ttf") format('truetype'); } @font-face { font-family: 'icomoon'; src: url('fonts/icomoon.eot?4cilop'); src: url('fonts/icomoon.eot?4cilop#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?4cilop') format('truetype'), url('fonts/icomoon.woff?4cilop') format('woff'), url('fonts/icomoon.svg?4cilop#icomoon') format('svg'); font-weight: normal; font-style: normal; } html, body { font-size:14px; } html { height: 100%; } body { display: flex; flex-direction: column; min-height: 100%; } .applicationWindow { height: 100%; display: flex; flex-direction: column; flex: 1; } #mContent { display: flex; flex-direction: column; flex: 1; } .content.modal-open .body-content-jsp{ margin: 0 auto; } .content .body-content-jsp > div.ng-scope > div.overlay{ display: none; } .content.modal-open .body-content-jsp .service-models-page .overlay{ display: block !important; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 3004; background-color: #000; opacity: 0.5; } .content.modal-open .body-content-jsp .service-models-page .service-model-content{ z-index: 3005; margin: 0 auto; flex: none; width: 1100px; padding: 10px; } .content.modal-open{ margin: 0 !important; } .body-content-jsp { flex: 1; } .button--inactive { border: none !important; } .modal-body [class^="icon-"],.modal-body [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-browse:before { content: "\e90e"; color: #5A5A5A; font-size: 4px; cursor: pointer; width: 37px; height: 37px; line-height: 37px; text-align: center; background: #F2F2F2; border: 1px solid #D2D2D2; display: inline-block; vertical-align: top; border-radius: 2px; border-bottom-left-radius: 0; border-top-left-radius: 0; } .icon-browse:hover::before { background-color: #E6F6FB; color: #009FDB; } .icon-browse:active::before { background-color: #E6F6FB; color: #009FDB; } input:focus:invalid { border-color: Tomato; box-shadow: none; } iframe { top: 0; left: 0; width: 100%; height: 100%; border:0; } iframe.popup{ width: 1103px; height: 691px; } /*todo: remove. this a temporary fix for the sub-interface popup not showing as a page beside the sidebar. currently showing it in full screen.*/ iframe.iframeDialog { width: 100vw; height: 100vh; position: fixed; } .service-models-page { flex: 1; display: flex; min-height: 700px; } .service-model-content { flex: 1; } .service-model-content .popupContents { padding: 0 !important; }