/* MSIE <= 7 */
/* @import url("/package/content/theme_31/css/sp3-nonie.css") all; */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
:root {
    /* 
        topBg - Page top background
        1     - Title/nav/link text, button dark, etc (most used)
        2     - Selected nav items, text editor (possibly more)
        3     - Title backgrounds, button light (possibly more)
        4     - Sub-title backgrounds
        4/5   - Borders for class=toolbar/tab-view/btn-first (which appear unused)
        6     - Input borders (possibly more)
        7     - Bottom border of selected top nav button, item hover
        8     - Borders for class=action/image-cropper-canvas (which appear unused)
        9     - List headers/footers (possibly more)
    */
    --th-col-1: #06C;
    --th-col-2: #5D9BCE;
    --th-col-3: #5D9BCE;
    --th-col-4: #bccadb;
    --th-col-5: #049;
    --th-col-6: #999;
    --th-col-7: #B9D7EB;
    --th-col-8: #46749A;
    --th-col-9: #BCD0E9;
    --th-col-topBg: #FFF;
}

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
body {font:11px 'Lucida Grande',tahoma,verdana,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

html, body {
    font: 11px 'Lucida Grande',tahoma,verdana,arial,helvetica,clean,sans-serif;
    color:#000;
    background-color: #E9E9E9;
    line-height: 1.4em;
}

body.inline {
  background-color: #FFF;
}

/* Block Tags */
h1 {
    font-size: 18px;
    font-weight: bold;
}

h2 {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

h4, h5, h6 {
    font-weight: bold;
}

p {
    margin: 0 0 1em 0;
}

ol {
    line-height: 1.4em;
}

ul {
    line-height: 1.4em;
}

li {
    line-height: 1.4em;
}

address {
}

blockquote {
}

pre {
}

hr {
    display: none;
}


/* Inline Tags */
a {
    color: #06C; color: var(--th-col-1); /* Theme Color 1 */
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #333;
}

cite, em, q, i {
}

strong, b {
    font-weight: bold;
}

kbd, samp, var, code, dfn {
    font-family: Courier, monospace;
}

abbr, acronym {
}


/* Table Tags */


/* Form Tags */
label {
    font-weight: bold;
    /*width: 150px;*/
    display: block;
    text-align: right;
    float: left;
    clear: both;
    padding: 3px 10px 3px 0;
}

input, textarea, select[multiple=multiple] {
    font: 11px 'Lucida Grande',tahoma,verdana,arial,helvetica,clean,sans-serif;
    background: #FFF url(../images/input-bg.png) no-repeat left top;
    border: 1px #999 solid; border: 1px var(--th-col-6) solid; /* Theme Color 6 */
    padding: 3px;
}

input[type=checkbox], input[type=radio], input.file {
    font: 11px 'Lucida Grande',tahoma,verdana,arial,helvetica,clean,sans-serif;
    background-image: none;
    border-width: 0px;
    vertical-align: bottom;
    width: auto;
}

select {
    font: 11px 'Lucida Grande',tahoma,verdana,arial,helvetica,clean,sans-serif;
    background: #FFF url(../images/input-bg.png) no-repeat left top;
    border: 1px #999 solid; border: 1px var(--th-col-6) solid; /* Theme Color 6 */
    padding: 1px;
}

/* Layout */
#container {
    position: relative;
    width: 100%;
    min-width: 990px;
}

#top {
    height: 75px;
    overflow: hidden;
    background-color: #FFF; background-color: var(--th-col-topBg);
}

#header {
    width: 200px;
    height: 75px;
    overflow: hidden;
    float: left;
    background: transparent url(/local/content/media/img_wholesalerLogo.gif) no-repeat center center; /* Theme Image */
}

#header a {
    width: 200px;
    height: 75px;
    display: block;
    text-indent: -24000px;
}

#menuBox {
    padding-top: 3px;
    padding-left: 1px;
    padding-right: 1px;
    position: absolute;
    bottom: 0;
    left: 200px;
}

#menu {
    line-height: 22px;
    height: 25px;
    float: left;
}

#menu li {
    line-height: 24px;
    margin-left: 2px;
    margin-right: 2px;
    float: left;
    border-bottom: 1px #F2F2F2 solid;
}

#menu li a {
    font-weight: bold;
    text-shadow: #FFF 1px 1px 1px;
    padding: 0 20px;
    background: #D6D6D6 url(../images/menu-bg.png) repeat-x left top;
    border-top: 1px #F2F2F2 solid;
    border-right: 1px #DDD solid;
    border-left: 1px #F2F2F2 solid;
    display: block;
}

#menu li.act a {
    color: #000;
    background-color: #5D9BCE; background-color: var(--th-col-2); /* Theme Color 2 */
}

#menu li.act {
    border-bottom: 1px #B9D7EB solid; border-bottom: 1px var(--th-col-7) solid; /* Theme Color 7 */
}

#content-container {
    padding-left: 200px;
    /*padding-left: 15px;*/
    background-color: #E9E9E9;
}

#content-container.sidebar-closed {
    padding-left: 16px; /* IE: 15px */
}

#content-container.full {
    padding-left: 0;
}

#title {
    height: 39px;
    background: #5D9BCE url(../images/title-bg.png) repeat-x left top; background: var(--th-col-3) url(../images/title-bg.png) repeat-x left top; /*  Theme color 3  */
    border-bottom: 1px #5D9BCE solid; border-bottom: 1px var(--th-col-3) solid; /* Theme color 3 */
    border-left: 1px #E9E9E9 solid;
}

#title h1 {
  color: #FFF;
  font-size: 14px;
    line-height: 40px;
    margin: 0 25px;
    overflow: hidden;
}

#content-container.sidebar-closed #title h1 {
    margin: 0 25px;
    overflow: hidden;
}


#sidebar {
    position: absolute;
    top: 75px;
    left: 0;
    width: 199px; /* IE: 200px */
    border-right: 1px #B2B2B2 solid;
    padding-bottom: 150px;
    background: #E9E9E9 url(../images/sidebar-bg.gif) repeat-x left top;
    overflow: hidden;
}

#sidebar.hidden {
    width: 15px; /* IE: 16px */
}

#sidebar ul {
    line-height: 1.4em;
    padding: 10px 0 15px 15px;
    background-color: #E9E9E9;
    border-top: #FFF 1px solid;
    border-bottom: #CCC 1px solid;
    width: 100%;
}

#sidebar ul li {
    padding: 0;
    font-weight: bold;
    line-height: 1.4em;
    margin: 5px 0;
    background-color: transparent;
    border-width: 0;
}

