/******************************** * Licensed Materials - Property of IBM * * IBM Cognos Products: cpscrn * * (C) Copyright IBM Corp. 2013 * * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. ********************************/ body.previews { margin: 0; padding: 0; background-image: url("../../../themedesigner/configuration/applications/default/previews/images/linen pattern.png"); background-repeat: repeat; } a { color: #003399; font-weight: normal; text-decoration: none; } a:VISITED { color: #FF0000; } a:HOVER { color: #003399; text-decoration: underline; } .previews .breadcrumbContainer { float: left; margin: 10px 0 0 10px; } .previews .breadcrumbContainer .breadcrumbPath { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 0.75em; margin: 0; color: #292929; font-weight: bold; } .previews .breadcrumbContainer .breadcrumbSeparator { padding: 0 5px; font-weight: normal; } /* Portlets */ .previews .portlet { border: 1px solid #999999; width: 400px; height: 250px; position: absolute; top: 50%; left: 50%; margin: -125px 0 0 -200px; -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); } .previews .portletHeader { width: 100%; height: 24px; position: relative; background-color: #134679; background-image: none; background-image: none; border-bottom: 1px solid #000099; } .previews .portletBody { width: 100%; height: 225px; position: relative; background: #ffffff; } .previews .portletHeader .portletHeaderTitle p { color: #ffffff; font-size: 0.6875em; font-weight: bold; font-family: Tahoma, arial, geneva, helvetica, sans-serif; float: left; line-height: 24px; padding-left: 4px; margin: 0; } .previews .portletHeader .portletHeaderCloseIcon { float: right; width: 16px; height:16px; margin: 4px; } /* Dialogs */ .previews .dialog { border: 1px solid #999999; width: 350px; height: 400px; position: absolute; top: 50%; left: 50%; margin: -200px 0 0 -175px; -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); } .previews .dialogHeader { width: 100%; height: 24px; position: relative; background-color: #134679; background-image: none; background-image: none; border-bottom: #FF0000 #FF0000 #FF0000; } .previews .dialogBody { width: 100%; height: 336px; position: relative; background: #ffffff; } .previews .dialogFooter { border-top: #FF0000 #FF0000 #FF0000; width: 100%; height: 38px; position: relative; background: #f3f3f3; } .previews .dialogBody .dialogBodyContainer { padding: 10px; width: calc(100% - 20px); } .previews .dialogHeader .dialogHeaderTitle p{ color: #ffffff; font-size: 0.6875em; font-weight: bold; font-family: Tahoma, arial, geneva, helvetica, sans-serif; float: left; line-height: 24px; padding-left: 4px; margin: 0; } .previews .dialogHeader .dialogHeaderCloseIcon { float: right; width: 16px; height:16px; margin: 4px; } .previews .buttonContainer { margin: 0; padding: 0; height: 34px; } .previews .button { float: left; border-radius: 3px; border: 1px solid #999999; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); background-color: #f3f3f3; background-image: none; background-image: -moz-linear-gradient(top, #f3f3f3 0%, #c8c8c8 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#c8c8c8)); background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #c8c8c8 100%); background-image: -o-linear-gradient(top, #f3f3f3 0%, #c8c8c8 100%); background-image: -ms-linear-gradient(top, #f3f3f3 0%, #c8c8c8 100%); background-image: linear-gradient(to bottom, #f3f3f3 0%, #c8c8c8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#c8c8c8',GradientType=0 ); zoom: 1; padding: 0 10px; min-width: 65px; margin: 4px 8px 0; list-style-type: none; display: inline-block; cursor: pointer; } .previews .button.hover, .previews .hover.button { background-color: #f3f3f3; background-image: none; background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e4e4e4 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e4e4e4)); background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e4e4e4 100%); background-image: -o-linear-gradient(top, #f3f3f3 0%, #e4e4e4 100%); background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e4e4e4 100%); background-image: linear-gradient(to bottom, #f3f3f3 0%, #e4e4e4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e4e4e4',GradientType=0 ); zoom: 1; cursor: pointer; } .previews .button.active, .previews .active.button { background-color: #f3f3f3; background-image: none; background-image: -moz-linear-gradient(top, #e4e4e4 0%, #f3f3f3 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#f3f3f3)); background-image: -webkit-linear-gradient(top, #e4e4e4 0%, #f3f3f3 100%); background-image: -o-linear-gradient(top, #e4e4e4 0%, #f3f3f3 100%); background-image: -ms-linear-gradient(top, #e4e4e4 0%, #f3f3f3 100%); background-image: linear-gradient(to bottom, #e4e4e4 0%, #f3f3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f3f3f3',GradientType=0 ); zoom: 1; -moz-box-shadow: inset 3px 0 8px rgba(0, 0, 0, 0.13); -webkit-box-shadow: inset 3px 0 8px rgba(0, 0, 0, 0.13); box-shadow: inset 3px 0 8px rgba(0, 0, 0, 0.13); cursor: pointer; } .previews .button.disabled, .previews .disabled.button { background-color: #f3f3f3; background-image: none; background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e4e4e4 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e4e4e4)); background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e4e4e4 100%); background-image: -o-linear-gradient(top, #f3f3f3 0%, #e4e4e4 100%); background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e4e4e4 100%); background-image: linear-gradient(to bottom, #f3f3f3 0%, #e4e4e4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e4e4e4',GradientType=0 ); zoom: 1; cursor: pointer; } .previews .button:focus { outline: 1px dotted #000000; border-radius: 3px; } .previews .button:FIRST-CHILD { margin-left: 4px; } .previews .button .label { font-size: 0.75em; line-height: 1em; text-align: center; color: #000000; text-shadow: 0 1px #ffffff; font-weight: bold; margin: 7px 0; font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif; } .previews .button.disabled .label, .previews .disabled.button .label { color: #767676; } .previews .button:active .label { color: #000000; } .previews .dialogText, .previews .plaintext { font-size: 0.6875em; font-family: Tahoma, arial, geneva, helvetica, sans-serif; margin: 10px 0 0; color: #292929; } .previews .dialogLabel, .previews .formLabel { font-size: 0.6875em; font-weight: bold; font-family: Tahoma, arial, geneva, helvetica, sans-serif; margin: 10px 0 0; color: #134679; } .previews .formLabel { font-weight: normal; } .previews .formText { font-size: 0.6875em; font-family: Tahoma, arial, geneva, helvetica, sans-serif; color: #292929; } .previews .formLabel.right { text-align: right; } .previews .textbox { box-sizing: border-box; margin-top: 5px; } .previews .textarea { width: 100%; box-sizing: border-box; margin-top: 5px; height: 100px; } .previews .select { margin-top: 5px; box-sizing: border-box; width: 100%; } /* banner */ .previews .bannerContainer { position: absolute; width: 850px; top: 50%; left: 50%; margin: -100px 0 0 -425px; -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); } .previews .primaryBannerContainer { height: 38px; width: 100%; background-color: #8eb1dd; background-image: none; background-image: none, -moz-linear-gradient(top, #8eb1dd 0%, #5888cb 100%); background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8eb1dd), color-stop(100%,#5888cb)); background-image: none, -webkit-linear-gradient(top, #8eb1dd 0%, #5888cb 100%); background-image: none, -o-linear-gradient(top, #8eb1dd 0%, #5888cb 100%); background-image: none, -ms-linear-gradient(top, #8eb1dd 0%, #5888cb 100%); background-image: none, linear-gradient(to bottom, #8eb1dd 0%, #5888cb 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb1dd', endColorstr='#5888cb',GradientType=0 ); zoom: 1; } .previews .secondaryBannerContainer { width: 100%; height: 4px; background: #f3f3f3; } .previews .primaryBannerLeft { float: left; height: 100%; } .previews .primaryBannerRight { float: right; height: 100%; padding-right: 20px; } .previews .bannerHeader { float: left; padding-left: 20px; } .previews .bannerHeader p { font-size: 0.8125em; color: #ffffff; font-weight: bold; text-shadow: 0 1px rgba(0, 0, 0, 0.3); font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif; margin: 0; line-height: 38px; } .previews .menuContainer { width: 180px; height: auto; box-shadow: 1px 0px 1px rgba(0,0,0,0.25), -1px 0px 1px rgba(0,0,0,0.25), 0px 2px 1px rgba(0,0,0,0.25); background: #ffffff; border-radius: 0 0 2px 2px; border-color: #000000; border-style: solid; border-width: 0 2px 2px; position: absolute; top: 38px; margin-left: -3px; } .previews .menuContainer ul { margin: 0; padding: 0; } .previews .menuContainer .menuItem { list-style-type: none; } .previews .bannerSearchBox { float: right; width: 150px; margin-left: 10px; } .previews .bannerSearchBox .textbox { margin-top: 10px; } .previews .bannerMenuItem{ float: right; margin-left: 10px; width: auto; height: 100%; border-width: 0 1px; border-color: transparent; border-style: solid; } .previews .bannerMenuItem .bannerMenuItemContainer { width: 100%; height: 100%; } .previews .bannerMenuItem.hover, .previews .hover.bannerMenuItem { background-color: #134679; background-image: none; background-image: none, -moz-linear-gradient(top, #134679 0%, #8eb1dd 100%); background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#134679), color-stop(100%,#8eb1dd)); background-image: none, -webkit-linear-gradient(top, #134679 0%, #8eb1dd 100%); background-image: none, -o-linear-gradient(top, #134679 0%, #8eb1dd 100%); background-image: none, -ms-linear-gradient(top, #134679 0%, #8eb1dd 100%); background-image: none, linear-gradient(to bottom, #134679 0%, #8eb1dd 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134679', endColorstr='#8eb1dd',GradientType=0 ); zoom: 1; height: 100%; } .previews .bannerMenuItem:hover { background-color: #134679; background-image: none; background-image: none, -moz-linear-gradient(top, #134679 0%, #8eb1dd 100%); background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#134679), color-stop(100%,#8eb1dd)); background-image: none, -webkit-linear-gradient(top, #134679 0%, #8eb1dd 100%); background-image: none, -o-linear-gradient(top, #134679 0%, #8eb1dd 100%); background-image: none, -ms-linear-gradient(top, #134679 0%, #8eb1dd 100%); background-image: none, linear-gradient(to bottom, #134679 0%, #8eb1dd 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134679', endColorstr='#8eb1dd',GradientType=0 ); zoom: 1; height: 100%; } .previews .bannerMenuItem.active, .previews .active.bannerMenuItem { background-color: #8eb1dd; background-image: none; background-image: none, -moz-linear-gradient(top, #8eb1dd 0%, #134679 100%); background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8eb1dd), color-stop(100%,#134679)); background-image: none, -webkit-linear-gradient(top, #8eb1dd 0%, #134679 100%); background-image: none, -o-linear-gradient(top, #8eb1dd 0%, #134679 100%); background-image: none, -ms-linear-gradient(top, #8eb1dd 0%, #134679 100%); background-image: none, linear-gradient(to bottom, #8eb1dd 0%, #134679 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb1dd', endColorstr='#134679',GradientType=0 ); zoom: 1; border-color: #8eb1dd; border-width: 0 1px; border-style: solid; height: 100%; -webkit-box-shadow: 1px 0px #292929, -1px 0px #292929; -moz-box-shadow: 1px 0px #292929, -1px 0px #292929; box-shadow: 1px 0px #292929, -1px 0px #292929; } .previews .bannerMenuItem:active { background-color: #8eb1dd; background-image: none; background-image: none, -moz-linear-gradient(top, #8eb1dd 0%, #134679 100%); background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8eb1dd), color-stop(100%,#134679)); background-image: none, -webkit-linear-gradient(top, #8eb1dd 0%, #134679 100%); background-image: none, -o-linear-gradient(top, #8eb1dd 0%, #134679 100%); background-image: none, -ms-linear-gradient(top, #8eb1dd 0%, #134679 100%); background-image: none, linear-gradient(to bottom, #8eb1dd 0%, #134679 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb1dd', endColorstr='#134679',GradientType=0 ); zoom: 1; border-color: #8eb1dd; border-width: 0 1px; border-style: solid; height: 100%; -webkit-box-shadow: 1px 0px #292929, -1px 0px #292929; -moz-box-shadow: 1px 0px #292929, -1px 0px #292929; box-shadow: 1px 0px #292929, -1px 0px #292929; } .previews .menuContainer .menuItem.hover { background-color: #e3e9f3; } .previews .bannerMenuItem .menuItemIcon, .previews .menuContainer .menuItem .menuItemIcon { float: left; margin: 10px 5px; } .previews .menuContainer .menuItem .menuItemIcon { margin: 10px; } .previews .bannerMenuItem .menuItemPulldownIcon{ float: left; margin: 10px 5px 0 0; } .previews .bannerMenuItem .menuLabel { float: left; margin: 0px 5px; color: #ffffff; font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif; font-size: 0.75em; line-height: 38px; } .previews .menuContainer .menuItem.disabled .menuItemLabel, .previews .menuContainer .disabled.menuItem .menuItemLabel { color: #767676; } .previews .menuContainer .menuItem .menuItemLabel { float: none; color: #000099; margin: 0px 5px; font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif; font-size: 0.75em; line-height: 38px; float: left; } .previews .menuContainer .menuItem .menuItemLabel.hover, .previews .menuContainer .menuItem .hover.menuItemLabel { color: #000099; } .previews .bannerSeparator { float: right; height: 100%; margin-left: 10px; } .previews .bannerSeparator .bannerSeparatorImage { margin: 10px 0 0; } .previews .primaryBannerLogoContainer { width: auto; line-height: 38px; padding: 11px 0 0 20px; } .previews .primaryBannerLogoContainer.left { float: left; padding-left: 20px; } .previews .primaryBannerLogoContainer.right { float: right; width: 41px; } .previews .primaryBannerLogo { float: right; background: none no-repeat; background-image: url(../../../skins/classic/branding/ibm-logo-white.gif); width: 41px; height: 15px; display: ; } .previews .customLogo { width: 45px; height: 16px; display: none; background-image: none; background-image: url(../../../skins/classic/branding/your_logo_here.gif); background-position: top left; background-repeat: no-repeat; } /* Generics */ .previews .genericContainer { width: 750px; height: 350px; background-color: #ffffff; position: absolute; top: 50%; left: 50%; margin: -175px 0 0 -375px; -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); border-radius: 2px; } .previews .toolbarContainer { height: 34px; float: right; margin-right: 10px; } .previews .toolbarListContainer { margin: 0; padding: 0; height: 34px; } .previews .toolbarItem { list-style-type: none; float: left; display: block; border: 1px solid transparent; } .previews .toolbarItem.hover, .previews .hover.toolbarItem { background-color: #f3f3f3; background-image: none; background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e7e7e7)); background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%); background-image: -o-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%); background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%); background-image: linear-gradient(to bottom, #f3f3f3 0%, #e7e7e7 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e7e7e7',GradientType=0 ); zoom: 1; cursor: pointer; border-radius: 3px; border: #999999 1px solid; } .previews .toolbarItem.active, .previews .active.toolbarItem { background-color: #e7e7e7; background-image: none; background-image: -moz-linear-gradient(top, #e7e7e7 0%, #e7e7e7 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#e7e7e7)); background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #e7e7e7 100%); background-image: -o-linear-gradient(top, #e7e7e7 0%, #e7e7e7 100%); background-image: -ms-linear-gradient(top, #e7e7e7 0%, #e7e7e7 100%); background-image: linear-gradient(to bottom, #e7e7e7 0%, #e7e7e7 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e7e7e7',GradientType=0 ); zoom: 1; cursor: pointer; border-radius: 3px; border: #999999 1px solid; } .previews .toolbarItem.selected, .previews .selected.toolbarItem { background-color: #e7e7e7; background-image: none; background-image: none, -moz-linear-gradient(top, #e7e7e7 0%, #e7e7e7 100%); background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#e7e7e7)); background-image: none, -webkit-linear-gradient(top, #e7e7e7 0%, #e7e7e7 100%); background-image: none, -o-linear-gradient(top, #e7e7e7 0%, #e7e7e7 100%); background-image: none, -ms-linear-gradient(top, #e7e7e7 0%, #e7e7e7 100%); background-image: none, linear-gradient(to bottom, #e7e7e7 0%, #e7e7e7 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e7e7e7',GradientType=0 ); zoom: 1; border: 1px dotted #999999; } .previews .toolbarItem .toolbarItemContainer { height: 32px; margin: 0 5px; } .previews .toolbarItem .toolbarItemContainer .toolbarItemIcon, .previews .toolbarItem .toolbarItemContainer .toolbarItemSeparator { float: left; margin: 8px 0; } .previews .toolbarItem .toolbarItemContainer .toolbarItemLabel { float: left; font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif; font-size: 0.75em; line-height: 38px; color: #000000; margin: 0 0 0 5px; line-height: 32px; } .previews .formsContainer { height: 135px; } .previews .formsContainerLeft { float: left; width: 50%; } .previews .formsContainerRight { float: right; width: 50%; } .previews .formsContainerInner { padding: 0 10px 10px; } .previews .textContainer .plaintext { margin-left: 10px; margin-right: 10px; } /* Grid */ .previews .gridContainer { width: 750px; height: 360px; background-color: #ffffff; position: absolute; top: 50%; left: 50%; margin: -180px 0 0 -375px; -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); border-radius: 2px; } .previews .controlsContainer { padding: 10px 15px 0; } .previews .controlsContainer .entriesTextbox { width: 50px; } .previews .gridContainer .tableContainer { padding: 10px 15px; } .previews .gridContainer table { width: 100%; border: 1px solid #cccccc; } .previews .gridContainer table thead tr th { background-color: #e7e7e7; background: none; background-image: -moz-linear-gradient(top, #e7e7e7 0%, #d0d0d0 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#d0d0d0)); background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #d0d0d0 100%); background-image: -o-linear-gradient(top, #e7e7e7 0%, #d0d0d0 100%); background-image: -ms-linear-gradient(top, #e7e7e7 0%, #d0d0d0 100%); background-image: linear-gradient(to bottom, #e7e7e7 0%, #d0d0d0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#d0d0d0',GradientType=0 ); zoom: 1; padding: 10px 7px; color: #134679; text-shadow: 0 1px #ffffff; font-size: 0.75em; font-family: Arial, Tahoma, Verdana, sans-serif; font-weight: bold; border-width: 0 0 1px 1px; border-style: solid; border-color: #cccccc; } .previews .gridContainer table thead tr th:first-child { border-width: 0 0 1px 0; } .previews .gridContainer table thead tr th.left { text-align: left; } .previews .gridContainer table thead tr th.col16px { width: 16px; } .previews .gridContainer table tbody tr { background-color: #ffffff; } .previews .gridContainer table tbody tr.alternate { background-color: #f3f3f3; } .previews .gridContainer table tbody tr.selected { background-color: #8eb1dd; } .previews .gridContainer table tbody tr.hover { background-color: #e3e9f3; } .previews .gridContainer table tbody tr td { font-size: 0.75em; font-family: Arial, Tahoma, Verdana, sans-serif; color: #000000; padding: 7px; } .previews .gridContainer table tbody tr td input { margin-top: 0; } .previews .gridContainer table tbody tr td.center { text-align: center; } .previews .gridContainer table tfoot tr { background-color: #cccccc; } .previews .gridContainer table tfoot tr td { font-size: 0.75em; font-family: Arial, Tahoma, Verdana, sans-serif; color: #000000; padding: 4px; border-color: #cccccc; border-style: solid; border-width: 1px 0 0 0; } .previews .gridContainer .controlsContainer input { width: 50px; } /* Tabs */ .previews .tabsContainer { width: 700px; height: 400px; background: #ffffff; padding: 20px; position: absolute; top: 50%; left: 50%; margin: -200px 0 0 -375px; -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4); } .previews .horizontalTabsContainer { position: absolute; width: 530px; left: 190px; top: 21px; z-index: 999; } .previews .horizontalTabs { margin: 0; padding: 0; border-bottom: 1px solid #999999; width: 530px; height: 39px; background-color: #ffffff; } .previews .verticalTabs { margin: 0; padding: 0; } .previews .verticalTabs .secondary { margin: 12px 10px 0; padding: 0; position: relative; z-index: 999; border-top: 1px solid #cccccc; } .previews .verticalTabsContainer { width: 166px; position: absolute; top: 60px; left: 20px; z-index: 999; } .previews .tabItem { border-radius: 0; border-width: 1px; border-style: solid; background-color: #ffffff; background-image: none; background-image: none; padding: 12px 0px 13px; list-style-type: none; cursor: pointer; } .previews .horizontalTabs .tabItem { float: left; border-color: #cccccc #cccccc #999999; display: inline-block; margin: 1px 2px 0 0; border-radius: 1px 1px 0 0; } .previews .horizontalTabs .tabItem:first-child { margin-left: 15px; } .previews .verticalTabs .tabItem { display: block; border-color: #cccccc; margin: 2px 0 0; border-radius: 0px 0 0 0px; border-radius: 0; border-width: 1px; border-style: solid; } .previews .verticalTabs .tabItem.parent, .previews .verticalTabs .parent.tabItem { padding-bottom: 0; border-color: #cccccc; border-left-width: 1px; border-radius: 0; background-color: #ffffff; } .previews .verticalTabs .tabItem:first-child { margin-top: 0px; } .previews .verticalTabs .secondary .tabItem { border-width: 0; font-size: 12px; padding-left: 30px; margin-left: -10px; margin-right: -10px; } .previews .verticalTabs .secondary .tabItem.selected, .previews .verticalTabs .secondary .selected.tabItem { font-weight: bold; } .previews .verticalTabs .secondary .tabItem:first-child { margin-top: 0; } .previews .horizontalTabs .tabItem .label { font-size: 0.75em; line-height: 1em; text-align: center; color: #000099; font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif; margin: 0; } .previews .verticalTabs .tabItem .label { font-size: 0.75em; line-height: 1em; text-align: center; color: #000099; font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif; margin: 0; } .previews .verticalTabs .tabItem .label { text-align: left; } .previews .horizontalTabs .tabItem.active, .previews .horizontalTabs .active.tabItem { border-radius: 3px 3px 0 0; padding-top: 11px; border-width: 2px 1px 1px; border-style: solid; border-color: #5888cb #999999 #ffffff; background-color: #ffffff; background-image: none; background-image: none; } .previews .horizontalTabs .tabItem.hover, .previews .horizontalTabs .active.hover { border-top: 2px solid #759bd0; border-radius: 3px 0 0 3px; padding-top: 11px; background-color: #ffffff; background-image: none; background-image: none; } .previews .verticalTabs .tabItem.active, .previews .verticalTabs .active.tabItem { background-color: #5888cb; background-image: none; background-image: none; color: #ffffff; } .previews .verticalTabs .tabItem.hover, .previews .verticalTabs .active.hover { background-color: #e3e9f3; background-image: none; background-image: none; color: #292929; } .previews .verticalTabs .secondary .tabItem.active, .previews .verticalTabs .secondary .active.tabItem { border-width: 0; border-radius: 0; background-color: #5888cb; background-image: none; background-image: none; } .previews .verticalTabs .tabItem.active .label, .previews .verticalTabs .active.tabItem .label { color: #ffffff; } .previews .verticalTabs .tabItem.active.parent .label, .previews .verticalTabs .active.parent.tabItem .label { color: #000099; } .previews .verticalTabs .secondary .tabItem.active .label, .previews .verticalTabs .secondary .active.tabItem .label { color: #ffffff; } .previews .verticalTabs .secondary .tabItem.hover, .previews .verticalTabs .secondary .hover.tabItem { border-width: 0; border-radius: 0; background-color: #e3e9f3; background-image: none; background-image: none; } .previews .verticalTabs .tabItem.hover .label, .previews .verticalTabs .hover.tabItem .label { color: #292929; } .previews .verticalTabs .secondary .tabItem.hover .label, .previews .verticalTabs .secondary .hover.tabItem .label { color: #292929; } .previews .tabItem .tabItemContainer { padding: 0 15px; } .previews .tabItem.active .label, .previews .active.tabItem .label { font-weight: bold; color: #134679; } .previews .tabItem.hover .label, .previews .hover.tabItem .label { color: #000099; } .previews .verticalTabs .secondary .tabItem .label { text-align: left; font-weight: normal; font-size: 1em; } .previews .verticalTabs .secondary .tabItem.active .label, .previews .verticalTabs .secondary .active.tabItem .label { color: #ffffff; font-weight: bold; } .previews .tabsBodyContainer { border-width: 0 1px 1px; border-style: solid; border-color: #999999; width: 528px; height: 360px; position: absolute; right: 20px; top: 60px; }