@import url("/style/custom/wsjg/menu.css?v6");

#v_innerheader.topheader {
    padding: 0;
    margin: 0;
    height: 72px;
}

.topheader header div,
.topheader header a,
.topheader header {
    white-space: initial;
}

.ssr-ac-container .ac-s-container {
    margin-top: 7px;
}

/* standard button color, background and text color*/
.button-color {
    border: 0 solid #fff;
    background-color: #1A237E;
    color: #fff;
}

/* disable button color, background and text color*/
.button-color:disabled {
    background-color: #999;
    color: #ccc;
}

/* highlighted button color */
button.highlight {
    background-color: #1A237E;
}

/* error message color*/
.error {
    color: darkred;
}

/* semi selected icon color, for example in the period control when some months from one year are selected */
.icon-color-low {
    color: #999;
}

/* default icon color */
.icon-color-reg {
    color: #1A237E;
}

/* selected icon color */
.icon-color-high {
    color: #1A237E;
}

/* delete icon color */
.icon-color-delete {
    color: red;
}

/* unselected viewtype icon color */
.viewtype-color-back {
    color: #1A237E;
}

/* selected viewtype icon color */
.viewtype-color-front {
    color: #1A237E;
}

/* left panel header color */
.header-color {
    background: #1A237E;
    color: #fff;
}

/* left panel icons li first elements */
.icon-color.high {
    color: #1A237E;
}

/* left panel icons li sub elements */
.icon-color {
    color: #000;
}

/* left panel icons new element */
.button-color.high {
    background-color: #E0F2F1;
    color: #000;
}

/* j-list icons active element */
.viewtype-color.high {
    color: #1A237E;
}

/* j-list icons in-active element */
.viewtype-color {
    color: #000;
}

/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
    background: #1A237E;
}