#sidebar ul li span, #sidebar ul li a {
    padding: 3px 20px 4px 10px;
    display: block;
}

#sidebar ul li.act {
}

#sidebar ul li.act a {
    color: #FFF;
    background-color: #5D9BCE; background-color: var(--th-col-2); /* Theme Color 2 */
    font-weight: bold;
}

#sidebar ul ul {
    padding: 0;
    border-top: #CCC 0 solid;
    border-bottom: #CCC 0 solid;
}

#sidebar ul ul li {
    font-weight: normal;
    text-shadow: none;
}

#sidebar ul ul ul {
    margin: 0;
    font-weight: normal;
}

#sidebar ul ul ul li a {
    padding-left: 20px;
}

#livesearchresult {
    position: absolute;
    z-index: 9999;
    background-color: #E9E9E9;
    top: inherit;
}

#livesearchresult h1 {

}

#livesearchresult ul {

}

#livesearchresult ul li {

}



#sidebar a.toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 40px;
    display: block;
    cursor: pointer;
    text-indent: -24000px;
    border-left: 1px #FFF solid;
    background: transparent url(../images/sidebar-toggle-bg.png) no-repeat left center;

  display: none; /* Remove if toggle is enabled */
}

#sidebar.hidden a.toggle {
    background-position: right center;
}

#sidebar a.toggle:hover {
    background-color: #CCC;
}

#quick-search {
    height: 23px;
    margin: 0;
    padding: 10px 15px;
}

#quick-search input {
    width: 100px;
    height: 23px;
    vertical-align: top;
    background-color: white;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
	border-right-width: 0;
    padding: 3px 5px;
}

#quick-search form {
    position: relative;
}

#quick-search input.empty {
    color: #666;
}

#quick-search .quick-search-input {
    position: absolute;
    right: 0;
}

#quick-search input.quick-search-submit {
    width: 25px;
    height: 23px;

    background: url(../images/search.png) no-repeat center center, linear-gradient(#5D9BCE, #06C); background: url(../images/search.png) no-repeat center center, linear-gradient(var(--th-col-3), var(--th-col-1)); /* Theme color 3>1 */
	background-size: contain;
	
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.1s;
}

    #quick-search input.quick-search-submit:hover {
        opacity: 1;
    }

    #quick-search input.quick-search-submit:active {
        background: url(../images/search.png) no-repeat center center, linear-gradient(#06C, #5D9BCE); background: url(../images/search.png) no-repeat center center, linear-gradient(var(--th-col-1), var(--th-col-3)); /* Theme color 1>3 */
        background-size: contain;
        transform: translateX(1px) translateY(1px);
    }

#quick-search .history-btn {
    position: absolute;
    left: 0;
}

input::-ms-clear, input::-ms-reveal {
    border: 1px #C00 solid;
}

.history-btn {
    width: 35px;
    height: 23px;

    background: url(../images/history.png) no-repeat center center, linear-gradient(#5D9BCE, #06C); background: url(../images/history.png) no-repeat center center, linear-gradient(var(--th-col-3), var(--th-col-1)); /* Theme color 3>1 */
	background-size: contain;
	
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.1s;
}

    .history-btn:hover {
        opacity: 1;
    }

    .history-btn:active {
        background: url(../images/history.png) no-repeat center center, linear-gradient(#06C, #5D9BCE); background: url(../images/history.png) no-repeat center center, linear-gradient(var(--th-col-1), var(--th-col-3)); /* Theme color 1>3 */
        background-size: contain;
        transform: translateX(1px) translateY(1px);
    }

.masquerading a {
  color: #FFF;
  background-color: #C00;
  font-weight: bold;
  padding-left: 7px;
  padding-right: 7px;
}

/*.not-masquerading {

}*/

#masquerade-selector form {
  margin: 0;
  padding: 0;
}

#masquerade-selector select {
  max-width: 250px;
}

#sidebar.hidden ul, #sidebar.hidden #quick-search, #sidebar.hidden div.copyright  {
    display: none;
}

#service-menu {
  position: absolute;
    top: 0;
    right: 25px;
    height: 25px;
    padding: 0 7px;
    line-height: 25px;
    overflow: hidden;
    background-color: #E9E9E9;
}

#service-menu li {
  line-height: 25px;
    margin: 0 7px;
    float: left;
}

#service-menu li a {
    display: block;
}

#service-menu li.act a {
    color: #333;
}

#footer {
    line-height: 25px;
    clear: both;
    padding: 10px 25px 10px;
    /*border-top: 1px #B2B2B2 solid;*/

    display: none;
}

#sidebar div.copyright {
    position: absolute;
    bottom: 0;
    font-size: 9px;
    padding: 75px 25px 25px 25px;
    text-align: center;
    background: transparent url(../images/sprint3-logo.png) no-repeat center 15px;
}


#footer div.copyright {
    bottom: 0;
    font-size: 9px;
    padding: 75px 25px 25px 25px;
    text-align: center;
    background: transparent url(../images/sprint3-logo.png) no-repeat center 15px;
}

/* Components */
#text-content {
    width: 100%;
    background-color: #FFF;

/*  min-height: 800px;*/
}

#component {
    width: 100%;
    background-color: #FFF;

/*  min-height: 800px;*/
}

#form-component {
    width: 100%;
    background-color: #FFF;

/*  min-height: 800px;*/
}

#component .remote {
}

#component .remote.loading {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: progress;
}

table.data {
    width: 100%;
    border-width: 0;
    border-top: 1px #D3D3D3 solid;
    clear: both;
    table-layout: fixed;
}

table.data tbody tr td {
    padding: 6px;
    line-height: 1.4em;
    border-width: 0;
    border-left: 1px #D3D3D3 solid;
}

table.data tbody tr.odd {
    background-color: #E7EDF6;
}

table.data tbody tr.marked {
    background-color: #3875D7;
}

table.data tbody tr:hover, table.data tbody tr.hover {
    background-color: #C2D8F2;
}

table.data tbody tr.marked:hover, table.data tbody tr.marked-hover {
    background-color: #739EE3;
}

