/* Licensed Materials - Property of IBM IBM Cognos Products: rs (C) Copyright IBM Corp. 2003, 2016 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ .clsPromptSelectWithSearch .clsAdorment { border: 1px solid #4178BE; border-top-width: 0; } .clsPromptSelectWithSearch .clsInvalid .clsAdorment { border: 1px solid #D64427; border-top-width: 0; } .clsPromptSelectWithSearch .clsControlArea { display: -webkit-flex; -webkit-flex-direction: row; display: flex; flex-direction: row; } .clsPromptSelectWithSearch .clsControlArea .clsSelectWithSearch { min-height: initial !important; height: auto !important; -webkit-flex: 1; flex: 1; } .clsPromptSignon { margin-left: 5px; font-family: Arial, Helvetica, sans-serif; } .clsPromptSignon .clsBlock { margin-top: 10px; } .clsPromptSignon .clsBlock .clsTitle { font-weight: bold; color: #4178BE; } /* styles for prompt layout */ .clsPromptComponent tr[prole="label"] { height: 20px; } .clsPromptComponent tr[prole="input"] { height: 20px; } .clsPromptComponent td[prole="input"] { min-width: 45px; } .clsPromptComponent td[prole="radio"] { vertical-align: top; padding: 0 8px; } .clsPromptComponent td[prole="spacer"] { width: 8px; } .clsPromptComponent td[prole="adornmentL"] { width: 18px; padding-right: 8px; } .clsPromptComponent td[prole="adornmentR"] { width: 18px; padding-left: 8px; } .clsPromptComponent td[prole="controlPanel"] { width: 50%; min-width: 150px; } .clsPromptComponent td[prole="choicePanel"] { width: 50%; min-width: 150px; } .clsPromptComponent div[prole="container"] { min-height: 150px; } .clsPromptComponent[specname] { width: 1px; height: 1px; min-width: 150px; } .clsPromptComponent button { width: 40px; height: 40px; padding: 0; margin: 0 8px; } .clsPromptComponent button > img { width: 24px; height: 24px; } .clsPromptComponent button > img[dir="rtl"] { transform: rotate(180deg); } /* styles for prompt */ .pc { font-size: 14px; } .pl { font-size: 14px; text-decoration: underline; } .pt { font-size: 14px; padding: 0 8px; border: 1px solid #6d7777; min-height: 32px; } .pv { font-size: 14px; } .pv .clsListView { color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; font-style: inherit; text-decoration: inherit; } .pv .clsListView .clsDialogText { cursor: inherit; color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; font-style: inherit; text-decoration: inherit; } .clsPromptComponent .pt:focus { color: #6d7777; border: 1px solid #4178be; } .clsPromptComponent .pt:hover { color: #6d7777; border: 1px solid #4178be; box-shadow: 0 0 5px #4178be; } .clsPromptComponent .pt:disabled { color: #aeb8b8; border: 1px solid #aeb8b8; } .clsPromptComponent .pt::-ms-clear { display: none; } .clsPromptComponent .pl:hover { cursor: pointer; } .clsPromptComponent .pl:active { color: #264a60; } .clsPromptComponent .pv .clsListItem_normal, .clsPromptComponent .pv .clsListItem_hover, .clsPromptComponent .pv .clsListItem_selected { color: inherit; min-height: 32px; } .clsPromptComponent div[prole="container"] > .clsListView { border: 1px solid #6d7777; } .clsPromptComponent div[prole="container"] > .clsListView:focus { border: 1px solid #4178be; } .clsPromptComponent div[prole="container"] > .clsListView:hover { border: 1px solid #4178be; box-shadow: 0 0 5px #4178be; } .clsPromptComponent.clsParseError .pt, .clsPromptComponent.clsParseError div[prole="container"] > .clsListView { border: 1px solid #d64427; } .clsPromptComponent button[disabled] { opacity: 0.5; } .clsPromptComponent label input[type=radio] { display: none; } .clsPromptComponent label input[type=radio] + span { display: inline-block; position: relative; padding-left: 14px; } .clsPromptComponent label input[type=radio] + span::before { content: ""; position: absolute; box-sizing: border-box; top: 50%; left: 0; width: 14px; height: 14px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background-color: inherit; border: 1px solid #ffffff; border-radius: 7px; box-shadow: 0 0 0 1px #6d7777; } .clsPromptComponent label input[type=radio] + span:hover::before { box-shadow: 0 0 5px #4178be; } .clsPromptComponent label input[type=radio]:checked + span::before { background-color: #4178be; }