/*
 * Copyright (c) 2023, Black Duck Software, Inc. All rights reserved worldwide.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none
}

[hidden], template {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html, button, input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #474747
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4
}

html, body {
    background-color: #fff;
    font-size: 12px
}

::-moz-selection {
    background: #b4d5fe;
    color: #474747;
    text-shadow: none
}

::selection {
    background: #b4d5fe;
    color: #474747;
    text-shadow: none
}

a:focus {
    outline: thin dotted
}

a:hover, a:active {
    outline: 0
}

a, a:visited, a:link, a:visited {
    color: #007cbf;
    text-decoration: none;
    outline: 0 0
}

a:hover {
    color: #007cbf;
    text-decoration: underline
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong, em {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

ins {
    background: #fff;
    color: #000;
    text-decoration: none
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: 700
}

pre, code, kbd, samp {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before, q:after {
    content: "";
    content: none
}

small {
    font-size: 85%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

dd {
    margin: 0 0 0 40px
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

label {
    color: #474747;
    cursor: pointer
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button, input {
    line-height: normal
}

button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled], input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

input:invalid, textarea:invalid {
    background-color: #f0dddd
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    vertical-align: baseline
}

p {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
    margin: 0
}

.annotation {
    color: #535b5e;
    font-size: 11px;
    font-weight: 400
}

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #bfbfbf
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #bfbfbf
}

.alt-placeholder.default-text {
    color: #bfbfbf
}

.error, .errors, .alert {
    color: #a22 !important;
    font-size: 11px
}

.success-tick, .form p.success-note {
    color: #38AE30
}

textarea {
    resize: none;
    padding: 2px
}

.form select, .form textarea, .form input[type=text], .form input[type=password], .form input[type=datetime], .form input[type=datetime-local], .form input[type=date], .form input[type=month], .form input[type=time], .form input[type=week], .form input[type=number], .form input[type=email], .form input[type=url], .form input[type=search], .form input[type=tel], .form input[type=color], .form .uneditable-input {
    width: auto;
    vertical-align: middle
}

.form .input-xlarge {
    width: 254px !important
}

.form .input-large {
    width: 190.5px !important
}

.form .input-medium {
    width: 127px !important
}

.form .input-small {
    width: 95.25px !important
}

.form .input-xsmall {
    width: 63.5px !important
}

.form .input-xxsmall {
    width: 44.45px !important
}

.form .input-xxxsmall {
    width: 25.4px !important
}

.form .input-full {
    width: 99% !important
}

.form .input-quarter {
    width: 74.5% !important
}

.form .input-half {
    width: 49% !important
}

.form input[type=radio], .form input[type=checkbox] {
    margin: 2px 3px 0 0;
    line-height: normal
}

.form fieldset {
    border: 0
}

.form > label {
    display: block;
    width: 100%
}

.form legend {
    width: 98%;
    font-weight: 700;
    padding: 0 0 0 14px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px
}

.form .bordered {
    border: 1px solid #CCC;
    margin: .5em;
    padding: .5em
}

.form .bordered legend {
    border-bottom: none;
    width: auto;
    font-weight: 400;
    padding: 0 .4em
}

.form li {
    margin: 5px 0 0
}

.form li.collapse-top {
    margin-top: -3px
}

.form li:before, .form li:after {
    content: " ";
    display: table
}

.form li:after {
    clear: both
}

.form li > label {
    display: block;
    margin-bottom: 5px;
    padding-top: 3px;
    float: left;
    width: 105px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.form li > label:after {
    content: ":"
}

.form li .stacked {
    display: block;
    float: none;
    width: auto;
    text-align: auto
}

.form li > .radio, .form li > .checkbox {
    width: auto
}

.form li > .radio:after, .form li > .checkbox:after {
    content: ""
}

.wide.form li > .radio, .wide.form li > .checkbox {
    width: auto
}

.form li > span {
    margin-left: 111px;
    padding: 3px 0 0;
    display: block
}

.form li .controls {
    display: block;
    margin-left: 111px;
    margin-bottom: 0
}

.form li .controls:before, .form li .controls:after {
    content: " ";
    display: table
}

.form li .controls:after {
    clear: both
}

.form li .controls.no-label {
    margin-left: 0
}

.form li .controls > span:first-child {
    display: block;
    margin-top: 3px
}

.form li .controls .margin-left {
    margin-left: 1em
}

.form li .controls .inline-input {
    margin: 0 .25em
}

.form li .controls .number {
    text-align: right
}

.form li .radio, .form li .checkbox {
    padding-left: 20px;
    text-align: left;
    display: inline-block;
    padding-top: 3px
}

.form li .radio.inline, .form li .checkbox.inline {
    display: inline
}

.form li .radio ~ p, .form li .checkbox ~ p {
    margin-left: 20px
}

.form li .radio ~ p.push-back, .form li .checkbox ~ p.push-back {
    margin-left: 0
}

.form li .radio.compact, .form li .checkbox.compact {
    width: 20px
}

.form li .radio input[type=radio], .form li .checkbox input[type=radio], .form li .radio input[type=checkbox], .form li .checkbox input[type=checkbox] {
    float: left;
    margin-left: -15px
}

.form li .inline {
    display: inline-block
}

.form li .inline.btn {
    margin-top: -4px
}

.form li .inline.align-right {
    float: right;
    margin: 2px
}

.form li.spacer {
    margin-bottom: 14px
}

.form p, .form .explanation {
    color: #535b5e;
    font-size: 11px
}

.form p.shrink, .form .explanation.shrink {
    width: 90%
}

.form p.space-both, .form .explanation.space-both {
    margin: 10px 0
}

.form p.push-left, .form .explanation.push-left {
    margin-left: 15px
}

.form.wide > label {
    margin-left: 110px
}

.form.wide li > label {
    width: 162.75px
}

.form.wide li .controls {
    margin-left: 166.5px
}

.form.wide li .controls.outdent {
    margin-left: 111px
}

.form.wide li .controls .push-top {
    display: inline-block;
    margin: 1px 3px 0 0
}

.form.wide li .controls .push-top.extra {
    margin-top: 4px
}

.form.wide li > span {
    margin-left: 166.5px
}

.form .cozy li {
    margin: 0;
    break-inside: avoid-column
}

.form .visual-group-tighten {
    margin-top: 0
}

.form .visual-group-space {
    margin-top: 11px
}

.csscolumns .form .columns {
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0
}

.csscolumns .form .columns li {
    break-inside: avoid
}

.no-csscolumns .form .columns li {
    width: 49.5%;
    display: inline-block;
    margin: -1px 0 0
}

.no-csscolumns .form .columns li.spacer {
    margin-bottom: 0
}

.form .right-content {
    text-align: right
}

.form .child {
    clear: both;
    margin-left: 80px
}

.fieldset-caption {
    margin: 15px 24px 0
}

.fieldset-caption-closeup {
    margin: 0 24px 15px
}

.inline-select {
    margin: 0 4px
}

.note-hint {
    display: block;
    color: #535b5e;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 11px;
    margin: 0 1px
}

.sharing-form fieldset {
    border: 1px solid #CCC;
    margin: .5em;
    padding: .5em
}

.sharing-form fieldset legend {
    padding: 0 .4em
}

.sharing-form fieldset legend input[type=checkbox] {
    margin-right: .4em
}

.sharing-form fieldset input[type=text] {
    width: 100%;
    box-shadow: 0 0 #FFF inset
}

form.leftLabeled label, form li.leftLabeled label {
    float: left;
    margin-right: 10px;
    text-align: right;
    width: 150px
}

form.leftLabeled label + input[type=checkbox], form li.leftLabeled label + input[type=checkbox] {
    vertical-align: bottom
}

form.leftLabeled .noLabel {
    margin-left: 160px
}

form.leftLabeled span.errors, form.leftLabeled span.success, form.leftLabeled .formHint {
    clear: both;
    float: left;
    font-size: 91%;
    margin-left: 160px
}

form#triage.leftLabeled span.errors {
    margin-left: 0
}

form#triage .external-link {
    height: 17px;
    display: inline-block;
    width: 15px;
    margin: 0;
    vertical-align: middle;
    background: url(../images/jquery/CIM_icon_sprite.png) -33px -78px
}

form.leftLabeled span.leftLabeledErrors {
    color: #a22;
    font-size: 91%;
    clear: both;
    float: left;
    margin: 10px 13px
}

form.leftLabeled .formHint {
    color: #bfbfbf;
    float: none
}

form.topLabeled li {
    margin-bottom: .25em
}

form.topLabeled li.vo-option {
    margin-left: 16px
}

form.topLabeled label {
    display: block;
    line-height: 1.5em
}

form.topLabeled li.hideLabel textarea {
    margin-top: .5em
}

form.topLabeled li.buttons {
    margin-top: .5em
}

span.calendar-wrap {
    overflow: hidden;
    display: inline-block
}

.dateField {
    float: left;
    margin: 0 2px 0 0
}

.date-button {
    background: url(../images/jquery/CIM_icon_sprite.png) -32px -112px no-repeat;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-top: 5px;
    visibility: visible;
    vertical-align: middle
}

html, body {
    background: #e1e1e1;
    background: -moz-linear-gradient(top, #eee 0, #efefef 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(60%, #efefef));
    background: -webkit-linear-gradient(top, #eee 0, #efefef 60%);
    background: -o-linear-gradient(top, #eee 0, #efefef 60%);
    background: -ms-linear-gradient(top, #eee 0, #efefef 60%);
    background: linear-gradient(top, #eee 0, #efefef 60%);
    height: 100%;
    width: 100%
}

#simple-block {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -216px;
    width: 400px
}

#simple-block img {
    width: 160px;
    margin-top: -7px;
    vertical-align: inherit
}

#simple-block.agreement {
    top: 5%;
    left: 27%;
    margin-left: 0;
    width: 600px
}

#simple-block #logo {
    padding: 0 5px
}

#simple-block h1 {
    color: #474747;
    font-size: 24px;
    font-weight: 400;
    margin: 0
}

#simple-block h1.product-name {
    font-size: 25px;
    display: inline-block
}

#simple-block #logo h1 {
    float: right;
    font-size: 20px
}

#login-button {
    margin-top: 10px
}

.simple-panel {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #fff 70%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(100%, #f9f9f9));
    background: -webkit-linear-gradient(top, #fff 70%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #fff 70%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #fff 70%, #f9f9f9 100%);
    background: linear-gradient(top, #fff 70%, #f9f9f9 100%);
    border: 1px solid #CCC;
    clear: both;
    margin: 0;
    padding: 15px;
    -moz-box-shadow: 0 0 6px 0 #ccc;
    -webkit-box-shadow: 0 0 6px 0 #ccc;
    box-shadow: 0 0 6px 0 #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.simple-panel h2 {
    font-weight: 700;
    font-size: 14px
}

.simple-panel#cela-text {
    height: 500px;
    width: 100%;
    overflow-y: scroll
}

.simple-panel#cela-text + .buttons #language-select-button {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px
}

.simple-panel ul {
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin: 7px 0
}

.simple-panel ul .bullets {
    padding-left: 15px;
    list-style-type: square
}

.simple-panel ul li {
    width: 100%
}

.simple-panel ul li ul li .anchor-btn {
    text-decoration: none;
    display: block;
    background: #68389a;
    background: -moz-linear-gradient(top, #68389a 10%, #68389a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #68389a), color-stop(100%, #68389a));
    background: -webkit-linear-gradient(top, #68389a 10%, #68389a 100%);
    background: -o-linear-gradient(top, #68389a 10%, #68389a 100%);
    background: -ms-linear-gradient(top, #68389a 10%, #68389a 100%);
    background: linear-gradient(top, #68389a 10%, #68389a 100%);
    color: #F4F4F4;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 #CCC;
    padding: 8px 4px;
    border: 1px solid #2F2F2F;
    text-align: center;
    font-size: 110%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px 0 #CCC;
    -moz-box-shadow: 0 1px 3px 0 #CCC
}

.simple-panel ul li ul li .anchor-btn:hover {
    background: #5b2b82;
    color: #fff;
    text-shadow: 0 0 4px rgba(204, 204, 204, .8)
}

.simple-panel ul li + li {
    margin-top: 7px
}

.simple-panel ul label {
    display: inline-block;
    margin-bottom: 4px
}

.simple-panel ul input[type=checkbox] + label {
    font-style: italic
}

.simple-panel ul input {
    width: 98%;
    font-size: 14px;
    padding: 8px 4px
}

.simple-panel ul input[type=checkbox] {
    width: auto
}

.simple-panel ul li.btn-wrapper {
    height: 45px
}

.simple-panel ul input[type=submit], .simple-panel ul button {
    font-size: 110%;
    width: 100%;
    margin-top: 20px
}

.simple-panel ul input[type=submit], .simple-panel ul button {
    background: #7F7F7F;
    background: -moz-linear-gradient(top, #7f7f7f 10%, #7f7f7f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #7f7f7f), color-stop(100%, #7f7f7f));
    background: -webkit-linear-gradient(top, #7f7f7f 10%, #7f7f7f 100%);
    background: -o-linear-gradient(top, #7f7f7f 10%, #7f7f7f 100%);
    background: -ms-linear-gradient(top, #7f7f7f 10%, #7f7f7f 100%);
    background: linear-gradient(top, #7f7f7f 10%, #7f7f7f 100%);
    color: #F4F4F4;
    border: 1px solid #2F2F2F;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px 0 #CCC;
    -moz-box-shadow: 0 1px 3px 0 #CCC;
    box-shadow: 0 1px 3px 0 #CCC
}

.simple-panel ul input[type=submit] span, .simple-panel ul button span {
    color: #fff
}

.simple-panel ul input[type=submit]:hover, .simple-panel ul button:hover {
    background: #2f2f2f;
    color: #fff;
    text-shadow: 0 0 4px rgba(204, 204, 204, .8)
}

.simple-panel #submit-newpassword {
    margin: 6px 0 0 8px
}

.simple-panel #forgot-password, .simple-panel #login-back {
    text-align: right;
    padding-top: 14px
}

.simple-panel #forgot-password a, .simple-panel #login-back a {
    cursor: pointer;
    font-size: 12px;
    color: #007cbf;
    text-decoration: none
}

.simple-panel #forgot-password:hover, .simple-panel #login-back:hover {
    text-decoration: underline
}

.simple-panel .messages.error {
    background-color: #a22;
    color: #f5f5f5 !important;
    font-weight: 700;
    padding: 14px;
    border: 2px solid #B54F49;
    margin-bottom: 7px
}

.simple-panel #cela > .bd {
    overflow-y: scroll;
    height: 200px;
    padding: 0;
    margin: 0
}

.simple-panel #cela .buttons {
    text-align: right;
    margin-left: 5px;
    margin-top: 4px
}

.simple-panel #cela .buttons .btn {
    margin-top: 2px
}

.simple-panel #cela-text {
    padding: 20px 10px 20px 20px;
    width: 460px
}

.simple-panel #cela-text h1, .simple-panel #cela-text h2, .simple-panel #cela-text h3 {
    text-align: center
}

.simple-panel #cela-text h1 {
    font-size: x-large;
    font-weight: 700;
    text-decoration: underline
}

.simple-panel #cela-text h2 {
    font-size: large;
    font-weight: 700
}

.simple-panel #cela-text h3 {
    font-weight: 700
}

.simple-panel #userCommand .ft .button-group {
    float: right
}

.simple-panel #userCommand .ft .button-group > span {
    float: right;
    margin-left: 20px
}

.simple-panel #recoverpanel .hd {
    display: none
}

.simple-panel #recoverpanel .bd {
    text-align: left;
    padding: .33em 4.5em
}

.simple-panel #recoverpanel .ft .button-group > span {
    margin-left: 20px
}

.simple-panel #recoverpanel input {
    width: 100%
}

.forgot-password-dialog .ui-dialog-content {
    padding: 7px
}

.forgot-password-dialog .ui-dialog-content input {
    width: 98%;
    font-size: 14px;
    padding: 4px 2px
}

.offscreen {
    position: absolute;
    top: -10000px;
    left: -10000px;
    visibility: hidden
}

.errortext, .error {
    color: #a22
}

.error {
    font-size: 90%
}

.success {
    color: green
}

.block {
    display: block
}

#exception html, #exception body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    background-color: #fff;
    background-repeat: repeat-x;
    color: #474747
}

#exception body {
    background: #e1e1e1;
    background: -moz-linear-gradient(top, #e1e1e1 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1e1e1), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #e1e1e1 0, #fff 100%);
    background: -o-linear-gradient(top, #e1e1e1 0, #fff 100%);
    background: -ms-linear-gradient(top, #e1e1e1 0, #fff 100%);
    background: linear-gradient(top, #e1e1e1 0, #fff 100%);
    line-height: normal
}

#exception .header {
    background: 0 0;
    padding-top: 15px;
    padding-left: 15px;
    width: 100%;
    top: 0
}

#exception .header:before, #exception .header:after {
    content: " ";
    display: table
}

#exception .header:after {
    clear: both
}

#exception .header img {
    height: 48px;
    padding: 0
}

#exception .section {
    clear: both;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 1px;
    padding-left: 15px
}

#exception .section .georgia {
    color: #d2492a
}

#exception h1, #exception h2, #exception h3, #exception h4, #exception h5 {
    font-weight: 400
}

#exception h1 {
    font-size: 16px;
    text-shadow: 0 1px 0 #fff;
    margin: 0
}

#exception h2 {
    font-size: 24px;
    font-weight: lighter;
    margin-top: 20px;
    margin-bottom: 5px
}

#exception h3, #exception h4 {
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    margin: 5px 0
}

#exception a {
    color: #007cbf;
    text-decoration: none
}

#exception a:hover {
    text-decoration: underline
}

#exception p {
    margin: 2px 0 5px
}

#exception .float-left {
    float: left
}

#exception #exception {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    margin-top: .5em
}

#exception #exception div {
    margin-left: 2.5em
}

#exception #exception div:first-child {
    margin-left: 1em
}

.help-icon {
    object-position: -226px -254px;
    width: 16px !important;
    height: 14px !important;
    object-fit: none
}

.jstree li a, .selectable li {
    border: 1px solid transparent;
    color: #474747;
    padding: 1px 12px 1px 2px;
    margin-bottom: 2px
}

.jstree li > ins {
    vertical-align: top
}

.jstree li a:hover, .selectable li:hover {
    background-color: #F4F4F4;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

#source-browser-files.jstree li a:hover, #source-browser-files .selectable li:hover {
    background-color: #fff;
    color: #474747;
    text-decoration: underline;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.jstree a .jstree-icon, .jstree a .jstree-checkbox {
    background-image: url(../images/jquery/CIM_icon_sprite.png);
    background-repeat: no-repeat;
    background-color: transparent
}

.jstree .jstree-clicked, .jstree .jstree-clicked:hover, .selectable .selectable-selected, .selectable .selectable-selected:hover {
    background-color: #7d9aaa;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.jstree .jstree-clicked ins.jstree-icon, .jstree .jstree-clicked:hover ins.jstree-icon, .selectable .selectable-selected ins.jstree-icon, .selectable .selectable-selected:hover ins.jstree-icon, .jstree .jstree-clicked ins.jstree-checkbox, .jstree .jstree-clicked:hover ins.jstree-checkbox, .selectable .selectable-selected ins.jstree-checkbox, .selectable .selectable-selected:hover ins.jstree-checkbox {
    background-image: url(../images/jquery/CIM_icon_sprite_inverted.png)
}

#source-browser-files.jstree .jstree-clicked, #source-browser-files.jstree .jstree-clicked:hover, #source-browser-files .selectable .selectable-selected, #source-browser-files .selectable .selectable-selected:hover {
    background-color: #fff;
    color: #7d9aaa;
    font-weight: 700;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

#source-browser-files.jstree .jstree-clicked ins.jstree-icon, #source-browser-files.jstree .jstree-clicked:hover ins.jstree-icon, #source-browser-files .selectable .selectable-selected ins.jstree-icon, #source-browser-files .selectable .selectable-selected:hover ins.jstree-icon {
    background-image: url(../images/jquery/CIM_icon_sprite.png)
}

#dashboard-project-tree a .jstree-icon {
    width: 11px
}

#vakata-contextmenu {
    -moz-box-shadow: 2px 2px 4px 0 #535b5e;
    -webkit-box-shadow: 2px 2px 4px 0 #535b5e;
    box-shadow: 2px 2px 4px 0 #535b5e
}

#vakata-contextmenu ul {
    background: #fff
}

#vakata-contextmenu ins {
    display: none
}

#vakata-contextmenu li:hover {
    background-color: #bccbd4
}

#vakata-contextmenu li.vakata-hover > a {
    background: #bccbd4
}

#vakata-contextmenu li a {
    color: #000
}

#vakata-contextmenu li a:hover {
    background-color: #bccbd4
}

#vakata-contextmenu li a.vakata-hover {
    background: #bccbd4
}

body > .simple-popup {
    position: absolute;
    z-index: 1;
    max-height: 300px;
    max-width: 300px;
    overflow-y: auto
}

#listbuilder-sheet .large-spinner-holder.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    opacity: .8;
    top: 0;
    left: 0
}

#config-upload-license {
    display: inline-block
}

#config-upload-license {
    width: 108px
}

#config-upload-license.ja {
    width: 168px
}

#config-bug-tracking-other-import {
    width: 88px
}

#config-bug-tracking-other-import.ja {
    width: 158px
}

#config-hierarchy-import {
    width: 85px
}

.cov-import-field {
    width: 68px;
    padding: 0
}

.cov-import-field.ja {
    width: 98px
}

.cov-import-field.ja.keytab {
    width: 50px
}

.cov-import-field input[type=file] {
    width: inherit;
    height: 26px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.cov-import-field input[type=file].cov-license-import-btn {
    left: 67px;
    width: 130px
}

.cov-import-field .cov-import-label {
    margin: 0 1em
}

.cov-import-field .cov-import-label:hover {
    cursor: pointer
}

.tooltip-dialog {
    width: 350px;
    background-color: #8A8A8A;
    color: #fff;
    display: none;
    padding: 14px 14px 0 14px;
    position: absolute;
    text-align: center;
    line-height: 15px;
    z-index: 100;
    border-radius: 6px
}

.tooltip-dialog.hidden-tip {
    padding: 14px;
    width: 185px;
    left: 20px
}

.tooltip-dialog.bubble-tip {
    height: 75px
}

.tooltip-dialog.bubble-tip:after {
    content: "";
    position: absolute;
    left: 330px;
    top: 89px;
    border: 6px solid;
    border-color: #8A8A8A transparent transparent #8A8A8A
}

.tooltip-dialog.bubble-tip.summary {
    text-align: left;
    height: 45px;
    width: 285px
}

.tooltip-dialog.bubble-tip.summary:after {
    left: 289px;
    top: 59px
}

.ui-widget-overlay {
    /*
     * Make dialogs pop by adding a nice radial gradient around them.
     */
    background: radial-gradient(#fff, #aaa);
    opacity: 0.75;
}

.no-close .ui-dialog-titlebar-close {
    /*
     * Allow dialogs to be marked as being uncloseable by the user.
     */
    display: none;
}