table.data thead tr th {
    font-weight: bold;
    line-height: 15px;
    border-width: 0;
    border-left: 1px #D3D3D3 solid;
    border-bottom: 1px #D3D3D3 solid;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.data thead tr th a {
    padding: 5px 30px 5px 6px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.data thead tr th div {
    line-height: 15px;
    padding: 5px 30px 5px 6px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.data thead tr th a.asc {
    background: #E9E9E9 url(../images/th-sort-bg.png) no-repeat right 0px;
}

table.data thead tr th a.desc {
    background: #E9E9E9 url(../images/th-sort-bg.png) no-repeat right -25px;
}

table.data thead tr th a.asc:hover {
    background-position: right -50px;
}

table.data thead tr th a.desc:hover {
    background-position: right -75px;
}

table.data td input {
    width: 98%;
    padding: 1px;
}

table.data td:first-child, table.data th:first-child {
    border-left: 0px #D3D3D3 solid;
}

table.data .comment {
    width: 25px;
    text-align: center;
    padding: 0;
}

table.data .info {
    width: 25px;
    text-align: center;
    padding: 0;
}

table.data .info a {
    display: block;
    width: 25px;
    text-indent: -24000px;
    line-height: 25px;
    background: transparent url(../images/icons.png) no-repeat center -50px;
}

/*table.data .info + td, table.data .info + th {
    border-left: 0px #D3D3D3 solid;
}*/

table.data .marker {
    width: 25px;
    text-align: center;
}

body.js table.data .marker {
    border-left: 0px #D3D3D3 solid;
}

body.js table.data .marker input {
    display: none;
}

div.window input, div.window textarea {
    width: 98%;
}

div.window input[type=checkbox], input[type=radio], input.file {
    width: auto;
}

form fieldset {
    padding: 10px;
    border-bottom: 1px #D3D3D3 solid;
    clear: both;
}

form fieldset.no-border {
    border-bottom: none;
}

form fieldset.no-border div.buttons {
    margin-left: 20%;
    padding-left: 0px;
    border: none;
}

form fieldset label {
    width: 20%;
}

form fieldset input, form fieldset textarea, form fieldset select,
div.window form fieldset input, div.window form fieldset textarea, div.window form fieldset select
{
    width: 55%;
    float: left;
    vertical-align: middle;
}

form span.value {
    width: 55%;
    float: left;
    padding: 3px 10px 3px 0;
}

form fieldset div.multi-select {
    width: 55%;
    float: left;
    border: none;
    clear: none;
}


form fieldset div.multi-select .buttons {
    border: none;
    clear: none;
}

.multi-select {

}

.multi-select select {
    width: 40%;
    float: left;
    height: 125px;
}


.multi-select .buttons {
    width: 15%;
    float: left;
    text-align: center;
}

.multi-select .buttons button {
    width: 90%;
    margin: 5px auto 10px auto;
    display: block;
}




form fieldset select, div.window form fieldset select {
    float: left;
    vertical-align: middle;
}

span.inline {
    display: block;
    text-align: right;
    float: left;
    padding: 3px 10px 3px 0;
}

span.inline input {
    float: none;
    vertical-align: middle;
}

span.inline label {
    font-weight: normal;
    display: inline;
    text-align: left;
    padding: 3px 5px 3px 3px;
    float: none;
}

form fieldset span.description {
    color: #999;
    width: 20%;
    display: block;
    float: right;
}

form h1, form h2, form h3, form h4, form h5, form h6 {
    font-size: 11px;
    border-bottom: 1px #D3D3D3 solid;
    background-color: #E9E9E9;
    padding: 5px 25px;
    background: #E9E9E9 url(../images/form-h-bg.gif) no-repeat 5px center;
}

form h1.open, form h2.open, form h3.open, form h4.open, form h5.open, form h6.open {
    background-image: url(../images/form-h-open-bg.gif);
}


/* Allgemeine Klassen */
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.notice, .confirmation, .error {
    position: relative;
    display: block;
    font: 11px 'Lucida Grande',tahoma,verdana,arial,helvetica,clean,sans-serif;
}

.notice p, .confirmation p, .error p {
    font: 11px 'Lucida Grande',tahoma,verdana,arial,helvetica,clean,sans-serif;
    text-align: center;
    margin: 6px 35px;
}

.notice a.close, .confirmation a.close, .error a.close {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 15px;
    height: 15px;
    display: block;
    text-indent: -24000px;
    background: transparent url(../images/msgs-close.png) no-repeat center center;
}

.draggable_handle a.close {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 15px;
    height: 15px;
    display: block;
    text-indent: -24000px;
    background: transparent url(../images/msgs-close-white.png) no-repeat center center;
}

.notice {
    background-color: #FFFFCC;
    border: 1px #FF6 solid;
}

.notice a.close {
    border: 1px #FF6 solid;
}

.confirmation {
    background-color: #DDFFDD;
    border: 1px #9F9 solid;
}

.confirmation a.close {
    border: 1px #9F9 solid;
}

.error {
    background-color: #FFDDDD;
    border: 1px #FF9999 solid;
}

.error a.close {
    border: 1px #F99 solid;
}

.disabled a {
    opacity: 0.5;
    filter:Alpha(opacity=50);
    cursor: default;
}

input.center {
    text-align: center;
}class=

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.small {
    color: #7C7C7C;
}

/* Actions */
.action {
    color: #FFF;
    text-shadow: #333 -1px -1px 1px;
    padding: 10px 25px;
    border-top: 1px #E9E9E9 solid;
    border-left: 1px #E9E9E9 solid;
    border-bottom: 1px #46749A solid; border-bottom: 1px var(--th-col-8) solid; /* Theme Color 8 */
    background: #5D9BCE url(../images/action-bg.png) repeat-x center top; background: var(--th-col-3) url(../images/action-bg.png) repeat-x center top; /* Theme Color 3 */
}

.action a {
    color: #DDD;
}

.action a:hover {
    color: #FFF;
}

/* Toolbars */
.toolbar {
    position: relative;
    line-height: 23px;
    text-shadow: #333 -1px -1px 1px;
    color: #FFF;
    padding: 1px 0;
    height: 23px;
    border-top: 1px #bccadb solid; border-top: 1px var(--th-col-4) solid; /* Theme Color 4 */
    border-bottom: 1px #049 solid; border-bottom: 1px var(--th-col-5) solid; /* Theme Color 5 */
    background: #06C url(../images/toolbar-bg.png) repeat-x center top; background: var(--th-col-1) url(../images/toolbar-bg.png) repeat-x center top; /* Theme Color 1 */
    overflow: hidden;
}

.toolbar a {
    color: #DDD;
}

.toolbar a:hover {
    color: #FFF;
}

.toolbar ul.menu {
    /*position: absolute;*/
    top: 1px;
    left: 0;
    line-height: 23px;
    border-right: 1px #bccadb solid; border-right: 1px var(--th-col-4) solid; /* Theme Color 4 */
}

.toolbar ul.paging {
    /*position: relative;*/
    /*top: 1px;*/
    /*left: 27px;*/
    /*border-left: 1px var(--th-col-5) solid;*/ /* Theme Color 5 */
    border-right: 1px #bccadb solid; border-right: 1px var(--th-col-4) solid; /* Theme Color 4 */
}

.toolbar ul.menu li, .toolbar ul.paging li {
    line-height: 23px;
    float: left;
}

.toolbar ul.paging .info {
    padding: 0 10px;
    border-left: 1px #bccadb solid; border-left: 1px var(--th-col-4) solid; /* Theme Color 4 */
    border-right: 1px #049 solid; border-right: 1px var(--th-col-5) solid; /* Theme Color 5 */
    display: block;
}

.toolbar ul.paging .info input {
  /*color: #FFF;*/
    width: 2.5em;
    text-align: center;
  /*background-color: var(--th-col-1);*/ /* Theme Color 1 */
  /*border: 1px var(--th-col-4) solid;*/ /* Theme Color 4 */
    border: 1px #049 solid; border: 1px var(--th-col-5) solid; /* Theme Color 5 */
    padding: 1px;
}

.quick-menu {
    margin: 0 25px 0 0;
    float: right;
}

.sidebar-anchor {
    display: none;
}

.btn-first, .btn-last, .btn-menu, .btn-next, .btn-prev, .btn-add {
    width: 25px;
    height: 23px;
    display: block;
    text-indent: -24000px;
    border-left: 1px #bccadb solid; border-left: 1px var(--th-col-4) solid; /* Theme Color 4 */
    border-right: 1px #049 solid; border-right: 1px var(--th-col-5) solid; /* Theme Color 5 */
    background-image: url(../images/btns.png);
    background-repeat: no-repeat;
}

.btn-first:hover, .btn-last:hover, .btn-menu:hover, .btn-next:hover, .btn-prev:hover, .btn-add:hover,
.btn-first.act, .btn-last.act, .btn-menu.act, .btn-next.act, .btn-prev.act, .btn-add.act {
    border-left: 1px #06C solid; border-left: 1px var(--th-col-1) solid; /* Theme Color 1 */
    background-color: #06C; background-color: var(--th-col-1); /* Theme Color 1 */
}

.disabled .btn-first:hover, .disabled .btn-last:hover, .disabled .btn-menu:hover, .disabled .btn-next:hover, .disabled .btn-prev:hover, .disabled .btn-add:hover {
    border-left: 1px #bccadb solid; border-left: 1px var(--th-col-4) solid; /* Theme Color 4 */
    background-color: transparent; /* Theme Color 1 ?? */
}

.btn-first {
    background-position: 0px center;
}

.btn-last {
    background-position: -25px center;
}

.btn-menu {
    background-position: -50px center;
}

.btn-next {
    background-position: -75px center;
}

.btn-prev {
    background-position: -100px center;
}

.btn-add {
    background-position: -125px center;
}

.icon-close, .icon-error, .icon-info, .icon-notice, .icon-ok, .icon-save, .icon-doc, .icon-link, .icon-comment-create, .icon-comment-edit {
  height: 25px;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
}

.disabled .icon-close:hover, .disabled .icon-error:hover, .disabled .icon-info:hover, .disabled .icon-notice:hover, .disabled .icon-ok:hover, .disabled .icon-save:hover, .disabled .icon-doc:hover, .disabled .icon-link:hover, .disabled .icon-comment-create:hover, .disabled .icon-comment-edit:hover {
  background-image: url(../images/icons-disabled.png);
}

.icon-close {
    background-position: left 0px;
}

.icon-error {
    background-position: left -25px;
}

.icon-info {
    background-position: left -50px;
}

.icon-notice {
    background-position: left -75px;
}

.icon-ok {
    background-position: left -150px;
}

.icon-save {
    background-position: left -175px;
}

.icon-save {
    background-position: left -175px;
}

.icon-doc {
    background-position: left -200px;
}

.icon-link {
    background-position: left -225px;
}

.icon-comment-create {
    background-position: left -250px;
}

.icon-comment-edit {
    background-position: left -275px;
}

a.icon-doc {
    height: 16px;
    width: 25px;
    display: block;
    text-indent: -24000px;
  background-position: left -204px;
}

a.icon-link {
    height: 16px;
    width: 25px;
    display: block;
    text-indent: -24000px;
    background-position: left -229px;
}

a.icon-comment-create {
    height: 16px;
    width: 25px;
    display: block;
    text-indent: -24000px;
  background-position: left -254px;
}

a.icon-comment-edit {
    height: 16px;
    width: 25px;
    display: block;
    text-indent: -24000px;
    background-position: left -279px;
}


button {
    background: transparent url(../images/button.png) no-repeat scroll right top;
    border: 0 none;
    color: #06C; color: var(--th-col-1); /* Theme Color 1 */
    cursor: pointer;
    font: 11px 'Lucida Grande',tahoma,verdana,arial,helvetica,clean,sans-serif;
    font-weight:bold;
    width: auto;
    height: 20px;
    margin: 0 6px;
    outline-color: -moz-use-text-color !important;
    outline-style: none !important;
    outline-width: medium !important;
    overflow: hidden;
    padding: 0 15px 0 0 !important;
    text-shadow: #FFF 1px 1px 1px;
    text-decoration: none;
    overflow: visible;
}


button::-moz-focus-inner {
    border: none;
}

button span {
    height: 20px;
    background: transparent url(../images/button-span.png) no-repeat scroll left top;
    display: block;
    line-height: 20px;
    white-space: nowrap;
    outline-color:-moz-use-text-color !important;
    outline-style:none !important;
    outline-width:medium !important;
    padding: 0 0 0 15px !important;
}

button.arrow-left {
    font-weight: normal;
    padding: 0 10px 0 0 !important;
}

button.arrow-left span {
    background-image: url(../images/button-arrow-left-span.png);
    overflow: hidden;
    padding: 0 0 0 20px !important;
}

button.arrow-right {
    font-weight: normal;
    background-image: url(../images/button-arrow-right.png);
    padding: 0 20px 0 0 !important;
}

button.arrow-right span {
    overflow: hidden;
    padding: 0 0 0 10px !important;
}

button:hover {
    background-position: right bottom;
}

button:hover span {
    background-position: left bottom;
}

button.second {
    color: #808080;
}

div.window {
    position: fixed;
    z-index: 99;
}

div.window .t-l {
    height: 5px;
    padding: 0 0 0 5px;
    background: transparent url(../images/shadow-t-l.png) no-repeat left top;
}

div.window .t-r {
    height: 5px;
    padding: 0 5px 0 0;
    background: transparent url(../images/shadow-t-r.png) no-repeat right top;
}

div.window .m-l {
    padding: 0 0 0 5px;
    background: transparent url(../images/shadow-m.png) repeat-y left center;
}

div.window .m-r {
    padding: 0 5px 0 0;
    background: transparent url(../images/shadow-m.png) repeat-y right center;
}

div.window .b-l {
    height: 5px;
    padding: 0 0 0 5px;
    background: transparent url(../images/shadow-b-l.png) no-repeat left bottom;
}

div.window .b-r {
    height: 5px;
    padding: 0 5px 0 0;
    background: transparent url(../images/shadow-b-r.png) no-repeat right bottom;
}

div.window .content {
  position: relative;
    border: 1px #7C7C7C solid;
    padding: 15px 10px 10px 10px;
    background-color: #FFF;
    width: 365px;
    /*max-height: 600px;*/
    overflow: hidden;
}

div.window .remote {
    width: 360px;
    padding: 0;
    overflow: auto;
}

div.window .close {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 25px;
    height: 25px;
    display: block;
    text-indent: -24000px;
    line-height: 25px;
    cursor: pointer;
}

div.handle-l {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: transparent url(../images/shadow-handle-l.png) no-repeat left center;
}

div.handle-r {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: transparent url(../images/shadow-handle-r.png) no-repeat right center;
}

div.handle-t {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #C00 url(../images/shadow-handle-t.png) no-repeat left center;
}

div.handle-b {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #0C0 url(../images/shadow-handle-b.png) no-repeat right center;
}

div.window h4.title {
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    border-top: 1px #7C7C7C solid;
    border-left: 1px #7C7C7C solid;
    border-right: 1px #7C7C7C solid;
    padding: 0 25px 0 10px;
    background: #FFF url(../images/modal-title-bg.png) repeat-x center bottom;
}

h4.title span {
    padding: 0 0 0 27px;
    margin-left: 0;
    height: 25px;
    line-height: 25px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.loading .content {
    min-height: 75px;
    background-image: url(../images/loading-small.gif);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: progress;
}

div.window-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    opacity: 0;
    filter:Alpha(opacity=0);
    cursor: default;
}

div.window div.buttons {
    clear: both;
    padding: 5px 0;
    text-align: left;
    border-width: 0px;
}

div.window div.buttons button {
    margin-left: 0px;
}

#login-window.window {
    position: relative;
    width: 400px;
    margin: 0 50px 0 0;
}

#login-window.window .content {
    width: 368px;
}


