/*
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*
 * theme: speyside
 * agent: standard
 */
/* box ----------------------------------------------------------------- */
.tobago-box {
  position: absolute;
}
.tobago-box-shadow {
  background-color: #999999;
  position: absolute;
  left: 1px;
  top: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tobago-box-border {
  border: 1px solid #808080;
  position: absolute;
  overflow: hidden;
  top: -1px;
  left: -1px;
  background-color: #FAFAFA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 1px #cccccc, 0px 0px 1px #cccccc;
  -moz-box-shadow: inset 0px 0px 1px #cccccc, 0px 0px 1px #cccccc;
  -o-box-shadow: inset 0px 0px 1px #cccccc, 0px 0px 1px #cccccc;
  box-shadow: inset 0px 0px 1px #cccccc, 0px 0px 1px #cccccc;
}
.tobago-box-header {
  background: #e8e8e8 url(../image/box-header-bg.gif) repeat-x top;
  height: 16px;
  border: 1px solid transparent;
  border-bottom: 1px dotted black;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font: bold 12px arial, helvetica, sans-serif;
  color: #660000;
  padding: 3px 0 0 5px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.tobago-box-headerToolBar {
  position: absolute;
  top: 0;
  right: -1px;
}
/* boxToolBar ----------------------------------------------------------------- */
/* FIXME this is the same code for "toolBar", "boxToolBar" and "tabGroupToolBar"
   FIXME may be fixed after TOBAGO-900
*/
.tobago-boxToolBar {
  border: 1px solid #808080;
  background-color: #FFFFFF;
}
.tobago-boxToolBar-item {
  position: relative;
  display: inline-block;
  border-width: 0;
  border-style: solid;
  margin: 0 1px;
  left: -1px;
  top: 0;
}
.tobago-boxToolBar-item-markup-selected {
  border-width: 0 1px;
  border-color: #aaaaaa;
  margin: 0;
}
.tobago-boxToolBar-item-markup-hover {
  border-width: 0 1px;
  border-color: #808080;
  margin: 0;
}
.tobago-boxToolBar-item-markup-disabled {
  color: #808080;
}
.tobago-boxToolBar-button-markup-selected {
  background-color: #EEEEEE;
}
.tobago-boxToolBar-button-markup-hover {
  background-color: #DDDDDD;
}
.tobago-boxToolBar-separator {
  border: 1px solid #DDDDDD;
}
/* button ------------------------------------------------------------------ */
.tobago-button {
  border-color: #808080;
  background: #ffffff;
  font: bold 12px arial, helvetica, sans-serif;
  color: #660000;
  height: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tobago-button-markup-disabled {
  color: GrayText;
}
/* calendar --------------------------------------------------------------- */
.tobago-calendar-day {
  font: 12px arial, helvetica, sans-serif;
}
.tobago-calendar-day-markup-selected {
  font-weight: bold;
  color: #660000;
  border: 1px dotted #660000;
  background: #FFFFFF;
}
.tobago-calendar-dayOfWeek {
  color: #660000;
}
/* code ------------------------------------------------------------------ */
.tobago-code {
  font: bold 14px Courier;
  color: #666666;
  padding-bottom: 2px;
}
.tobago-code-multiline {
  background: #CCCCCC;
  width: 530px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid black;
}
/* date ---------------------------------------------------------------------- */
.tobago-date {
  border: 1px solid #808080;
  height: 14px;
  font: 12px arial, helvetica, sans-serif;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border 0.5s linear, -webkit-box-shadow 0.5s linear;
  -moz-transition: border 0.5s linear, -moz-box-shadow 0.5s linear;
  -o-transition: border 0.5s linear, -o-box-shadow 0.5s linear;
  transition: border 0.5s linear, box-shadow 0.5s linear;
}
.tobago-date:focus {
  outline: none;
  border-color: #3333ff;
  -webkit-box-shadow: inset 0px 0px 3px #9999ff;
  -moz-box-shadow: inset 0px 0px 3px #9999ff;
  -o-box-shadow: inset 0px 0px 3px #9999ff;
  box-shadow: inset 0px 0px 3px #9999ff;
}
.tobago-date-markup-readonly {
  background-color: #e8e8e8;
}
.tobago-date-markup-disabled {
  color: #808080;
  background-color: #e8e8e8;
}
.tobago-date-markup-error,
.tobago-date-markup-fatal {
  border: 1px solid #ff0000;
}
.ui-datepicker {
  border: 1px solid black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ui-widget-header {
  background: #e8e8e8 url(../image/box-header-bg.gif) repeat-x top;
  height: 16px;
  border: 1px solid black;
  border-bottom-style: dotted;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font: bold 12px arial, helvetica, sans-serif;
  color: #660000;
  padding: 3px 0 0 5px;
}
.ui-datepicker .ui-datepicker-title {
  line-height: 17px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  top: 40%;
}
.ui-widget-content .ui-state-default {
  color: #000000;
  font-weight: normal;
}
.ui-widget-content .ui-state-active {
  color: #660000;
  border-color: #660000;
  background: white;
  font-weight: bold;
}
/* file  ------------------------------------------------------------------- */
.tobago-file {
  background: url("../image/file-upload.gif") no-repeat right center transparent;
}
.tobago-file-pretty {
  border: 1px solid #808080;
  height: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border 0.5s linear, -webkit-box-shadow 0.5s linear;
  -moz-transition: border 0.5s linear, -moz-box-shadow 0.5s linear;
  -o-transition: border 0.5s linear, -o-box-shadow 0.5s linear;
  transition: border 0.5s linear, box-shadow 0.5s linear;
}
.tobago-file-pretty:focus {
  outline: none;
  border-color: #3333ff;
  -webkit-box-shadow: inset 0px 0px 3px #9999ff;
  -moz-box-shadow: inset 0px 0px 3px #9999ff;
  -o-box-shadow: inset 0px 0px 3px #9999ff;
  box-shadow: inset 0px 0px 3px #9999ff;
}
.tobago-file-pretty-markup-readonly {
  background-color: #e8e8e8;
}
.tobago-file-pretty-markup-disabled {
  color: #808080;
  background-color: #e8e8e8;
}
.tobago-file-pretty-markup-warn {
  border-color: #ffa500;
}
.tobago-file-pretty-markup-error {
  border-color: #ff0000;
}
.tobago-file-pretty-markup-fatal {
  border-color: #ff00ff;
}
/* fileDrop -------------------------------------------------------------------- */
.tobago-fileDrop {
  border: 1px dotted #808080;
}
.tobago-fileDrop-dropZone {
  border: 2px dashed #808080;
}
/* in ---------------------------------------------------------------------- */
.tobago-in {
  border: 1px solid #808080;
  height: 14px;
  font: 12px arial, helvetica, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-transition: border 0.5s linear, -webkit-box-shadow 0.5s linear;
  -moz-transition: border 0.5s linear, -moz-box-shadow 0.5s linear;
  -o-transition: border 0.5s linear, -o-box-shadow 0.5s linear;
  transition: border 0.5s linear, box-shadow 0.5s linear;
}
.tobago-in:focus {
  outline: none;
  border-color: #3333ff;
  -webkit-box-shadow: inset 0px 0px 3px #9999ff;
  -moz-box-shadow: inset 0px 0px 3px #9999ff;
  -o-box-shadow: inset 0px 0px 3px #9999ff;
  box-shadow: inset 0px 0px 3px #9999ff;
}
.tobago-in-markup-readonly {
  background-color: #e8e8e8;
}
.tobago-in-markup-disabled {
  color: #808080;
  background-color: #e8e8e8;
}
.tobago-in-markup-error,
.tobago-in-markup-fatal {
  border: 1px solid #ff0000;
}
/* label ------------------------------------------------------------------- */
.tobago-label {
  background-color: #E8E8E8;
  height: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: bold 12px arial, helvetica, sans-serif;
}
.tobago-label-markup-disabled {
  color: #808080;
}
.tobago-label-markup-fatal {
  background-image: url(../image/process-stop.png);
  background-repeat: no-repeat;
  background-position: right 2px;
  color: #FF00FF;
}
.tobago-label-markup-error {
  background-image: url(../image/dialog-error.png);
  background-repeat: no-repeat;
  background-position: right 2px;
  color: #ff0000;
}
.tobago-label-markup-warn {
  background-image: url(../image/dialog-warning.png);
  background-repeat: no-repeat;
  background-position: right 2px;
  color: #FFA500;
}
.tobago-label-markup-info {
  background-image: url(../image/dialog-information.png);
  background-repeat: no-repeat;
  background-position: right 2px;
  color: #000000;
}
/* link -------------------------------------------------------- */
.tobago-link {
  font: bold 12px arial, helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  line-height: 14px;
}
.tobago-link-markup-disabled {
  color: #888888;
}
.tobago-link-image {
  vertical-align: text-top;
}
/* menuBar -------------------------------------------------------- */
.tobago-menuBar li,
.tobago-page-menuStore li {
  background-color: #dddddd;
}
li.tobago-menu-markup-disabled a,
li.tobago-menu-markup-disabled a:link,
li.tobago-menu-markup-disabled a:visited,
li.tobago-menu-markup-disabled a:active {
  color: #888888;
}
li.tobago-menu-markup-selected {
  background-color: #bbbbbb;
}
.tobago-menuBar,
.tobago-page-menuStore {
  border-bottom-color: #808080;
  background-color: #dddddd;
}
.tobago-menuBar ol,
.tobago-page-menuStore ol {
  border-color: #888888;
}
/* messages --------------------------------------------------------------- */
.tobago-messages {
  font: bold 12px arial, helvetica, sans-serif;
}
/* out -------------------------------------------------------------------- */
.tobago-out {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}
/* page -------------------------------------------------------------------- */
.tobago-page {
  background: #E2E2E2;
  font: 12px arial, helvetica, sans-serif;
  margin-bottom: 0px;
}
.tobago-page-noscript {
  padding-left: 60px;
  background-image: url("../image/dialog-error.png");
  background-repeat: no-repeat;
  background-position: 25px 30px;
}
/* popup ------------------------------------------------------------------ */
.tobago-popup {
  background: #E2E2E2;
}
.tobago-popup-blink {
  background: #333333;
  opacity: .5;
}
/* progress --------------------------------------------------------- */
.tobago-progress-value {
  background-color: #660000;
}
.tobago-progress {
  background-color: #ffffff;
  border: 1px solid #808080;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* selectBooleanCheckbox --------------------------------------------------- */
.tobago-selectBooleanCheckbox {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tobago-selectBooleanCheckbox-markup-disabled {
  color: #808080;
}
/* selectManyCheckbox ---------------------------------------------------------- */
.tobago-selectManyCheckbox-markup-disabled {
  color: #808080;
}
/* selectManyBox ------------------------------------------------------- */
.tobago-selectManyBox-container .select2-selection--multiple {
  border: 1px solid #808080 !important;
  font: 12px arial, helvetica, sans-serif;
  padding-top: -1px;
  color: #000000 !important;
  height: 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.transition .tobago-selectManyBox-container .select2-selection--multiple:focus {
  outline: none;
  border-color: #3333ff !important;
  -webkit-box-shadow: inset 0px 0px 3px #9999ff;
  -moz-box-shadow: inset 0px 0px 3px #9999ff;
  -o-box-shadow: inset 0px 0px 3px #9999ff;
  box-shadow: inset 0px 0px 3px #9999ff;
}
.tobago-selectManyBox-container-markup-disabled .select2-selection--multiple {
  background-color: #e8e8e8 !important;
  color: #808080;
}
.tobago-selectManyBox-container-markup-readonly .select2-selection--multiple {
  background-color: #e8e8e8 !important;
}
.tobago-selectManyBox-container-markup-error .select2-selection--multiple {
  border-color: #ff0000 !important;
}
/* selectManyListbox ------------------------------------------------------- */
.tobago-selectManyListbox {
  border: 1px solid #808080;
  font: 12px arial, helvetica, sans-serif;
  padding-top: -1px;
  color: #000000;
  height: 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.transition .tobago-selectManyListbox:focus {
  outline: none;
  border-color: #3333ff;
  -webkit-box-shadow: inset 0px 0px 3px #9999ff;
  -moz-box-shadow: inset 0px 0px 3px #9999ff;
  -o-box-shadow: inset 0px 0px 3px #9999ff;
  box-shadow: inset 0px 0px 3px #9999ff;
}
.tobago-selectManyListbox-markup-disabled {
  background-color: #e8e8e8;
  color: #808080;
}
.tobago-selectManyListbox-markup-readonly {
  background-color: #e8e8e8;
}
.tobago-selectManyListbox-markup-error {
  border-color: #ff0000;
}
/* selectManyShuttle ------------------------------------------------------- */
.tobago-selectManyShuttle {
  font: 12px arial, helvetica, sans-serif;
  color: #000000;
}
.tobago-selectManyShuttle-markup-disabled {
  background-color: #e8e8e8;
  color: #808080;
}
.tobago-selectManyShuttle-markup-readonly {
  background-color: #e8e8e8;
}
.tobago-selectManyShuttle-unselected {
  border: 1px solid #808080;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border 0.5s linear, -webkit-box-shadow 0.5s linear;
  -moz-transition: border 0.5s linear, -moz-box-shadow 0.5s linear;
  -o-transition: border 0.5s linear, -o-box-shadow 0.5s linear;
  transition: border 0.5s linear, box-shadow 0.5s linear;
}
.tobago-selectManyShuttle-unselected:focus {
  outline: none;
  border-color: #3333ff;
  -webkit-box-shadow: inset 0px 0px 3px #9999ff;
  -moz-box-shadow: inset 0px 0px 3px #9999ff;
  -o-box-shadow: inset 0px 0px 3px #9999ff;
  box-shadow: inset 0px 0px 3px #9999ff;
}
.tobago-selectManyShuttle-selected {
  border: 1px solid #808080;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border 0.5s linear, -webkit-box-shadow 0.5s linear;
  -moz-transition: border 0.5s linear, -moz-box-shadow 0.5s linear;
  -o-transition: border 0.5s linear, -o-box-shadow 0.5s linear;
  transition: border 0.5s linear, box-shadow 0.5s linear;
}
.tobago-selectManyShuttle-selected:focus {
  outline: none;
  border-color: #3333ff;
  -webkit-box-shadow: inset 0px 0px 3px #9999ff;
  -moz-box-shadow: inset 0px 0px 3px #9999ff;
  -o-box-shadow: inset 0px 0px 3px #9999ff;
  box-shadow: inset 0px 0px 3px #9999ff;
}
/* selectOneChoice --------------------------------------------------------- */
.tobago-selectOneChoice {
  border: 1px solid #808080;
  font: 12px arial, helvetica, sans-serif;
  color: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tobago-selectOneChoice-markup-disabled {
  background-color: #e8e8e8;
  color: #808080;
}
.tobago-selectOneChoice-markup-readonly {
  background-color: #e8e8e8;
}
.tobago-selectOneChoice-markup-error {
  border-color: #ff0000;
}
/* selectOneListbox -------------------------------------------------------- */
.tobago-selectOneListbox {
  border-color: #808080;
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tobago-selectOneListbox-markup-disabled {
  background-color: #e8e8e8;
  color: #808080;
}
.tobago-selectOneListbox-markup-readonly {
  background-color: #e8e8e8;
}
.tobago-selectOneListbox-markup-error {
  border-color: #ff0000;
}
/* selectOneRadio --------------------------------------------------------- */
.tobago-selectOneRadio-markup-disabled {
  color: #808080;
}
/* separator ------------------------------------------------------------------- */
hr.tobago-separator,
.tobago-separator-start hr,
.tobago-separator-end hr {
  border-top: 1px solid #808080;
  border-bottom: 0 solid #808080;
}
/* sheet -------------------------------------------------------- */
.tobago-sheet-header {
  border-color: #b8b6b6 #ffffff #ffffff #b8b6b6;
  background-color: #d7d7d7;
  font: bold 12px arial, helvetica, sans-serif;
  color: #333333;
  text-align: left;
}
.tobago-sheet-body {
  background: #D7D7D7;
}
.tobago-sheet-row-markup-odd {
  font: 12px arial, helvetica, sans-serif;
  background: #ffffff;
}
.tobago-sheet-row-markup-even {
  font: 12px arial, helvetica, sans-serif;
  background: #ffffff;
}
.tobago-sheet-row-markup-selected,
.tobago-sheet-row-markup-selected td {
  background: #EBEAEA;
  color: #000000;
}
.tobago-sheet-cell {
  border-bottom: 1px solid #E2E2E2;
}
.tobago-sheet-footer {
  z-index: 1000;
  background: #E2E2E2;
  font: bold 10px arial, helvetica, sans-serif;
  color: #333333;
  text-decoration: none;
  padding: 0;
  padding-top: 1px;
  height: 15px;
}
.tobago-sheet-pagingOuter-markup-left {
  left: 2px;
}
.tobago-sheet-pagingOuter-markup-right {
  right: 2px;
}
.tobago-sheet-pagingInput {
  height: 11px;
  width: 25px;
  font: bold 10px arial, helvetica, sans-serif;
  border: 1px solid black;
}
.tobago-sheet-pagingText {
  padding-right: 0;
}
.tobago-sheet-selectorMenu {
  margin-top: 1px;
  margin-left: 0px;
}
/* tab ---------------------------------------------------------------------- */
.tobago-tab {
  background-color: #E2E2E2;
  border-color: #808080;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.tobago-tab-markup-selected {
  color: #660000;
  background: url("../image/box-header-bg.gif") repeat-x scroll center top #e8e8e8;
}
.tobago-tab-content {
  border: 1px solid #808080;
  border-top: 0 solid transparent;
  background: #FAFAFA;
}
.tobago-tab-markup-disabled,
.tobago-tab-markup-disabled a:link,
.tobago-tab-markup-disabled a:visited,
.tobago-tab-markup-disabled a:active {
  color: #808080;
}
.tobago-tab-markup-selected a:link,
.tobago-tab-markup-selected a:visited,
.tobago-tab-markup-selected a:active {
  color: #660000;
}
.tobago-tabGroup-headerInner {
  border-bottom-color: #808080;
}
.tobago-tabGroup-toolBar {
  border-bottom-color: #808080;
}
/*
.tobago-tab-link {
  font: 12px Arial, Helvetica, sans-serif;
  color: @textColor2;
}

.tobago-tab-link-markup-disabled {
  color: @disabledTextColor;
}

.tobago-tab {
  display: inline-block;
  height: 100%;
}

.tobago-tabGroup-header {
  position: relative;
}

.tobago-tab-outer {
  display: inline-block;
  border-color: darken(@borderColor, 10%);
  background: url(../image/tab-header-unselected-bg.gif) repeat-x top;
}

.tobago-tab-outer-markup-selected {
  padding: 0 0 0 0;
  background: url(../image/tab-header-selected-bg.gif) repeat-x top;
  height: 18px;
}

.tobago-tab-inner {
  font: @font;
  color: @textColor2;
}

.tobago-tab-inner-markup-selected {
  display: inline-block;
}

span.tobago-tabGroup-fulfill {
  border-color: darken(@borderColor, 10%);
  display: inline-block;
  border-bottom: 1px solid;
  vertical-align: bottom;
}

.tobago-tab-shadow {
  background: #B4B4B4;
  border: 1px solid #B4B4B4;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
}

div.tobago-tabGroup-toolBar {
  border-color: darken(@borderColor, 10%);
}
*/
/* tabGroupToolBar ----------------------------------------------------------------- */
/*.tobago-tabGroupToolBar {
  border: 1px solid darken(@borderColor, 10%);
  background-color: #FFFFFF;
}
.tobago-tabGroupToolBar-item {
  position: relative;
  display: inline-block;
  border-width: 0;
  border-style: solid;
  margin: 0 1px;
  left: -1px;
  top: 0;
}
.tobago-tabGroupToolBar-item-markup-selected {
  border-width: 0 1px;
  border-color: #aaaaaa;
  margin: 0;
}

.tobago-tabGroupToolBar-item-markup-hover {
  border-width: 0 1px;
  border-color: darken(@borderColor, 10%);
  margin: 0;
}

.tobago-tabGroupToolBar-item-markup-disabled {
  color: @disabledTextColor;
}

.tobago-tabGroupToolBar-button-markup-selected {
  background-color: #EEEEEE;
}

.tobago-tabGroupToolBar-button-markup-hover {
  background-color: #DDDDDD;
}

.tobago-tabGroupToolBar-separator {
  border: 1px solid #DDDDDD;
}*/
/* textarea ---------------------------------------------------------------- */
.tobago-textarea {
  font: 12px arial, helvetica, sans-serif;
  background: #ffffff;
  color: #000000;
  overflow: auto;
  border: 1px solid #808080;
  padding: 0 0 0 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border 0.5s linear, -webkit-box-shadow 0.5s linear;
  -moz-transition: border 0.5s linear, -moz-box-shadow 0.5s linear;
  -o-transition: border 0.5s linear, -o-box-shadow 0.5s linear;
  transition: border 0.5s linear, box-shadow 0.5s linear;
}
.tobago-textarea:focus {
  outline: none;
  border-color: #3333ff;
  -webkit-box-shadow: inset 0px 0px 3px #9999ff;
  -moz-box-shadow: inset 0px 0px 3px #9999ff;
  -o-box-shadow: inset 0px 0px 3px #9999ff;
  box-shadow: inset 0px 0px 3px #9999ff;
}
.tobago-textarea-markup-readonly {
  background-color: #e8e8e8;
}
.tobago-textarea-markup-disabled {
  color: #808080;
  background-color: #e8e8e8;
}
.tobago-textarea-markup-error,
.tobago-textarea-markup-fatal {
  border: 1px solid #ff0000;
}
/* time -------------------------------------------------------------------- */
.tobago-time-borderDiv {
  border: 1px solid #808080;
  height: 18px;
  width: 53px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tobago-time-borderDiv-markup-readonly {
  background-color: #e8e8e8;
}
.tobago-time-borderDiv-markup-disabled {
  color: #808080;
  background-color: #e8e8e8;
}
.tobago-time-borderDiv-markup-error,
.tobago-time-borderDiv-markup-fatal {
  border: 1px solid #FF0000;
}
.tobago-time-borderDiv-markup-seconds {
  width: 81px;
}
.tobago-time-input {
  font-size: 12px;
  height: 14px;
  width: 21px;
}
.tobago-time-input:focus {
  background: #E8E8E8;
}
.tobago-time-borderDiv-markup-focus {
  outline: none;
  border-color: #3333ff;
  -webkit-box-shadow: inset 0px 0px 3px #9999ff;
  -moz-box-shadow: inset 0px 0px 3px #9999ff;
  -o-box-shadow: inset 0px 0px 3px #9999ff;
  box-shadow: inset 0px 0px 3px #9999ff;
}
.tobago-time-incImage,
.tobago-time-decImage {
  left: 60px;
}
.tobago-time-incImage-markup-seconds,
.tobago-time-decImage-markup-seconds {
  left: 88px;
}
input.tobago-time {
  border: 1px solid #808080;
  height: 14px;
  font: 12px arial, helvetica, sans-serif;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border 0.5s linear, -webkit-box-shadow 0.5s linear;
  -moz-transition: border 0.5s linear, -moz-box-shadow 0.5s linear;
  -o-transition: border 0.5s linear, -o-box-shadow 0.5s linear;
  transition: border 0.5s linear, box-shadow 0.5s linear;
}
input.tobago-time:focus {
  outline: none;
  border-color: #3333ff;
  -webkit-box-shadow: inset 0px 0px 3px #9999ff;
  -moz-box-shadow: inset 0px 0px 3px #9999ff;
  -o-box-shadow: inset 0px 0px 3px #9999ff;
  box-shadow: inset 0px 0px 3px #9999ff;
}
input.tobago-time-markup-readonly {
  background-color: #e8e8e8;
}
input.tobago-time-markup-disabled {
  color: #808080;
  background-color: #e8e8e8;
}
input.tobago-time-markup-error,
input.tobago-time-markup-fatal {
  border: 1px solid #ff0000;
}
/* toolBar ----------------------------------------------------------------- */
/* FIXME this is the same code for "toolBar", "boxToolBar" and "tabGroupToolBar"
   FIXME may be fixed after TOBAGO-900
*/
.tobago-toolBar {
  border: 1px solid #808080;
  background-color: #FFFFFF;
}
.tobago-toolBar-item {
  position: relative;
  display: inline-block;
  border-width: 0;
  border-style: solid;
  margin: 0 1px;
  left: -1px;
  top: 0;
}
.tobago-toolBar-item-markup-selected {
  border-width: 0 1px;
  border-color: #aaaaaa;
  margin: 0;
}
.tobago-toolBar-item-markup-hover {
  border-width: 0 1px;
  border-color: #808080;
  margin: 0;
}
.tobago-toolBar-item-markup-disabled {
  color: #808080;
}
.tobago-toolBar-button-markup-selected {
  background-color: #EEEEEE;
}
.tobago-toolBar-button-markup-hover {
  background-color: #DDDDDD;
}
.tobago-toolBar-separator {
  border: 1px solid #DDDDDD;
}
/* tree ------------------------------------------------------------------- */
.tobago-treeNode-icon {
  width: 16px;
  height: 16px;
  float: right;
}
.tobago-treeNode-disabled a {
  color: #888888;
  text-decoration: none;
}
.tobago-treeNode a:hover {
  color: #000000;
  text-decoration: underline;
}
.tobago-treeNode-disabled a:hover {
  color: #888888;
  text-decoration: none;
}
.tobago-treeNode a:focus {
  background: transparent;
  color: #000000;
}
.tobago-treeNode-markup-selected a,
.tobago-treeNode-markup-selected:focus a,
.tobago-treeNode-markup-selected label,
.tobago-treeNode-markup-selected:focus label {
  background-color: #eeeeee;
}
/* treeMenu ------------------------------------------------------------------- */
.tobago-treeMenuNode {
  border: 1px solid #888888;
}
.tobago-treeMenuNode-markup-selected,
.tobago-treeMenuNode-markup-selected:focus {
  background-color: #eeeeee;
}
.tobago-treeMenuNode-markup-hover {
  background-color: #eeeeee;
}
.tobago-treeMenuNode-markup-disabled {
  background-color: transparent;
}
/* select2 */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #808080;
  font: 12px arial, helvetica, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.select2-container--default .select2-selection--single {
  height: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  line-height: 18px;
  padding-left: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent;
}