/* Floater */
div.floater {
    position: fixed;
    top: 0;
    left: 0;
}

div.floater .t-l {
    height: 50px;
    padding: 0 0 0 50px;
    background: transparent url(../images/floater-t-l.png) no-repeat left top;
}

div.floater .t-r {
    height: 50px;
    padding: 0 50px 0 0;
    background: transparent url(../images/floater-t-r.png) no-repeat right top;
}

div.floater .m-l {
    padding: 0 0 0 50px;
    background: transparent url(../images/floater-m-l.png) repeat-y left center;
}

div.floater .m-r {
    padding: 0 50px 0 0;
    background: transparent url(../images/floater-m-r.png) repeat-y right center;
}

div.floater .b-l {
    height: 50px;
    padding: 0 0 0 50px;
    background: transparent url(../images/floater-b-l.png) no-repeat left bottom;
}

div.floater .b-r {
    height: 50px;
    padding: 0 50px 0 0;
    background: transparent url(../images/floater-b-r.png) no-repeat right bottom;
}

div.floater .content {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    color: #FFF;
    text-shadow: #000 2px 2px 3px;
    width: 350px;
    /*max-height: 500px;*/
    padding: 0;
    margin: 0;
    background: transparent url(../images/floater-content.png) repeat center center;
}

div.floater h4.title {
    font-size: 20px;
    color: #FFF;
    text-shadow: #000 2px 2px 3px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0 0 1em 0;
    background: transparent url(../images/floater-content.png) repeat center center;
}

div.floater .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
    display: block;
    text-indent: -24000px;
    line-height: 20px;
    cursor: pointer;
    background: transparent url(../images/icons.png) no-repeat center 0;
}

div.floater .content ul li {
    line-height: 1.4em;
    padding: 0 0 0.5em 0;
}

div.floater-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    opacity: 0;
    filter:Alpha(opacity=0);
    cursor: default;
}


/* menu-window */
div.menu-window {
    position: absolute;
    top: 0;
    left: 0;
}

div.menu-window .t-l {
    height: 30px;
    padding: 0 0 0 60px;
    background: transparent url(../images/menu-window-t-l.png) no-repeat left top;
}

div.menu-window .t-r {
    height: 30px;
    padding: 0 30px 0 0;
    background: transparent url(../images/menu-window-t-r.png) no-repeat right top;
}

div.menu-window .m-l {
    padding: 0 0 0 30px;
    background: transparent url(../images/menu-window-m-l.png) repeat-y left top;
}

div.menu-window .m-r {
    padding: 0 30px 0 0;
    background: transparent url(../images/menu-window-m-r.png) repeat-y right top;
}

div.menu-window .b-l {
    height: 30px;
    padding: 0 0 0 60px;
    background: transparent url(../images/menu-window-b-l.png) no-repeat left bottom;
}

div.menu-window .b-r {
    height: 30px;
    padding: 0 30px 0 0;
    background: transparent url(../images/menu-window-b-r.png) no-repeat right bottom;
}

div.menu-window .content {
    width: 250px;
    padding: 3px 0 5px 0;
    margin: 0;
    background-color: #F2F2F2;
    border-left: #FFF 1px solid;
    border-top: #FFF 1px solid;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
}

div.menu-window h4.title {
    display: none;
}

div.menu-window .close {
    display: none;
}

div.menu-window .content ul {
    list-style-type: none;
}

div.menu-window .content ul li {
    line-height: 1.4em;
}

div.menu-window .content ul li.section {
    border-top: #CCC 1px solid;
}

div.menu-window .content ul li.section a {
    border-top: #FFF 1px solid;
}


div.menu-window .content ul li a {
    color: #000;
    width: 210px;
    padding: 3px 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.menu-window .content ul li:hover {
    color: #FFF;
    background-color: #06C; background-color: var(--th-col-1); /* Theme color 1 */
}

div.menu-window .content ul li:hover a {
    color: #FFF;
}

div.menu-window-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    opacity: 0;
    filter:Alpha(opacity=0);
    cursor: default;
}



/* TabView */
div.tab-view ul.tabs {
    background-color: #FFF;
    height: 20px;
    padding-top: 5px;
    overflow: hidden;
}

div.tab-view ul.tabs li {
    font-weight: bold;
    margin-left: 5px;
    float: left;
}

div.tab-view ul.tabs li a {
    line-height: 18px;
    text-shadow: #FFF 1px 1px 1px;
    padding: 0 10px 1px 10px;
    background: #D6D6D6 url(../images/menu-bg.png) repeat-x left top;
    border-top: 1px #F2F2F2 solid;
    border-left: 1px #F2F2F2 solid;
    border-right: 1px #D0D0D0 solid;
    display: block;
}

div.tab-view ul.tabs li.act a {
    color: #FFF;
    border-top: 1px #bccadb solid; border-top: 1px var(--th-col-4) solid; /* Theme Color 4 */
    border-left: 1px #bccadb solid; border-left: 1px var(--th-col-4) solid; /* Theme Color 4 */
    border-right: 1px #049 solid; border-right: 1px var(--th-col-5) solid; /* Theme Color 5 */
    text-shadow: #333 -1px -1px 1px;
    background: #06C url(../images/toolbar-bg.png) repeat-x center top; background: var(--th-col-1) url(../images/toolbar-bg.png) repeat-x center top; /* Theme Color 1 */
}

div.tab-view .content {
    width: auto;
    height: auto;
    overflow: auto;
    border-width: 0px;
    padding: 0;
    border-top: 1px #06C solid; border-top: 1px var(--th-col-1) solid; /* Theme Color 1 */
}


/* ThumbnailsView */
div.thumbnails-view {
    padding: 10px;
}

div.thumbnails-view ul.thumbnails {
    padding: 0;
    overflow: hidden;
}

div.thumbnails-view ul.thumbnails li {
  line-height: 0px;
    margin: 0 7px 7px 0;
    float: left;
}

div.thumbnails-view ul.thumbnails li a {
    display: block;
    padding: 0;
    margin: 0;
}

div.thumbnails-view ul.thumbnails li.act a {
    opacity: 0.5;
    filter:Alpha(opacity=50);
}

div.thumbnails-view ul.thumbnails li.loading {
    background-image: url(../images/loading-small.gif);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: progress;
}

div.thumbnails-view ul.thumbnails li.loading a img {
    opacity: 0.25;
    filter:Alpha(opacity=25);
}

.thumbnail {
    display: inline-block;
}

div.stacked-list-view {
    padding: 10px;
}

div.stacked-list-view .item {
    margin: 0 0 1em 0;
    border-bottom: 1px #7C7C7C solid;
}

div.stacked-list-view .item:last-child {
    border-bottom: 0px #7C7C7C solid;
}

div.text-view {
 padding: 20px;
}

.window div.text-view {
 padding: 10px;
}

div.text-view .image {
    background-color: #E9E9E9;
    padding: 5px;
}

div.text-view .left {
    margin: 0 20px 20px 0;
}

div.text-view .right {
    margin: 0 0 20px 20px;
}

div.text-view .image .caption {
    text-align: left;
    padding: 5px;
}

div.loading-blocker {
    position: absolute;
    background: #FFF url(../images/loading.gif) no-repeat center center;
    opacity: 0.75;
    filter:Alpha(opacity=75);
    cursor: progress;
}

/* ImageCropper */
.image-cropper-container {
    position: relative;
    float: left;
    width: 200px;
}

.image-cropper-canvas {
    position: relative;
    border: 1px #46749A solid; border: 1px var(--th-col-8) solid; /* Theme Color 8 */
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.image-cropper-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    z-index: 10;
    background: transparent url(../images/image-cropper-overlay.png) no-repeat center center;
    cursor: move;
}

.image-cropper-slider {
    position: relative;
    height: 25px;
    margin: 5px 0;
    padding: 0 30px 0 25px;
    background: transparent url(../images/image-cropper-slider.gif) no-repeat center center;
}

.image-cropper-slider .slider {
    position: relative;
    height: 5px;
    width: 145px;
    margin: 0;
}

.image-cropper-slider div.handle {
    position: absolute;
    top: 5px;
    left: 25px;
    width: 15px;
    height: 15px;
    background: transparent url(../images/image-cropper-slider-handle.png) no-repeat center center;
    cursor: move;
}

.image-cropper-image {
    width: 200px;
    height: 200px;
    cursor: move;
}

.image-cropper-image img {
    position: absolute;
}


/* Tree */
.tree {
    padding: 0 0 15px 0;
    float: left;
}

@media screen and (max-device-width: 1024px) {
    .tree {
        max-height: 99%;
    }

    .data-tree .tree {
        width: 300px !important;
    }
}

.tree .menu {
    min-width: 175px;
    padding: 5px;
    margin: 0 0 10px 0;
    background-color: #E9E9E9;
    border-top: #FFF 1px solid;
    border-left: #FFF 1px solid;
    border-bottom: #CCC 1px solid;
}

.tree .menu span {
    float: left;
    margin-left: 10px;
}

.tree ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
    overflow: hidden;
}

.tree ul li ul {
    margin: 0 0 0 17px;
}

.tree ul li {
    font-size: 11px;
    margin: 0;
    padding: 0 0 0 17px;
    clear: both;
    background: transparent url(../images/tree/tree-4.gif) no-repeat left top;
    white-space: nowrap;
    overflow: hidden;
}

.tree ul li.ns {
    background: transparent url(../images/tree/tree-3.gif) no-repeat left top;
}

.tree ul li.c {
    padding: 0;
    background: transparent url(../images/tree/tree-2.gif) no-repeat left top;
}

.tree ul li.nsc {
    padding: 0;
    background: transparent url(../images/tree/tree-1.gif) no-repeat left top;
}

.tree ul li.c.open {
    background: transparent url(../images/tree/tree-6.gif) no-repeat left top;
}

.tree ul li.nsc.open {
    background: transparent url(../images/tree/tree-5.gif) no-repeat left top;
}

.tree ul li a, .tree ul li.close a {
    color: #000;
    height: 22px;
    line-height: 22px;
    padding: 5px 5px 5px 27px;
    background: #FFF url(../images/tree/icons.png) no-repeat 5px top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tree ul li.open a.open {
    background-position: 5px -50px;
}

.tree ul li.act {
    border-width: 0px;
}

.tree ul li.act a.act {
    color: #06C; color: var(--th-col-1); /* Theme color 1 */
    background-position: 5px -25px;
    border-width: 0px;

    background-color: #F2F2F2;
}

.tree ul li.root a.root {
    margin-left: 15px;
    background-position: 5px -50px;
}

.tree ul li.root {
    background-image: none;
}

.tree ul li.c span, .tree ul li.nsc span {
    height: 22px;
    width: 17px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    float: left;
    cursor: pointer;
}

.data-tree {
	position: relative;
    background-color: #FFF;
    -webkit-overflow-scrolling: touch;
}

.data-tree .tree {
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.data-tree .handle {
    position: absolute;
    width: 5px;
    height: 500px;
    float: left;
    border-left: 1px #B2B2B2 solid;
    border-right: 1px #B2B2B2 solid;
    background: #E9E9E9 url(../images/col-resize-handle-bg.gif) no-repeat center center;
    cursor: col-resize;
	z-index: 100;
}

.data-tree .content {
	position: absolute;
	left: 0;
	top: 0;
    padding: 0;
    width: 100%;
    float: left;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

.data-tree .loading {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: progress;
}

.data-tree .content ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.data-tree .content ul li {
    float: left;
    margin: 10px 0 0 10px;
    border: 1px #B2B2B2 solid;
}

.data-tree .content ul li img {
    margin-bottom: 0.5em;
}

.data-tree .content ul li a {
    width: 125px;
    height: 125px;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.data-tree .content ul li a:hover {
    background-color: #B9D7EB; background-color: var(--th-col-7); /* Theme color 7 */
}

.catMenuContainer .catMenuSub li {
    break-inside: avoid;
}

.catMenuContainer .catMenuContent ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

    .catMenuContainer .catMenuContent ul li {
        float: left;
        margin: 10px 0 0 10px;
        border: 1px #B2B2B2 solid;
    }

        .catMenuContainer .catMenuContent ul li img {
            margin-bottom: 0.5em;
        }

        .catMenuContainer .catMenuContent ul li a {
            width: 125px;
            height: 125px;
            padding: 15px;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
        }

            .catMenuContainer .catMenuContent ul li a:hover {
                background-color: #B9D7EB;
                background-color: var(--th-col-7); /* Theme color 7 */
            }

.dtree {
  margin: 0 10px 10px 10px;
}

#catalogueIndexIFrame {
    border-bottom: 1px #B2B2B2 solid;
}

.catalogReorderHeader {
    min-width: 175px;
    padding: 5px;
    margin: 0 0 0 0;
    background-color: #E9E9E9;
    border-top: #FFF 1px solid;
    border-left: #FFF 1px solid;
    border-bottom: #CCC 1px solid;
}

.catalogReorderHeader div {
    display: inline-block;
    margin-left: 5px;
}

.catalogReorderHeader div a {
    height: 25px;
    line-height: 25px;
    display: block;
}

.catalogReorderHeader div a img {
    padding-top: 2px;
}

.catalogueIndexBrowsePreviewEmpty {
    font: 11px 'Lucida Grande',tahoma,verdana,arial,helvetica,clean,sans-serif;
    text-align: center;
    margin: 25px 35px;
    background-color: #FFFFCC;
    border: 1px #FF6 solid;
    line-height: 25px;
}

.catalogReorderItemHeader{
    background-color: #5D9BCE; background-color: var(--th-col-3); /* Theme color 3 */
    color:white;
    text-align: center;
    cursor: move;
}

a.btn-open-all {
    height: 25px;
    line-height: 25px;
    background: transparent url(../images/icons.png) no-repeat left -100px;
    display: block;
    padding-left: 25px;
}

a.btn-close-all {
    height: 25px;
    line-height: 25px;
    background: transparent url(../images/icons.png) no-repeat left -125px;
    display: block;
    padding-left: 25px;
}

#Sprint3UiFileUpload .content {
    padding: 0;
}

#Sprint3UiFileUpload .buttons {
    padding: 5px 10px 10px 10px;
}

.file-upload-queue {
    width: 600px;
    height: 300px;
    border-top: 1px #FFF solid;
    border-bottom: 1px #B2B2B2 solid;
    overflow: auto;
}

.file-upload-queue p {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    color: #B2B2B2;
    margin: 100px 50px 0 50px;
    text-align: center;
}

.file-upload-queue .item {
    height: 25px;
    line-height: 25px;
    clear: both;
    background-color: #F2F2F2;
    border-top: 1px #FFF solid;
    border-bottom: 1px #FFF solid;
}

.file-upload-queue .filename {
    width: 22%;
    padding: 0 2%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-upload-queue .progress-bar {
    width: 38%;
    margin: 3px 0 0 0;
    float: left;
}

.file-upload-queue .progress-status {
    width: 25%;
    padding: 0 2%;
    float: left;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-upload-queue .done .progress-bar { /* .file-upload-queue .done .progress-status */
/*  visibility: hidden; */
display: none;
}

.file-upload-queue .done .filename {
    width: 60%;
}

.file-upload-queue .actions {
    width: 5%;
    float: right;
}

.file-upload-queue .actions a, .file-upload-queue .actions span {
    height: 25px;
    width: 25px;
    display: block;
    text-indent: -24000px;
}

.progress {
    margin: 0 0 1em 0;
}

.progress .percent {
    display: block;
    text-align: left;
    width: 50%;
    float: left;
}

.progress .status {
    display: block;
    text-align: right;
    width: 49%;
    float: right;
}

.progress-bar {
    width: 100%;
    line-height: 15px;
    margin: 0 0 0.5em 0;
    border: 1px #B2B2B2 solid;
    background-color: #FFF;
}

.progress-bar div {
    height: 15px;
    line-height: 15px;
    display: block;
    width: 0;
    background: #5D9BCE url(../images/progress-bar-bg.png) no-repeat right center; background: var(--th-col-3) url(../images/progress-bar-bg.png) no-repeat right center; /* Theme color 3 */
}

#top.banner {
    height: 195px;
}

#top.banner #header {
    height: 195px;
}

#top.banner #menu {
  margin-top: 0;
}

#sidebar.banner {
    top: 195px;
}

#banner {
    cursor: pointer;
    height: 150px;
    background-position: 50% 50%;
    
    background-repeat: no-repeat;
}

.breadcrumb {
  line-height: 16px;
  padding-left: 22px;
  background: transparent url(../images/icon_breadcrumb.gif) no-repeat left top;
}

.breadcrumb p a {
  font-weight: bold;
}

.cancel {
  display: inline-block;
  height: 20px;
  vertical-align: top;
  padding: 3px;
}

#ckeRichText p {
    line-height: 1.6;
    margin-top: 1em;
    margin-bottom: 1em;
}

#ckeRichText ul {
    padding-left: 40px;
}

#ckeRichText ol {
    padding-left: 40px;
}

#ckeRichText li {
    list-style-type: initial;
	/* taken from #s30 p - if not here then this picks up the body style */
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222;
    line-height: 1.6;
}

#ckeRichText ol li {
    list-style-type: decimal;
}

.richText {
    line-height: normal;
    margin: 10px 10px 0 0;
}

.richText li {
    list-style-type: disc;
    margin-left: 1.2em;
}

.richText ol li  {
    list-style-type: decimal;
    margin-left: 1.2em;
}

label.select-all {
    padding: 0;
    float: none;
    display: inline-block;
}

td.select-all {
    white-space: nowrap;
}

/**
* Fix for the current way of how legacy winow/pop-up content is styled
*/
.window .content #s30 {
    padding: 10px !important;
}


.editorWorkspace {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.editorSectionHeader {
    background-color: #E9E9E9;
    border: 1px solid #E9E9E9;
    height: 33px;
    line-height: 33px;
    width: 100%;
    clear: both;
}

#s30 p.editorSectionHeaderText {
    font-weight: bold;
    margin: 0 0 0 10px;
}

.editorSectionRow {
    height: auto;
    width: 100%;
    border-bottom: 1px solid #CCC;
    padding: 5px 0 5px 0;
    display: inline-block;
}

.editorSectionFinalRow {
    height: auto;
    width: 100%;
    padding: 5px 0 5px 0;
    display: inline-block;
}

.editorSectionList {
    padding-top: 0px;
    margin-bottom: 5px;
    background-color: #E9E9E9;
    border-right: 2px solid #E9E9E9;
}

.editorSectionRowFix {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
}

#s30 p.editorSectionRowText {
    margin: 0 0 0 0;
}

.editorLabelColumn {
    float: left;
    vertical-align: middle;
    margin-left: 10px;
    width: 160px;
}

.editorContentColumn {
    margin: 0 0 0 170px;
    width: auto;
}

.editorFieldCaption {
    width: 100%; 
    display: block; 
    margin-left: 10px; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.userGroupList {
    margin-left: 10px;
}

.userGroupList li {
    display: inline-block;
    padding-bottom: 5px;
    width: 19%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#livesearchresult {
    width: 50%;
}

#livesearchresult ul li {
    background-color: #FFFFFF;
    display: inline-block;
    width: 100%;
}

#livesearchresult ul li:nth-child(even) {
    background-color: #EFEFEF;
}

.lsr_section {
    padding: 3px;
    overflow: auto;
    background-color: #E9E9E9;
    border-top: 1px solid rgb(165, 172, 178);
}

.lsr_spacer {
    height: 8px;
    width: 100%;
    background-color: #FFFFCC;
}

.lsr_sectionHeadings {
    padding: 3px;
    font-weight: bold;
    overflow: auto;
    background-color: #CCC;
}

.lsr_defaultSpan {
    float: left;
    display: inline-block; 
    min-height: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lsr_sectionName {
    font-weight: bold;
}

.lsr_sectionMoreWhat {
    float: right;
    font-weight: bold;
}

/* 
    New Buttons
*/

/* Catalogue buttons */
.catItem1-button {
    background: none;
    border: none;
    box-sizing: border-box;
    border-radius: 0px;
    color: #000 !important;
    height: 23px !important;
    line-height: normal !important;
    padding: 0 20px 1px 20px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-family: "Segoe UI";
    margin: 4px 2px;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.1s;
}

    .catItem1-button:hover {
        opacity: 1;
        text-decoration: none !important;
    }

    .catItem1-button:active {
        transform: translateX(1px) translateY(1px);
    }

.catItem2-button {
    background: none;
    border: none;
    box-sizing: border-box;
    border-radius: 0px;
    color: #000 !important;
    height: 23px !important;
    line-height: normal !important;
    padding: 0 20px 1px 20px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    font-family: "Segoe UI";
    margin: 4px 2px;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.1s;
}

    .catItem2-button:hover {
        opacity: 1;
        text-decoration: none !important;
    }

    .catItem2-button:active {
        transform: translateX(1px) translateY(1px);
    }

.catItem3-button {
    background: none;
    border: none;
    box-sizing: border-box;
    border-radius: 0px;
    color: #111 !important;
    height: 20px !important;
    line-height: normal !important;
    padding: 0 20px 1px 20px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    font-family: "Segoe UI";
    margin: 4px 2px;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.1s;
}

    .catItem3-button:hover {
        opacity: 1;
        text-decoration: none !important;
    }

    .catItem3-button:active {
        transform: translateX(1px) translateY(1px);
    }

/* Standard button */
.standard-button {
    background: linear-gradient(#5D9BCE, #06C); background: linear-gradient(var(--th-col-3), var(--th-col-1)); /* Theme colors 3>1 */
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 3px;
    color: #fff !important;
    height: 23px !important;
    line-height: normal !important;
    padding: 0 20px 1px 20px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-family: "Segoe UI";
    margin: 4px 2px;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.1s;
}

    .standard-button:hover {
        opacity: 1;
        text-decoration: none !important;
    }

    .standard-button:active {
        background-image: linear-gradient(#06C, #5D9BCE); background-image: linear-gradient(var(--th-col-1), var(--th-col-3)); /* Theme colors 1>3 */
        transform: translateX(1px) translateY(1px);
    }

/* Glyph button */
.glyph-button {
    background: linear-gradient(#fff, #bbb);
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 3px;
    color: #06C !important; color: var(--th-col-1) !important; /* Theme color 1 */
    height: 23px;
    width: 50px;
    padding: 0 0 2px 0 !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    font-family: "Consolas";
    margin: 2px 4px;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.1s;
}

    .glyph-button:hover {
        opacity: 1;
        text-decoration: none !important;
    }

    .glyph-button:active {
        background-image: linear-gradient(#bbb, #fff);
        transform: translateX(1px) translateY(1px);
    }

/* Toggle Switch */
.toggleswitch {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 16px;
    top: 4px;
    margin-left: 3px;
    margin-right: 3px;
}

.toggleswitch input {
    display: none;
}

.toggleslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
}

.toggleslider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
}

input:checked + .toggleslider {
    background-color: #2196F3; background-color: var(--th-col-2);
}

input:focus + .toggleslider {
    box-shadow: 0 0 1px #2196F3; box-shadow: 0 0 1px var(--th-col-2);
}

input:checked + .toggleslider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Image icon and popup */
a .imagePreview {
    display: none;
}

a .imageThumbnail {
    padding-right: 5px;
}

a:hover .imagePreview {
    border: 1px solid #CCC;
    box-shadow: 5px 5px 5px #888888;
    display: inline;
    position: absolute;
    z-index: 1;
}