/**
 * EGroupware: Stylite Pixelegg template
 *
 * et2 Messages
 *
 * Please do NOT change css-files directly, instead change less-files and compile them!
 *
 * @link http://www.egroupware.org
 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
 * @package pixelegg
 * @version $Id$
 */
/**
 * addapted from orginal styles.php
 */
/**
 * EGroupware general def_*.less are moved to phpgwapi/templates/default/*.less
 * so they can be included from app specific files and are independent of Pixelegg template
 */
/**
 * All app_* files are now again in $app/templates/default/app.less&css and will be included independent
 *
 * If some settings are Pixelegg template specific, please create $app/templates/pixelegg.less&css
 * files AND include ../default/app.less from there
*/
/**
 * not sure about these files, in general it is not a good idea to replace
 * files from other projects, was we need to update them regulary.
 * Would be a lot better to include their css files and only overwrite
 * neccesarry settings
 */
/**
 * Styles for etemplate2 widgets
 * Überschreibt egroupware/etemplate/templates/default/etemplate2.css
 * 
 * @version: 1
 * Stefan Reinhardt
 */
/**
 * Top level
 */
.et2_container {
  padding: 0px;
  background-color: transparent;
  height: 100%;
}
.et2_container > div:not([class]) {
  height: 100%;
}
/**
 * Basic rules
 */
input,
button,
select {
  margin: 1px;
  padding: 0px;
}
/**
 * VBox widget
 */
div.et2_vbox > * {
  display: block;
}
/**
 * HBox widget
 */
div.et2_hbox div.et2_hbox {
  display: inline;
}
div.et2_hbox {
  white-space: nowrap;
}
div.et2_hbox > * {
  text-align: left;
}
div.et2_hbox_left {
  float: left;
}
div.et2_hbox_al_center {
  text-align: center;
}
div.et2_hbox_al_right {
  text-align: right;
}
div.et2_hbox_right {
  float: right;
  clear: right;
}
div.et2_hbox > div {
  display: inline-block;
}
/**
 * Placeholder widget - used for un-implemented widgets
 */
.et2_placeholder {
  display: inline-block;
  border: 1px solid cornflowerblue;
  background-color: #FCFCFC;
  padding: 3px;
  margin: 1px;
}
.et2_placeholder .et2_caption {
  display: block;
  font-size: 8pt;
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #2E2E2E;
  cursor: pointer;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
}
.et2_placeholder .et2_attr {
  display: block;
  font-size: 8pt;
  color: #3030A0;
  margin: 2px 0 2px 0;
}
/**
 * Splitter widget - split pane
 */
.et2_split {
  width: 100%;
  min-width: 100px;
  min-height: 100px;
}
.splitter-bar-vertical {
  cursor: ew-resize;
  width: 5px;
}
.splitter-bar-horizontal {
  cursor: ns-resize;
  height: 5px;
}
/* Hide iframes so moving works */
.splitter-iframe-hide {
  display: none;
}
.et2_split div.splitter-bar-vertical div.ui-icon {
  position: absolute;
  margin-left: -5px;
  top: 45%;
}
.et2_split div.splitter-bar-horizontal div.ui-icon {
  position: absolute;
  margin-top: -6px;
  left: 47%;
}
/* Make sure there's no overflow, or hidden bits still appear */
* > .et2_split {
  overflow: hidden;
}
/**
 * Label widget, and labels for other widgets
 */
.et2_label {
  color: #101050;
}
#msg,
.message {
  color: red;
  font-style: italic;
}
input.et2_url {
  margin-right: 6px;
  padding-right: 8px;
}
a.et2_url {
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: -4px;
  padding: 2px;
  padding-left: 16px;
  margin-left: -10px;
}
a.et2_url.email {
  background-image: url(images/email.png);
}
a.et2_url.phone {
  background-image: url(images/phone.png);
}
a.et2_url.url {
  background-image: url(images/url.png);
}
/**
 * Button widget - text only, and icon
 */
.et2_button {
  cursor: pointer;
  text-align: center;
  font-size: 9pt;
  text-shadow: 1px 1px #E0E0E0;
}
.et2_button_icon {
  border: none;
  background: transparent;
  padding: 0px;
  width: 16px;
  height: 16px;
}
button.et2_button_text:hover,
input[type=button]:hover {
  color: #050505;
  border: 1px solid gray;
  background-color: #D0D0EE;
}
button.et2_button_text:active,
input[type=button]:active {
  background-image: url(images/gradient02.png);
  background-color: #D0D0E0;
}
button.et2_button_text:focus,
input[type=button]:focus {
  border: 1px solid #2c3d6f;
  color: #202d52;
  outline: none;
}
/**
 * Drop down button
 */
.et2_dropdown button {
  height: 3.0ex;
  display: inline-block;
  vertical-align: middle;
  margin-right: -2px;
  padding: 0px 1ex;
}
.et2_dropdown button > div {
  vertical-align: middle;
}
.et2_dropdown button:last-child {
  padding: 0px;
}
.et2_dropdown + ul.ui-menu {
  position: absolute;
  z-index: 2;
}
/**
 * Color picker widget
 */
.et2_color {
  padding: .5ex;
  height: 2ex;
  width: 2ex;
  border: 1px solid silver;
}
/**
 * Text box
 */
.et2_textbox {
  resize: none;
}
.et2_textbox_ro {
  white-space: pre-wrap;
}
.et2_bold {
  font-weight: bold;
}
.et2_italic {
  font-style: italic;
}
/**
 * Multi-select widget
 */
.et2_selectbox .ui-widget-header {
  padding: 0px 6px 0px 10px;
  text-align: center;
}
.et2_selectbox .ui-widget-header ul {
  float: left;
  margin-left: -5px;
  text-align: left;
}
.et2_selectbox .ui-widget-header li {
  float: left;
  padding-top: 0px;
}
.et2_selectbox .ui-widget-header li > span.ui-icon {
  float: left;
  margin-top: -2px;
}
.et2_selectbox .ui-widget-header li > div.et2_link_entry {
  /* Shrink search box to same size as header */
  margin-top: -2px;
  margin-bottom: -2px;
  margin-right: 1ex;
}
.et2_selectbox .ui-widget-header li > div.et2_link_entry input {
  height: 14px;
}
.et2_selectbox .ui-multiselect-checkboxes {
  overflow-y: scroll;
  position: relative;
  text-align: left;
}
.et2_selectbox .ui-multiselect-checkboxes li {
  margin: 0px;
  clear: both;
  text-decoration: none;
  list-style-image: none;
  list-style-type: none;
}
.et2_selectbox .ui-multiselect-checkboxes ul {
  margin: 0px auto;
  padding-left: 0px;
  clear: both;
  text-decoration: none;
  list-style-image: none;
  list-style-type: none;
}
.et2_selectbox .ui-multiselect-checkboxes ul > label {
  border-bottom: 1px solid black;
}
.et2_selectbox .ui-multiselect-checkboxes label {
  display: block;
  border: 0px solid transparent;
  padding: 0.1em 0.2em;
}
.et2_selectbox input[type="checkbox"] {
  margin: 3px;
}
.et2_selectbox .ui-multiselect-checkboxes img {
  float: right;
  height: 1.8em;
}
.et2_selectbox .ui-multiselect-checkboxes div.ui-icon-close {
  visibility: hidden;
  padding: 0px;
}
.et2_selectbox .ui-multiselect-checkboxes li:hover div.ui-icon-close {
  visibility: visible;
}
/* Read-only multi-select */
ul.et2_selectbox {
  margin: 0px;
  padding: 0px;
}
.et2_selectbox li {
  text-decoration: none;
  list-style-image: none;
  list-style-type: none;
}
/**
 * Select account dialog
 */
/**
 * Date / Time widgets
 */
span.et2_date {
  min-width: 130px;
}
span.et2_date input.et2_date {
  min-width: 21.5ex;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
span.et2_date input.et2_time {
  min-width: 6ex;
}
span.et2_date span {
  background-position: center;
  background-repeat: no-repeat;
  color: #101010;
  cursor: pointer;
  padding-top: 3px;
  padding-left: 22px;
  text-align: center;
  font-size: 9pt;
}
/**
 * Dialog widget
 * It uses jQueryUI, so this is just our little bits - icon on left
 */
.ui-dialog-content .dialog_icon {
  margin-right: 2ex;
  vertical-align: middle;
}
.ui-dialog-content {
  vertical-align: middle;
}
/* These change button alignment, but it seems the standard is right-aligned for
action buttons, left aligned for "extra" controls
.ui-dialog .ui-dialog-buttonpane {
        text-align: left;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: none;
}
.ui-dialog .ui-dialog-buttonpane button {
        float: none;
}
*/
/** 
 * Diff widget
 */
.diff thead,
.author {
  display: none;
}
.diff .ui-icon {
  margin-top: -16px;
  float: right;
}
/** Display a loading icon **/
.loading {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('images/ajax-loader.gif');
}
/**
 * File upload
 */
.et2_file .progress {
  width: 300px;
  max-height: 6em;
  overflow: auto;
  margin-left: 20px;
}
.et2_file .progress span.progressBar {
  height: 5px;
  width: 150px;
  max-width: 150px;
  display: inline;
}
/* Remove icon displayed when hovering */
.et2_file .progress li div.remove {
  display: none;
  cursor: pointer;
  margin: 0px;
}
.et2_file .progress li:hover div.remove {
  width: 16px;
  height: 16px;
  float: right;
  display: block;
  background-image: url("images/close.png");
  background-position: center;
  background-repeat: no-repeat;
}
.et2_file .progress p {
  background-color: green;
  height: 5px;
  margin: 0px;
}
/* Hide progress bar when completed */
.et2_file .progress li.success > span.progressBar {
  display: none;
}
/**
 * Autocomplete - used in link widget
 * Restricting result size
 */
.ui-autocomplete {
  max-height: 20ex;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
/**
 * Autocomplete in dialogs - fix so they go over/out of the dialog
 */
.ui-dialog * ul.ui-autocomplete {
  position: fixed;
}
/**
 * Link wiget(s)
 */
/* Link entry - x button*/
div.et2_link_entry {
  white-space: nowrap;
}
div.et2_link_entry:after {
  display: inline-block;
  content: ".";
  height: 0;
  visibility: hidden;
  margin: -20px;
}
/* Special layout for inside nm grid */
.et2_nextmatch div.et2_link_entry {
  padding-right: 4px;
}
.et2_nextmatch .et2_link_entry:after {
  margin: -12px;
}
div.et2_link_entry select {
  width: 39%;
}
div.et2_link_entry input.ui-autocomplete-input {
  width: 61%;
  padding-bottom: 1px;
}
.et2_link_entry.no_app input.ui-autocomplete-input {
  width: 100%;
}
.et2_link_entry.no_app select {
  display: none;
}
.et2_link_entry .ui-icon-close {
  display: inline-block;
  background-color: inherit;
  border: none;
  position: relative;
  top: 3px;
  left: -18px;
  cursor: pointer;
  margin-top: -3px;
}
/* Link to */
.et2_link_to {
  width: 350px;
  overflow-x: visible;
}
.et2_link_to button {
  display: inline;
  float: right;
  height: 5ex;
}
.et2_link_to span.status {
  background-repeat: no-repeat;
  background-position: 3px center;
  width: 22px;
  height: 22px;
  display: block;
  float: right;
}
.et2_link_to span.status.success {
  background-image: url(images/tick.png);
}
.et2_link_to span.status.error {
  background-image: url(images/error.png);
}
.et2_link_to .progress {
  max-height: 12em;
  overflow-y: scroll;
}
.et2_link_to .progress > .success input {
  width: 100%;
  margin-right: -20px;
  /* Leave room for remove icon */
}
.et2_link_to .progress li {
  list-style: none;
  padding-bottom: 1px;
  padding-top: 0px;
}
.et2_link_to .progress li.success span.ui-icon-comment {
  display: none;
  float: right;
  cursor: pointer;
  margin-right: 5px;
}
.et2_link_to .progress li:hover.success span.ui-icon-comment {
  display: inline;
}
.et2_link_to .et2_button_icon {
  float: left;
  width: 22px;
}
.et2_link {
  cursor: pointer;
  color: #003075;
  text-decoration: none;
}
.et2_link:hover {
  text-decoration: underline;
}
ul.et2_link_string {
  list-style-type: none;
  display: inline;
  padding: 0px;
}
.et2_link_string li {
  display: inline;
}
.et2_link_string li:not(:last-child):after {
  content: ', ';
}
.et2_link_list {
  border-collapse: collapse;
}
.et2_link_list tr {
  cursor: pointer;
}
.et2_link_list td.remark {
  font-style: italic;
}
.et2_link_list td div.delete {
  visibility: hidden;
  background-image: url("images/close.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px;
}
.et2_link_list .icon img,
.et2_link_list .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.et2_link_list tr:hover div.delete {
  visibility: visible;
}
.egw_tooltip {
  position: fixed;
  border: 1px solid #897f51;
  padding: 3px;
  background-color: #FDF9DB;
  max-width: 300px;
  color: black;
}
/**
 * Tabs widget
 */
.et2_tabflag {
  display: inline-block;
  margin: 1em 3px -1px 0;
  padding: 4px;
  cursor: pointer;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #bfbfbf;
  -webkit-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.et2_tabflag:hover {
  color: #f2f2f2;
  background-color: #bfbfbf;
}
.et2_tabflag:active {
  background-color: #ffffff;
  color: #ffffff;
}
.et2_tabflag.active {
  border-spacing: 0px;
  background-color: white;
  color: #000000;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #bfbfbf;
}
.et2_tabflag.active:hover {
  color: #000000;
  background-color: white;
}
.et2_tabs {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #bfbfbf;
  padding: 5px;
  overflow-y: auto;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.et2_tabheader {
  background-color: #bfbfbf;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-left: 0em;
  border-bottom: 1px solid #bfbfbf;
  margin: 0 2px;
}
.et2_tabheader :first-child {
  margin-left: 0.3em;
}
/**
 * VFS widget(s)
 */
ul.et2_vfs {
  padding-left: 0px;
  margin: 1px;
}
.et2_vfs li.vfsFilename {
  display: inline;
}
.et2_vfs li.vfsFilename:not(:last-child):after {
  padding: 0.25ex;
}
/**
* Validation
*/
[required] {
  background-color: #ffc200;
}
.invalid {
  border: 1px solid #a6261d;
  background-color: #faecec;
}
.error {
  -moz-border-radius: 0 4px 4px 0;
  -moz-box-shadow: 0 0 6px #DDDDDD;
  background-color: #FFFE36;
  border: 1px solid #E1E16D;
  color: #000000;
  display: none;
  font-size: 11px;
  height: 15px;
  padding: 4px 10px;
}
.error p {
  margin: 0;
}
/**
 * hrule widget
 */
hr {
  border-style: none;
  border-top: 1px solid silver;
  height: 1px;
  margin: 10px 0px 10px 0px;
}
/**
 * grid widget
 */
table.et2_grid {
  border-collapse: collapse;
}
.et2_grid td {
  /*	border: 1px dashed silver;*/
}
/**
 * Sortable grid
 */
table.et2_grid tbody.ui-sortable > tr:not(.th) {
  cursor: ns-resize;
}
/**
 * Create some spacing for widgets inside labels
 */
label input,
label span,
label div,
label select,
label textarea {
  margin-left: 1ex;
  margin-right: 1ex;
}
/**
 * Message styles
 */
/* Style used for a generic message (such as success messages or validation errors) */
div.message {
  display: block;
  border: 1px solid gray;
  padding: 3px 3px 3px 22px;
  margin: 5px 0px 5px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: 3px center;
  clear: left;
  max-width: 500px;
}
div.message.floating {
  display: inline-block;
  margin: 0px 5px 0px 5px;
}
.message.validation_error {
  color: #a93030;
  font-style: italic;
  background-color: #f3d4d0;
  border-color: #a93030;
  background-image: url(images/error.png);
  background-repeat: no-repeat;
  padding-left: 20px;
}
.message.success {
  font-style: normal;
  background-color: #e5f3d0;
  color: #98a930;
  border-color: #9ea930;
  background-image: url(images/tick.png);
  background-repeat: no-repeat;
  padding-left: 20px;
}
.message.hint {
  font-style: normal;
  background-color: #d9e2ed;
  border-color: #56729a;
  color: #56729a;
  background-image: url(images/hint.png);
  background-repeat: no-repeat;
  padding-left: 20px;
}
/**
 * Nextmatch widget
 */
.et2_nextmatch {
  /*	background-color: silver;*/
}
/* Left & right headers*/
.et2_nextmatch > div > .header {
  margin-top: -20px;
  border: none;
}
.nextmatch_header .header_count {
  padding: 0px 20px;
  margin: 6px 20px 0px;
  border: 1px solid #E0E0E0;
  float: right;
  font-size: 150%;
  text-align: center;
}
.nextmatch_header > .filters {
  padding-left: 5px;
}
.nextmatch_header > .filters select {
  margin-right: 2ex;
}
.nextmatch_header .et2_button_icon {
  vertical-align: middle;
}
.nextmatch_header > .filters .et2_button_icon {
  margin-top: 8px;
}
.et2_nextmatch .nextmatch_header {
  border: none;
  background-image: none;
  margin-bottom: 3px;
}
.et2_nextmatch .nextmatch_header > .filters {
  border: 1px solid silver;
  background-color: #E0E0E0;
  background-image: url(../../../phpgwapi/templates/default/images/egw_action/header_overlay.png);
  background-position: center;
  background-repeat: repeat-x;
  margin-bottom: 3px;
}
/* Favorites */
.nextmatch_header div[id$=favorite_wrapper] {
  margin-top: 6px;
  vertical-align: middle;
}
#nm_favorites_popup_filters .filter_id,
#nm_favorites_popup_filters .filter_value {
  width: 45%;
  display: inline-block;
}
.nextmatch_header ul.favorites {
  min-width: 20ex;
}
.nextmatch_header .favorites li .ui-menu .ui-menu-item a {
  text-indent: -22px;
  margin-left: 21px;
}
.nextmatch_header .favorites.ui-menu li.ui-menu-item a.ui-state-hover {
  margin-left: 20px;
}
.favorites li:hover div.ui-icon {
  display: inline-block;
}
.favorites li span.ui-state-active {
  border: none;
}
.favorites input {
  margin-right: 1ex;
}
.favorites img {
  margin-right: 1ex;
  height: 16px;
  width: 16px;
}
.favorites div.ui-icon-trash {
  position: relative;
  float: right;
  display: none;
}
.favorites .sideboxstar {
  background-image: url("../images/bullet.png");
  background-repeat: no-repeat;
  height: 9px;
  width: 9px;
}
.sidebox-favorites ul.favorites {
  width: 99%;
  padding: 0px;
  border: none;
  background: white;
}
.sidebox-favorites ul.favorites li {
  padding-left: 0 !important;
  margin-left: 0px;
  line-height: 1.5em;
}
.sidebox-favorites ul.favorites li img {
  margin-right: 1ex;
  height: 16px;
  padding: 3px;
  background-color: #f0f0f0;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sidebox-favorites ul.favorites li img:hover {
  height: 16px;
  /*.Complete_Button_Icon_hover ;*/
}
.sidebox-favorites ul.favorites li img.sideboxstar {
  margin-right: 1ex;
  height: 16px;
  background-color: #f0f0f0;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sidebox-favorites ul.favorites li img.sideboxstar:hover {
  height: 16px;
  background-color: #b3b3b3 !important;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sidebox-favorites .ui-state-hover,
.sidebox-favorites .ui-widget-content .ui-state-hover,
.sidebox-favorites .ui-widget-header .ui-state-hover,
.sidebox-favorites .ui-state-focus,
.sidebox-favorites .ui-widget-content .ui-state-focus,
.sidebox-favorites .ui-widget-header .ui-state-focus {
  border-top: solid 1px 1px;
  border-left: solid 1px 1px;
  border-right: solid 1px 1px;
  border-bottom: solid 1px 1px;
  border-color: #f0f0f0;
  background: transparent !important;
  font-weight: bold;
  color: #000000;
}
.sidebox-favorites .ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 1em;
  padding: 0.5em 1em 0.5em 0;
}
.sidebox-favorites .ui-menu-icons .ui-menu-item a:hover {
  background-color: #b3b3b3 !important;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sidebox-favorites .ui-menu .ui-menu-item:hover {
  background-color: #ffdd73;
}
.sidebox-favorites .ui-menu .ui-menu-item a {
  line-height: inherit;
  padding: 2px 0px;
  padding-left: 0 !important;
}
.sidebox-favorites .ui-menu .ui-menu-item a:hover {
  text-decoration: underline;
  /*.Complete_Button_Icon_hover ;*/
}
.sidebox-favorites .ui-menu .ui-menu-item a img {
  height: 14px;
  width: 14px;
}
.sidebox-favorites div.ui-icon-heart {
  position: relative;
  float: left;
  display: inline-block;
  margin: -3px 1px 0px 1px;
  background-image: none;
}
.sidebox-favorites div.ui-icon-trash {
  background-image: url(../images/delete.png);
  background-size: 16px 16px;
  background-position: 0 0;
  background-color: #e6e6e6;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 0.5em;
  padding: 0px 2px 0 2px;
  width: 10px;
}
.nextmatch_sortheader {
  color: #003075;
  cursor: pointer;
  padding-right: 10px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: right center;
}
.nextmatch_sortheader:hover {
  text-decoration: underline;
}
.nextmatch_sortheader.asc {
  font-weight: bold;
  background-image: url(../images/up.png);
  background-size: 12px 12px;
}
.nextmatch_sortheader.desc {
  font-weight: bold;
  background-image: url(../images/down.png);
  background-size: 12px 12px;
}
.nextmatch_resize_helper {
  border-right: 1px dotted gray;
  min-height: 100%;
  background-color: gray;
  opacity: 0.5;
}
/**
 * Grid / nextmatch Hierarchy 
 */
/* Make sure arrow & cell content don't overlap */
.egwGridView_grid span.arrow {
  margin: 6px -12px 4px 4px;
  float: left;
  position: relative;
}
.egwGridView_grid span.arrow ~ div.innerContainer {
  display: inline-block;
}
/* Indent the sub-grid */
.egwGridView_grid .egwGridView_grid {
  margin-left: 10px;
  border-left: 1px solid silver;
}
/** 
 * This class' margin-right is used to line up columns at each indent level
 * Classes level_# are created programmatically with margin-right * depth
 * Margin-right = -(indent + border)
 */
.indentation {
  margin-right: -11px;
}
/* End of hierarchy */
/* Mangled link-to widget inside a nextmatch - used for DnD uploads */
.et2_nextmatch * .et2_link_to {
  position: relative;
  left: 0px;
  background-color: inherit;
  border: 1px gray;
  padding: 5px;
}
.et2_clickable {
  cursor: pointer;
}
/**
 * et2_portlet
 */
div.et2_portlet {
  min-width: 100px;
}
.et2_portlet .ui-widget-header {
  margin: 0em;
  padding-bottom: 4px;
  padding-left: 0.2em;
}
.et2_portlet .ui-widget-header span.ui-icon {
  display: inline-block;
  float: right;
}
.et2_portlet .ui-widget-header span.ui-icon.ui-icon-gear {
  display: inline-block;
  float: left;
}
/**
 * et2_progress
 */
div.et2_progress {
  display: inline-block;
  border: 1px solid black;
  background-color: white;
  width: 30px;
  padding: 1px;
  margin: 2px;
  text-align: left;
}
div.et2_progress > div {
  background-color: #D00000;
  height: 5px;
}
.egwResizeOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999;
  cursor: ew-resize;
}
.egwResizeHelper {
  position: absolute;
  display: block;
  z-index: 99998;
  opacity: 0.5;
  background-color: #829cbc;
  cursor: ew-resize;
}
/**
 * Indent grid sublevels
 */
.et2_nextmatch .subentry.level_1 div.et2_vbox {
  margin-left: 2.5em;
}
.et2_nextmatch .subentry.level_2 div.et2_vbox {
  margin-left: 5em;
}
.et2_nextmatch .subentry.level_3 div.et2_vbox {
  margin-left: 7.5em;
}
/**
 * itempicker widget
 */
.et2_itempicker {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 256px;
}
.et2_itempicker_left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  overflow: hidden;
}
.et2_itempicker_right {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 49px;
  right: 0;
  bottom: 0;
  border: 1px solid #b6b6b6;
  background-color: #f9f9f9;
}
.et2_itempicker_right_container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.et2_itempicker_app_select {
  list-style-type: none;
  padding: 0;
}
.et2_itempicker_app_select li {
  display: block;
  margin: 0;
  padding: 6px;
}
.et2_itempicker_app_select li.selected {
  border: 1px solid #b6b6b6;
  border-right: 1px solid transparent;
  background-color: #f9f9f9;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.et2_itempicker_search {
  display: inline-block;
  margin: 1em;
  margin-bottom: 0;
  margin-right: 0;
  width: 67%;
  padding: 0.2em;
}
.et2_itempicker_clear {
  position: relative;
  top: 3px;
  left: -20px;
}
.et2_itempicker_button_action {
  position: absolute;
  margin: 1em;
  top: 0;
  right: 0;
}
.et2_itempicker_itemlist {
  display: block;
  border: 1px solid #b6b6b6;
  margin: 1em;
  margin-bottom: 0;
  padding: 0;
  height: 67%;
  background-color: #ffffff;
  overflow: auto;
}
.et2_itempicker_itemlist ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.et2_itempicker_itemlist li {
  display: block;
  margin: 0;
  padding: 4px;
  color: #284d8a;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.et2_itempicker_itemlist li.row_on {
  background-color: #f2f9fe;
}
.et2_itempicker_itemlist li.selected {
  color: #ffffff;
  background-color: #3875d7;
}
/**
 * et2_dialog: EGroupware left aligns all buttons, but [Delete]
 */
div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: left;
}
div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  float: left;
  margin-right: 1em;
}
.et2_prompt #message {
  white-space: pre-wrap;
  padding-bottom: 10px;
}
.et2_prompt #value {
  width: 100%;
}
/**
* et2_taglist
*/
.ms-ctn,
.ms-res-ctn {
  /* It doesn't really work smaller than this */
  min-width: 150px;
}
.ms-ctn .loading {
  position: relative;
  margin: 0px auto -16px auto;
  top: 5px;
}
.ms-res-ctn {
  overflow-x: hidden;
}
/*sadfs*/
/**
 * EGroupware: Stylite Pixelegg template
 *
 * et2 Messages
 *
 * Please do NOT change css-files directly, instead change less-files and compile them!
 *
 * @link http://www.egroupware.org
 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
 * @package pixelegg
 * @version $Id$
 */
#uical_select_resource {
  background-color: #ffdd73;
}
.uiaccountselection .primary_group {
  background-color: #ffdd73;
}
option:checked {
  background-color: #ffdd73;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaaaaa;
  -moz-box-shadow: 0 0 5px #aaaaaa;
  box-shadow: 0 0 5px #aaaaaa;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 87.5%;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 87.5%;
  font-size: 1em;
}
.ui-widget-content {
  border-top: solid 1px #ffc200;
  border-left: solid 1px #ffc200;
  border-right: solid 1px #ffc200;
  border-bottom: solid 1px #ffc200;
  background-image: none;
  color: #808080 !important;
  background: white;
}
.ui-widget-content a {
  color: #999999;
}
.ui-widget-header {
  border-top: solid 1px 1px;
  border-left: solid 1px 1px;
  border-right: solid 1px 1px;
  border-bottom: solid 1px 1px;
  border-color: #f0f0f0;
  color: #ffffff;
  font-weight: bold;
  background-image: none;
  background-color: #0c5da5;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border-top: solid 1px 1px;
  border-left: solid 1px 1px;
  border-right: solid 1px 1px;
  border-bottom: solid 1px 1px;
  border-color: #f0f0f0;
  background: transparent;
  font-weight: bold;
  color: #999999;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #999999;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border-top: solid 1px 1px;
  border-left: solid 1px 1px;
  border-right: solid 1px 1px;
  border-bottom: solid 1px 1px;
  border-color: #f0f0f0;
  background: #ffc200;
  color: #000000;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #808080;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border-top: solid 1px 1px;
  border-left: solid 1px 1px;
  border-right: solid 1px 1px;
  border-bottom: solid 1px 1px;
  border-color: #bfbfbf;
  background: #ffc200;
  font-weight: bold;
  color: #808080;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #808080;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border-top: solid 1px 1px;
  border-left: solid 1px 1px;
  border-right: solid 1px 1px;
  border-bottom: solid 1px 1px;
  border-color: #f0f0f0;
  background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
  color: #808080;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #e6e6e6;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border-top: solid 1px 1px;
  border-left: solid 1px 1px;
  border-right: solid 1px 1px;
  border-bottom: solid 1px 1px;
  border-color: #f0f0f0;
  color: #b3b3b3;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a {
  color: #ff0000;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ff0000;
}
/*Schliessen x*/
.ui-icon-closethick {
  color: #ffffff;
  background-color: #ff0000;
}
/**
 * EGroupware: Stylite Pixelegg template
 *
 * less file for magic suggest
 *
 * Please do NOT change css-files directly, instead change less-files and compile them!
 *
 * @link http://www.egroupware.org
 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
 * @package pixelegg
 * @version $Id$
 */
.ms-ctn {
  position: relative;
  height: 28px;
  padding: 0;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  cursor: default;
  display: block;
}
.ms-ctn-invalid {
  border: 1px solid #CC0000;
}
.ms-ctn-readonly {
  cursor: pointer;
}
.ms-ctn-disabled {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.ms-ctn-bootstrap-focus,
.ms-ctn-bootstrap-focus .ms-res-ctn {
  /* IE6-9 */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #0c5da5 !important;
}
.ms-ctn input {
  border: 0;
  box-shadow: none;
  -webkit-transition: none;
  outline: none;
  display: block;
  padding: 4px 6px;
  line-height: normal;
  overflow: hidden;
  height: auto;
  border-radius: 0;
  float: none;
  margin: 2px 0 2px 2px;
}
.ms-ctn-disabled input {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.ms-ctn .ms-input-readonly {
  cursor: pointer;
}
.ms-ctn .ms-empty-text {
  color: #DDD;
}
.ms-ctn input:focus {
  border: 0;
  box-shadow: none;
  -webkit-transition: none;
  background: #FFF;
}
.ms-ctn .ms-trigger {
  float: right;
  width: 27px;
  height: 28px;
  border-left: 1px solid #CCC;
  background: #EEE;
  cursor: pointer;
}
.ms-ctn .ms-trigger .ms-trigger-ico {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid gray;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-left: 9px;
  margin-top: 13px;
}
.ms-ctn .ms-trigger:hover {
  background: -moz-linear-gradient(100% 100% 90deg, #e3e3e3, #f1f1f1);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#e3e3e3));
}
.ms-ctn .ms-trigger:hover .ms-trigger-ico {
  background-position: 0 -4px;
}
.ms-ctn-disabled .ms-trigger {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.ms-ctn-bootstrap-focus {
  border-bottom: 1px solid #CCC;
}
.ms-res-ctn {
  position: relative;
  background: #FFF;
  overflow-y: auto;
  z-index: 9999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CCC;
  left: -1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ms-res-ctn .ms-res-group {
  line-height: 23px;
  text-align: left;
  padding: 2px 5px;
  font-weight: bold;
  border-bottom: 1px dotted #CCC;
  border-top: 1px solid #CCC;
  background: #f3edff;
  color: #333;
}
.ms-res-ctn .ms-res-item {
  line-height: 25px;
  text-align: left;
  padding: 2px 5px;
  color: #666;
  cursor: pointer;
}
.ms-res-ctn .ms-res-item-grouped {
  padding-left: 15px;
}
.ms-res-ctn .ms-res-odd {
  background: #F3F3F3;
}
.ms-res-ctn .ms-res-item-active {
  background-color: #3875D7;
  color: #fff;
}
.ms-sel-ctn {
  overflow: auto;
  line-height: 22px;
  padding-right: 0px;
}
.ms-sel-ctn .ms-sel-item {
  background: #ffdd73;
  color: #000000;
  float: left;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 3px;
  margin-left: 5px;
  margin-top: 4px;
}
.ms-sel-ctn .ms-sel-text {
  background: #FFF;
  color: #666;
  padding-right: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: normal;
}
.ms-res-ctn .ms-res-item em {
  font-style: normal;
  background: #565656;
  color: #FFF;
}
.ms-sel-ctn .ms-sel-item:hover {
  background: #ffd140;
}
.ms-sel-ctn .ms-sel-text:hover {
  background: #FFF;
}
.ms-sel-ctn .ms-sel-item-active {
  border: 1px solid red;
  background: #757575;
}
.ms-ctn .ms-sel-ctn .ms-sel-item {
  margin-top: 3px;
}
.ms-stacked .ms-sel-item {
  float: inherit;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn {
  width: 7px;
  cursor: pointer;
  height: 7px;
  float: right;
  margin: 8px 2px 0 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAEZ0FNQQAAsY58+1GTAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABSSURBVHjahI7BCQAwCAOTzpThHMHh3Kl9CVos9XckFwQAuPtGuWTWwMwaczKzyHsqg6+5JqMJr28BABHRwmTWQFJjTmYWOU1L4tdck9GE17dnALGAS+kAR/u2AAAAAElFTkSuQmCC);
}
.ms-sel-ctn .ms-sel-item .ms-close-btn:hover {
  background-position: 0 -7px;
}
.ms-helper {
  color: #AAA;
  font-size: 10px;
  position: absolute;
  top: -17px;
  right: 0;
}
/**
 * layout_*.less files are Pixelegg template specific
 */
/**
 * EGroupware: CSS with less preprocessor
 *
 * Definitions for apps
 *
 * Please do NOT change css-files directly, instead change less-files and compile them!
 *
 * @link http://www.egroupware.org
 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
 * @package phpgwapi
 * @version $Id$
 * 
 * definitions of globally used items (buttons, fields, tables)
 * 
 */
input[type="submit"],
input[type="button"],
input[type="reset"],
button,
.egwbutton {
  background-color: #B9D5E3;
  border: 1px outset #B9D5E3;
  color: #004E7D;
}
.et2_button_text,
input[type="button"] {
  background-color: #f0f0f0;
  color: #b3b3b3;
  margin: 5px;
  padding: 3px;
  border-radius: 20px 3px 3px 3px;
  -webkit-border-radius: 20px 3px 3px 3px;
  -moz-border-radius: 20px 3px 3px 3px;
}
.et2_button_text :before,
input[type="button"] :before {
  content: "►";
  color: red;
  font-size: 50px;
}
/**##################################################################################################
 * Button widget - text only, and icon
 *
 * ##################################################################################################
 */
.et2_button_text,
input[type=button] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f0f0;
  border-color: #808080;
  cursor: pointer;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
}
.et2_button_text:hover,
input[type=button]:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  cursor: pointer;
  background-color: #b3b3b3 !important;
}
.et2_button_text:active,
input[type=button]:active {
  color: #000000;
}
.et2_button_text:focus,
input[type=button]:focus {
  color: #000000;
}
/* Button Hinzufügen */
#add.et2_button {
  background-color: #0b5fa4;
  color: #FFF;
  text-shadow: none;
  height: 35px;
  background-image: none !important;
  -webkit-border-radius: 3px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius: 3px;
  -moz-border-radius-topleft: 20px;
  border-radius: 3px;
  border-top-left-radius: 20px;
}
#add.et2_button:before {
  content: "+";
  font-size: 2em;
  color: #ffc200;
}
input[type="submit"][id="edit"],
input[type="button"][id="edit"],
button[id*="edit"],
input[type="submit"][id="edit"]:hover,
input[type="button"][id="edit"]:hover,
button[id*="edit"]:hover {
  background-image: url('../images/bearbeiten.png');
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  color: #000000;
  padding-left: 30px !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: auto;
  height: 32px;
}
input[type="submit"][id*="copy"],
input[type="button"][id*="copy"],
button[id*="copy"],
input[type="submit"][id*="copy"]:hover,
input[type="button"][id*="copy"]:hover,
button[id*="copy"]:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  color: #000000;
  padding-left: 30px !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: auto;
  height: 32px;
  background-image: url('../images/kopieren.png');
}
input[type="submit"][id*="cancel"],
input[type="button"][id*="cancel"],
button[id*="cancel"],
input[type="submit"][id*="cancel"]:hover,
input[type="button"][id*="cancel"]:hover,
button[id*="cancel"]:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  color: #000000;
  padding-left: 30px !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: auto;
  height: 32px;
  background-image: url('../images/abbruch.png');
}
input[type="submit"][id*="delete"],
input[type="button"][id*="delete"],
button[id*="delete"] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  color: #000000;
  padding-left: 30px !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: auto;
  height: 32px;
  background-image: url('../images/loeschen.png');
  margin-left: 3em;
}
input[type="submit"][id*="delete"]:hover,
input[type="button"][id*="delete"]:hover,
button[id*="delete"]:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  color: #000000;
  padding-left: 30px !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: auto;
  height: 32px;
  background-image: url('../images/loeschen.png');
  background-color: red !important;
}
input[type="submit"][id*="apply"],
input[type="button"][id*="apply"],
button[id*="apply"],
input[type="submit"][id*="apply"]:hover,
input[type="button"][id*="apply"]:hover,
button[id*="apply"]:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  color: #000000;
  padding-left: 30px !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: auto;
  height: 32px;
  background-image: url('../images/uebernehmen.png');
}
input[type="submit"][id*="save"],
input[type="button"][id*="save"],
button[id*="save"],
input[type="submit"][id*="save"]:hover,
input[type="button"][id*="save"]:hover,
button[id*="save"]:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  color: #000000;
  padding-left: 30px !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: auto;
  height: 32px;
  background-image: url('../images/speichern.png');
}
input[type="submit"][id*="search"],
input[type="button"][id*="search"],
button[id*="search"] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  color: #000000;
  padding-left: 30px !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: auto;
  height: 32px;
  background-image: url('../images/erweiterte-suche.png');
}
input[type="submit"][id*="search"]:hover,
input[type="button"][id*="search"]:hover,
button[id*="search"]:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  background-image: url('../images/erweiterte-suche.png');
}
input[type="submit"][id*="search"]:focus,
input[type="button"][id*="search"]:focus,
button[id*="search"]:focus {
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
button.button_ok {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  color: #000000;
  padding-left: 30px !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: auto;
  height: 32px;
  background-image: url('../images/speichern.png');
}
button.button_ok:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  color: #000000;
  padding-left: 30px !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: auto;
  height: 32px;
  background-image: url('../images/speichern.png');
}
button#infolog-index_legacy_actions {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  color: #000000;
  padding-left: 30px !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: auto;
  height: 32px;
  background-image: url('../images/bearbeiten.png');
}
button#infolog-index_legacy_actions:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  background-image: url('../images/bearbeiten.png');
}
button#infolog-index_legacy_actions:focus {
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
button[id*="note"] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  color: #000000;
  padding-left: 30px !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: auto;
  height: 32px;
}
button[id*="note"]:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
button[id*="note"]:focus {
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
button#mail-compose_button[send],
button#mail-compose_button[id*="send"],
.mail-compose_button {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  color: #000000;
  padding-left: 30px !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: auto;
  height: 32px;
  background-image: url(../../mail/templates/default/images/mail_send.png) !important;
  height: 26px;
  padding: 0 3px 0 0;
  background-color: #d9d9d9;
}
button#mail-compose_button[send]:hover,
button#mail-compose_button[id*="send"]:hover,
.mail-compose_button:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
button#mail-compose_button[send]:focus,
button#mail-compose_button[id*="send"]:focus,
.mail-compose_button:focus {
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
button[id*="add_alarm"] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #000000;
  padding-left: 30px !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: auto;
  height: 32px;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  background-image: url("../images/k_alarm.png") !important;
  height: 26px;
  padding: 0 3px 0 0;
  background-color: #d9d9d9;
}
button[id*="add_alarm"]:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  height: 26px;
}
button[id*="add_alarm"]:focus {
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  height: 26px;
}
/**
 * EGroupware: Stylite Pixelegg template
 *
 * et2 Messages
 *
 * Please do NOT change css-files directly, instead change less-files and compile them!
 *
 * @link http://www.egroupware.org
 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
 * @package pixelegg
 * @version $Id$
 */
/* @group Base */
.chzn-container {
  color: #808080;
  width: auto;
}
.chzn-container .chzn-drop {
  width: auto;
}
/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single span {
  width: auto;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
  color: #808080;
}
/* @end */
/* @group Multi Chosen */
/* @end */
/* @group Active  */
.chzn-container-active .chzn-choices li.search-field input {
  color: #111 !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-color: #bfbfbf;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  width: auto;
  margin: 0.5em 0em 0.5em 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.chzn-container-active .chzn-choices li.search-field input:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
.chzn-container-active .chzn-choices li.search-field input:focus {
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfbf;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
/* @end */
/* @group Disabled Support */
/* @end */
/* @group Right to Left */
/* @end */
/* @group Retina compatibility */
/* @end */
/**
 * Egw customizations for Chosen widget
 */
/**
 * EGroupware: CSS with less preprocessor
 *
 * et2 Messages
 *
 * Please do NOT change css-files directly, instead change less-files and compile them!
 *
 * @link http://www.egroupware.org
 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
 * @package phpgwapi
 * @version $Id$
 */
.egw_fw_ui_app_header_container {
  border-width: 9px 0px 0px 9px;
  border-style: solid;
  border-color: #bfbfbf;
  background-color: #bfbfbf;
}
.egw_fw_ui_app_header_container .egw_fw_ui_app_header {
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: #D5DDE6;
  -webkit-border-radius: 3px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius: 3px;
  -moz-border-radius-topright: 20px;
  border-radius: 3px;
  border-top-right-radius: 20px;
  padding: 14px 2px 4px 15px;
  font-size: 1em;
  font-weight: normal;
  background-color: #f0f0f0;
  color: #408dd2;
  width: 80%;
}
.egw_fw_ui_app_header_container .egw_fw_ui_app_header:before {
  content: "! ";
  color: #ffc200;
  font-size: 1em;
}
.colselection.ui-widget-content {
  width: 33%;
}
/**
 * EGroupware: CSS with less preprocessor
 *
 * Definitions for content-elements
 *
 * Please do NOT change css-files directly, instead change less-files and compile them!
 *
 * @link http://www.egroupware.org
 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
 * @package phpgwapi
 * @version $Id$
 */
/* #######################################################################################
*
*
* Inhaltselemente
*
*
* ########################################################################################
*/
html * {
  font-size: 100%;
}
body {
  background-image: none;
  background-color: #f0f0f0;
  color: #000000;
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
  height: 100% !important;
}
body,
td,
textarea {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 87.5%;
}
#egw_fw_basecontainer {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 87.5%;
  background-color: #fafafa;
}
input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-color: #bfbfbf;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  width: auto;
  margin: 0.5em 0em 0.5em 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
input:focus {
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfbf;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
select {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  width: auto;
  margin: 0.5em 0em 0.5em 0.5em;
  padding: 3px;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #cccccc, 0 -1px #ffffff inset;
  -moz-box-shadow: 0 3px 0 #cccccc, 0 -1px #ffffff inset;
  box-shadow: 0 3px 0 #cccccc, 0 -1px #ffffff inset;
  background: #f8f8f8;
  color: #888;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
select:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
select:focus {
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfbf;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
p {
  font-size: 12px;
}
h1 {
  font-size: 200%;
  line-height: 1.2em;
  margin: 0.4em 0 0;
}
h2 {
  font-size: 170%;
  line-height: 1.2em;
  margin: 0.6em 0 0;
}
h3 {
  font-size: 150%;
  line-height: 0.8571em;
  margin: 0.8571em 0 0;
}
h3 a {
  color: #999999;
}
h4 {
  font-size: 110%;
  line-height: 1.125em;
  margin: 1.125em 0 0;
}
h5 {
  font-size: 100%;
  line-height: 1.2857em;
  margin: 1.2857em 0 0;
}
h6 {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.5em;
  margin: 1.5em 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 18px;
  }
}
select {
  position: relative;
}
select:after {
  content: '<>';
  font: 11px "Consolas", monospace;
  color: #aaa;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 8px;
  top: 2px;
  padding: 0 0 2px;
  border-bottom: 1px solid #ddd;
  position: absolute;
  pointer-events: none;
}
select:before {
  content: '';
  right: 6px;
  top: 0px;
  width: 20px;
  height: 20px;
  background: #f8f8f8;
  position: absolute;
  pointer-events: none;
  display: block;
}
div.selectbox-wrapper ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
div.selectbox-wrapper ul li.selected {
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current {
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}
.sbHolder {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  width: auto;
  margin: 0.5em 0em 0.5em 0.5em;
  padding: 3px;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 87.5%;
  font-size: 1.2em;
  font-weight: normal;
  height: 30px;
  position: relative;
  width: 10em;
}
.sbHolder:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
.sbHolder:focus {
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfbf;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
.sbSelector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 170px;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #808080;
  outline: none;
  text-decoration: none;
}
.sbToggle {
  background: url(../img/select-icons.png) 0 -116px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.sbToggle:hover {
  background: url(../images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen {
  background: url(../images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover {
  background: url(../images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.sbOptions {
  background-color: #ffffff;
  border: solid 1px #515151;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 200px;
  z-index: 1;
  overflow-y: auto;
}
.sbOptions li {
  padding: 0 7px;
}
.sbOptions a {
  border-bottom: dotted 1px #515151;
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
}
.sbOptions a:link,
.sbOptions a:visited {
  color: #000000;
  text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #EBB52D;
}
.sbOptions li.last a {
  border-bottom: none;
}
.sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
  border-bottom: dotted 1px #515151;
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
  padding-left: 17px;
}
.th {
  background-color: #e0e0e0;
}
a:link,
a:visited,
select,
input,
textarea {
  color: #000000;
}
select,
input,
button {
  color: #000000;
  font-size: 99%;
  padding: 0.2em 0;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
}
select {
  font-size: 100%;
}
a:link,
a:visited {
  cursor: pointer;
  color: #000000;
  text-decoration: none;
}
a:hover,
a:active {
  cursor: pointer;
  color: #000000;
  text-decoration: underline;
}
.divLoginboxHeader,
.divSideboxHeader,
a.appTitles,
.appTitles,
a.textSidebox,
.textSidebox,
#fmStatusBar {
  font-size: 90%;
}
.prefSection {
  font-weight: bold;
  font-size: 145%;
  line-height: 40px;
}
#divAppboxHeader {
  line-height: 28px;
  font-size: 125%;
  font-weight: bold;
  color: #666666;
}
#divGenTime,
#divPoweredBy {
  font-size: 80%;
  color: #ff0000;
}
#divPoweredBy {
  color: #000000;
}
#sideboxdragarea {
  z-index: 100;
  position: absolute;
  left: 0px;
  top: 105px;
}
#menu2handle {
  padding-top: 10px;
}
#menu1close {
  position: absolute;
  right: 7px;
  top: 7px;
}
.lettersearch {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  cursor: pointer;
}
.lettersearch:hover {
  background-color: #b3b3b3 !important;
  color: #ffffff;
}
.lettersearch_active {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  cursor: pointer;
  background-color: #b3b3b3 !important;
  font-weight: bold;
}
td.lettersearch {
  background-image: none;
}
/*.nextmatch_header table {
	border: none !important;
	width: 99% !important;
}*/
.egw_fw_ui_sidemenu_marker {
  display: block;
  height: 20px;
  padding: 2px 5px 2px 34px;
  margin: 0;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #c6ced6;
  cursor: pointer;
  color: gray;
  background-color: #fafafa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.egw_fw_ui_sidemenu_marker h1 {
  display: inline;
  font-size: 10pt;
  font-weight: bold;
}
.egw_fw_ui_ajaxloader {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  float: right;
}
/* traditional */
form {
  margin: 0px;
  padding: 0px;
}
img {
  border: 0;
}
input,
button,
select {
  border: solid 1px #bbbbbb;
  padding: 0.2em;
  font-size: 1.1em;
}
input[type=submit],
input[type=button],
input[type=reset],
button,
.egwbutton {
  background-color: #f0f0f0;
  background-image: none;
  border: outset 1px #b9d5e3;
  margin: 1px;
  padding: 1px;
  cursor: pointer;
  color: #004e7d;
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover,
.egwbutton:hover {
  background-color: #d9d9d9;
  background-image: none;
  border: outset 1px #b9d5e3;
  color: #004e7d;
}
input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active,
button:active,
.egwbutton:active {
  border: inset 1px #bbbbbb;
}
input[type=submit]:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
button:disabled,
.egwbutton:disabled {
  background-color: transparent;
  color: gray;
}
input.egwbutton {
  background-color: #b9d5e3;
  border: outset 1px #b9d5e3;
  margin: 1px;
  padding: 1px;
  cursor: pointer;
  color: #004e7d;
}
input.egwbutton:hover {
  background-color: #94bfd4;
  border: outset 1px #b9d5e3;
  color: #004e7d;
}
input.egwbutton:active {
  border: inset 1px #bbbbbb;
}
input[type=image] {
  cursor: pointer;
  border: 0;
}
#thesideboxcolumn {
  width: 177px;
  position: relative;
}
#sideresize {
  background-image: url(../images/resize.png);
  width: 13px;
  height: 13px;
  right: 1px;
  top: 1px;
  position: absolute;
  z-index: 9999;
}
.divSidebox {
  position: relative;
  border: #9c9c9c 1px solid;
  overflow: auto;
}
.divSideboxHeader {
  text-align: center;
  background-color: #d9d9d9;
  padding-top: 2px;
  color: #808080;
}
a.divSideboxEntry,
.divSideboxEntry {
  text-align: left;
  background-color: #FDFDFD;
}
a.appTitles,
.appTitles {
  height: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
}
a.textSidebox {
  padding: 0;
  border-top: 0;
}
.textSidebox {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 1px;
  border-top: solid #aaaaaa 1px;
  overflow: auto;
}
.sideboxSpace {
  height: 9px;
}
.greyLine {
  margin: 1px;
  border-top: solid 1px #7e7e7e;
  height: 1px;
}
#extraIcons {
  background-color: #eeeeee;
  border: solid 1px #7e7e7e;
}
.extraIconsRow {
  border: solid 1px #dddddd;
  padding: 2px;
}
#topmenu {
  background-color: #0081c1;
  background-image: url(../images/bgtopmenu2.png);
  color: #006699;
  /*border-top: solid 1px #7e7e7e;*/
  border-bottom: solid #5793ff 1px;
  height: 20px;
  padding-top: 4px ;
  line-height: 16px;
}
#topmenu a {
  color: #006699;
}
#topmenu_items {
  float: left;
}
#topmenu_info {
  float: right;
}
#divUpperTabs {
  text-align: right;
  height: 15px;
  margin-right: 10px;
}
#divUpperTabs ul {
  display: inline;
  margin: 0;
  padding: 10px 10px 0 1px;
  list-style: none;
}
#divUpperTabs li {
  float: right;
  margin: 0 5px 0 0;
  padding: 0 5px 0 5px;
  border: solid 1px #9c9c9c;
  border-bottom: 0px;
}
/* Star-Plus-HTML Hack fix for the above */
*:first-child + html #divAppIconBar {
  height: 60px;
}
#divAppTextBar {
  background-color: white;
}
#divStatusBar {
  background-color: white;
  height: 18px;
  padding-left: 3px;
}
#tdSidebox {
  width: 170px;
  background-color: white;
  overflow: visible;
}
#tdAppbox {
  background-color: white;
  padding-left: 5px;
  width: 100%;
}
#divAppboxHeader {
  background-image: url(../images/appbox-header-background.png);
  background-repeat: repeat-x;
  height: 25px;
  border-bottom: solid 1px #c0c0c0;
  text-align: center;
  padding-bottom: 0px;
  border-top: solid 1px #9c9c9c;
  border-left: solid 1px #9c9c9c;
  border-right: solid 1px #9c9c9c;
}
#divAppbox {
  background-color: #ffffff;
  padding: 5px;
  border-bottom: solid 1px #9c9c9c;
  border-left: solid 1px #9c9c9c;
  border-right: solid 1px #9c9c9c;
}
#divGenTime,
#divPoweredBy {
  bottom: 4px;
  text-align: center;
  width: 99%;
}
/**
 * EGroupware: Stylite Pixelegg template
 *
 * et2 table
 *
 * Please do NOT change css-files directly, instead change less-files and compile them!
 *
 * @link http://www.egroupware.org
 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
 * @package pixelegg
 * @version $Id$
 */
/** #####################################################################################
 * et2
 * Tabellen
 * ######################################################################################
 */
/* TABLE STYLE */
table.et2_grid {
  border-top: 3px solid;
  border-color: #f0f0f0;
}
.innerContainer {
  overflow: hidden;
}
.egwGridView_grid tr.th > td,
.nextmatch_header {
  background-color: #d9d9d9;
  font-weight: normal;
  padding: 2px;
  border-width: 0;
  border-style: solid;
  border-color: #d9d9d9;
  border-left: 0px solid transparent;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  background-image: none;
  background-position: center;
  background-repeat: repeat-x;
  vertical-align: top;
}
table.egwGridView_outer {
  background-color: #fafafa;
  border-spacing: 0px;
}
table.egwGridView_outer thead {
  background-color: #fafafa;
}
table.egwGridView_outer thead tr th {
  background-color: #d9d9d9;
  font-weight: normal;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfbf;
  border-left: 0px solid transparent;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  background-image: none;
  background-position: center;
  background-repeat: repeat-x;
  vertical-align: top;
}
table.egwGridView_outer thead tr th:hover {
  background-color: #bfbfbf;
  color: #ffffff;
  background-image: url(../images/hint-arrow-right.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
table.egwGridView_outer thead tr th:active {
  background-color: #d9d9d9;
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
table.egwGridView_outer thead tr th.optcol {
  padding: 0;
  text-align: center;
  background-image: none;
}
table.egwGridView_outer thead tr th.optcol:hover {
  background-color: #d9d9d9;
}
table.egwGridView_outer thead tr th.optcol .selectcols {
  position: fixed;
  background-color: #f0f0f0;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  right: 15px;
  border: 1px solid;
  background-image: url(../images/selectcols.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}
table.egwGridView_outer thead tr th.optcol .selectcols:active {
  background-color: #b3b3b3 !important;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url(../images/slideup.png);
  background-position: center center;
  background-repeat: no-repeat;
}
table.egwGridView_grid {
  font-size: 1.4em;
  background-color: #ffffff;
  border-spacing: 0px 1px;
  width: 100%;
}
table.egwGridView_grid img {
  width: 16px;
}
table.egwGridView_grid tbody {
  border-bottom: 1px solid #e4e7ea;
  padding: 2px 3px 2px 4px;
  margin: 0;
  vertical-align: top;
}
table.egwGridView_grid tbody tr.selected {
  background: -webkit-gradient(linear, 0 0, 0 bottom, #ffb76b, #ff7f04), -moz-linear-gradient(#ffb76b, #ff7f04), -o-linear-gradient(#ffb76b, #ff7f04), linear-gradient(#ffb76b, #ff7f04);
  -pie-background: linear-gradient(#ffb76b, #ff7f04);
  behavior: url(/PIE.htc);
  background-color: #bfbfbf;
}
table.egwGridView_grid tbody tr.focused {
  background: -webkit-gradient(linear, 0 0, 0 bottom, #ffb76b, #ff7f04), -moz-linear-gradient(#ffb76b, #ff7f04), -o-linear-gradient(#ffb76b, #ff7f04), linear-gradient(#ffb76b, #ff7f04);
  -pie-background: linear-gradient(#ffb76b, #ff7f04);
  behavior: url(/PIE.htc);
  background-color: #bfbfbf;
  background: #679fd2 !important;
}
table.egwGridView_grid tr {
  border-bottom: 1px solid;
  border-color: #f0f0f0;
}
table.egwGridView_grid tr:hover {
  background-color: #f0f0f0;
}
table.egwGridView_grid tr:active {
  background-color: #d9d9d9;
}
table.egwGridView_grid tr td {
  border-left: 0px;
  border-right: 0px;
  padding: 0.3em 0 1em 0.3em;
  /*legacy*/
}
table.egwGridView_grid tr td:hover {
  background-color: #679fd2;
}
table.egwGridView_grid tr td:active {
  background-color: #0c5da5;
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.nextmatch_header .selectcols {
  background: none;
}
.nextmatch_header tr {
  background: none;
}
/**
 * EGroupware: Stylite Pixelegg template
 *
 * Definitions for login page
 *
 * Please do NOT change css-files directly, instead change less-files and compile them!
 *
 * @link http://www.egroupware.org
 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
 * @package pixelegg
 * @version $Id$
 */
/* ##################################################################################
 *       login page
 *
 * ##################################################################################
 *
 *
 */
#login-bg {
  background-image: url("../images/login/jp-mountain-blue-sun.jpg") !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 120%;
  position: fixed;
  width: 120%;
  z-index: -1;
}
#login-bg img {
  bottom: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  right: 0;
  top: 0;
}
#loginMainDiv {
  padding: 0px;
  min-height: 720px;
  height: 100%;
  width: auto;
  border-bottom: 0px solid #7E7E7E;
}
#loginMainDiv #divAppIconBar {
  margin-left: auto;
  margin-right: auto;
  background: transparent;
}
#loginMainDiv #divAppIconBar #divLogo {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 1px;
}
#loginMainDiv div#centerBox {
  z-index: 100;
  padding-left: 40%;
}
#loginMainDiv div#centerBox #loginScreenMessage {
  position: relative;
  top: 400px;
}
#loginMainDiv div#centerBox #loginCdMessage {
  margin-bottom: 1em;
  margin-left: 40%;
}
#loginMainDiv div#centerBox #loginCdMessage span {
  padding: 0.5em;
  font-size: 1.2em;
  color: #ffc200;
  text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
  width: 100%;
}
#loginMainDiv div#centerBox form table.divLoginbox {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius: 3px;
  -moz-border-radius-topleft: 20px;
  border-radius: 3px;
  border-top-left-radius: 20px;
}
#loginMainDiv div#centerBox form table.divLoginbox td {
  padding: 0.5em;
}
#loginMainDiv div#centerBox form table.divLoginbox select {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  width: auto;
  margin: 0.5em 0em 0.5em 0.5em;
  padding: 3px;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
#loginMainDiv div#centerBox form table.divLoginbox input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-color: #bfbfbf;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  width: auto;
  margin: 0.5em 0em 0.5em 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#loginMainDiv div#centerBox form table.divLoginbox input:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
#loginMainDiv div#centerBox form table.divLoginbox input:focus {
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfbf;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"] {
  background-color: #ffc200 !important;
  color: #000000;
}
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"]:focus {
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfbf;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
/**
 * EGroupware: Stylite Pixelegg template
 *
 * Definitions for layout and raster
 *
 * Please do NOT change css-files directly, instead change less-files and compile them!
 *
 * @link http://www.egroupware.org
 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
 * @package pixelegg
 * @version $Id$
 */
/* #################################################
 * Basecontainer
 * #################################################
 */
.egw_fw_content_browser_iframe,
#divMainView {
  margin: 0;
}
.egw_fw_content_browser_iframe body,
#divMainView body {
  background-color: #ffffff;
}
.egwGridView_scrollarea {
  width: 100%;
  overflow: auto;
}
#egw_fw_header {
  width: 100%;
  float: left;
  /*     ###########################################################################################################################################
    /* ###########################################################################################################################################
    * Topmenu / Home / Einstellungen / usw..
    /* ###########################################################################################################################################
    */
}
#egw_fw_header #egw_divLogo {
  float: left;
  width: 255px;
  display: block;
  margin-left: -8px;
  text-align: center;
  height: 45px;
  background-color: #fafafa;
}
#egw_fw_header #egw_divLogo img {
  height: 40px;
  border: none;
  background-color: #fafafa;
}
#egw_fw_header #egw_fw_topmenu ul,
#egw_fw_header #egw_fw_topmenu > * > ul > li,
#egw_fw_header .topmenu_info_item,
#egw_fw_header #egw_fw_topmenu_items,
#egw_fw_header #egw_fw_topmenu_info_items {
  display: inline;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items {
  float: left;
  padding-top: 10px;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li {
  width: 32px;
  height: 32px;
  padding: 0.3em 0.4em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  color: #000000;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  background-color: inherit !important;
  color: #000000;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a {
  color: #000000;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
  color: #808080;
  border-color: #808080;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:first-child {
  margin-left: -28px;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:first-child :before {
  border: none;
}
/*#################################################
###################################################
 Slide Effekt
###################################################*/
#egw_fw_topmenu_slide {
  width: auto;
  text-align: center;
  height: 15px;
  float: left;
  position: fixed;
  left: 196px;
}
#egw_fw_topmenu_slide .slidedown {
  background-image: url("../images/slidedown.png");
  background-position: center center;
  height: 15px;
  width: 15px;
  display: block;
  margin-left: 40px;
  margin-top: 0px;
}
#egw_fw_topmenu_slide .slideup {
  background-image: url("../images/slideup.png");
  background-position: center center;
  height: 15px;
  width: 15px;
  display: block;
  margin-top: 10px;
  margin-left: 40px;
}
/*#################################################
###################################################
 Add / Print / Logout / 
    - Name / Date
###################################################*/
#egw_fw_topmenu_addons {
  /*Name / Datum / angemeldete User*/
}
#egw_fw_topmenu_addons span#quick_add {
  position: fixed;
  right: 88px;
  top: 0;
  z-index: 200;
  padding: 0 0.8em 0.8em 0.5em;
}
#egw_fw_topmenu_addons span#quick_add:before {
  content: "+";
  font-size: 2em;
  color: #ffc200;
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  height: 30px;
  padding: 0 0 0 10px;
  font-size: 0.9em;
  line-height: 1.1em;
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox:focus {
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox option:first-child:before {
  content: "+";
  font-size: 2em;
  color: #ffc200;
}
#egw_fw_topmenu_addons #egw_fw_logout {
  background-image: url(../images/logout.png);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-right: 1em;
  margin-top: 0px;
  z-index: 200;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  top: 5px;
  position: fixed;
  right: 5px;
}
#egw_fw_topmenu_addons #egw_fw_logout:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
#egw_fw_topmenu_addons #egw_fw_print {
  background-image: url(../images/print.png);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-right: 5px;
  margin-top: 0px;
  position: fixed;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  top: 5px;
  right: 45px;
  z-index: 200;
}
#egw_fw_topmenu_addons #egw_fw_print:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
#egw_fw_topmenu_addons #egw_fw_print:focus {
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items {
  padding-right: 20px;
  white-space: nowrap;
  float: right;
  display: flex;
}
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(2) {
  /*float: right;*/
  margin-top: 0;
  font-size: 1em;
  padding-right: 5px;
}
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3) {
  position: relative;
  top: 0px;
  display: inline-block;
}
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):focus {
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):before {
  content: "| ";
  font-size: 1em;
  color: #0c5da5;
}
/* ################################################################################################################
 ################################################################################################################
 ################################################################################################################
 * Sidebar
 * ################################################################################################################*/
#egw_fw_sidebar {
  position: fixed;
  overflow: hidden;
  top: 57px;
  left: 0px;
  bottom: 20px;
  width: 225px;
  background-color: #fafafa;
}
#egw_fw_sidebar #egw_fw_sidemenu {
  position: absolute;
  top: 0px;
  bottom: 4px;
  left: 4px;
  right: 5px;
  overflow: hidden;
  z-index: 0;
  padding-top: 0.6em;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
  background-color: #fafafa;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header {
  cursor: pointer;
  display: block;
  height: 30px;
  margin: 0 0;
  padding: 4px 5px 5px 15px;
  background-color: #fafafa;
  background-image: none;
  border-color: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:hover {
  background-color: #d9d9d9;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header h1 {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding-top: 0.31em;
  color: #999999;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active {
  cursor: pointer;
  background-image: none;
  background-color: #f0f0f0;
  border-radius: 27px 0px 0 0;
  border-top: 1px solid #C6CED6;
  border-left: 1px solid #C6CED6;
  margin: 0 0 0 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 27px;
  border-bottom: none;
  height: 44px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active img {
  padding-left: 10px;
  padding-top: 8px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 {
  text-transform: uppercase;
  font-size: 1.4em;
  color: #000000;
  padding-top: 8px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:hover {
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:focus {
  background-image: url("../images/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  background-color: #bfbfbf;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active .egw_fw_ui_ajaxloader {
  margin-top: -26px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content {
  display: block;
  background-image: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 27px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 27px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 27px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #bfbfbf;
  border-style: solid;
  border-width: 0px;
  margin: 0 0 2em 0;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content > div:nth-of-type(1) {
  padding: 5px 0.3em 1.5em 0.3em;
  margin: 0 0 10px 0;
  background-color: #bfbfbf;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 27px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 27px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 27px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #bfbfbf;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
  margin: 10px 5px 0px 5px;
  padding: 0.5em 1em;
  cursor: pointer;
  border-color: #bfbfbf;
  background-color: #d9d9d9;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h1 {
  margin: 5px 0px 3px 5px;
  padding: 0px 0px 0px 15px;
  font-size: 9pt;
  background-image: url(../images/arrow_left.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:hover {
  background-color: #b3b3b3 !important;
  padding: 0.5em 1em;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active {
  border-bottom-width: 0px;
  margin-top: 0px;
  background-color: #808080;
  color: #f2f2f2;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 {
  background-image: url(../images/arrow_down.png);
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 a {
  color: #FFF;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 a img {
  height: 16px;
  width: 16px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 a:hover {
  padding: 5px 30px 5px 0px;
  width: 200px;
  background-color: #f0f0f0;
  color: #808080;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  background-color: inherit !important;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content_bottom {
  border-width: 0px 1px 1px 1px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_bottom {
  border-width: 0px;
  border-color: black;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 0;
  padding-right: 10px;
  float: left;
}
#egw_fw_sidebar #egw_fw_splitter {
  position: absolute;
  background-color: #bfbfbf;
  width: 5px;
  top: 61px;
  bottom: 3px;
  right: 0px;
}
#egw_fw_sidebar #egw_fw_splitter:hover {
  background-color: #ffc200;
}
#egw_fw_sidebar #egw_fw_splitter .egw_fw_ui_splitter_vertical {
  background-image: url(../images/splitter_vert.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 5px;
  height: 100%;
  cursor: col-resize;
}
.egw_fw_ui_category_content {
  background-color: #ffffff;
  border-top-width: 0;
  border-left: 0px solid;
  border-bottom: 0px solid;
  margin-left: 4px;
  margin-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-top: 14px;
  margin-right: 5px;
  min-height: 50px;
}
.egw_fw_ui_category_content img {
  height: 16px;
  width: 16px;
}
.egw_fw_ui_category_content:hover {
  background-color: #ffffff;
  border-color: #808080;
}
.egw_fw_ui_sidemenu_listitem {
  padding: 0.5em 0;
  margin: 4px 0 5px 0px;
  position: relative;
}
.egw_fw_ui_sidemenu_listitem img.egw_fw_ui_sidemenu_listitem_icon {
  height: 9px;
  width: 9p;
  padding: 0px;
  float: left;
  background-image: url("../images/bullet.png");
}
.egw_fw_ui_sidemenu_listitem input {
  height: 16px;
  width: 81% !important;
}
.egw_fw_ui_sidemenu_listitem input[type="image"] {
  height: 10px;
  width: 10px !important;
  margin-left: 1px;
}
.egw_fw_ui_sidemenu_listitem select {
  max-width: 85% !important;
}
.egw_fw_ui_sidemenu_listitem img {
  height: 9px;
  width: 9px;
  padding: 0px;
  float: right;
}
.egw_fw_ui_sidemenu_listitem a {
  padding: 5px 0px 5px 5px;
  text-decoration: none;
  min-width: 5em;
}
.egw_fw_ui_sidemenu_listitem a:hover {
  color: #000000;
}
.egw_fw_ui_sidemenu_listitem a:active {
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
.egw_fw_ui_sidemenu_listitem div a:first-child {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f0f0;
  border-color: #808080;
  cursor: pointer;
  width: 72% !important;
}
.egw_fw_ui_sidemenu_listitem div a:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  padding: 0px 2px 0 2px;
  width: 10px;
  min-width: 5px;
}
.egw_fw_ui_sidemenu_listitem div a:nth-child(2) img {
  margin: 0 0 0 0;
  padding: 0em 0em 0 0em;
  height: 10px;
  width: 10px;
}
.egw_fw_ui_sidemenu_listitem div a:nth-child(2):hover {
  background-color: #ff0000;
  background-color: #b3b3b3 !important;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
}
.egw_fw_ui_sidemenu_listitem:hover {
  color: #000000;
  background-color: #ffdd73;
  padding: 0.5em 0;
}
.egw_fw_ui_scrollarea {
  overflow: hidden;
  z-index: 0;
}
.egw_fw_ui_scrollarea_button {
  position: absolute;
  display: block;
  width: 100%;
  height: 12px;
  z-index: 2;
}
.egw_fw_ui_scrollarea_button_up.egw_fw_ui_scrollarea_button_hover,
.egw_fw_ui_scrollarea_button_down.egw_fw_ui_scrollarea_button_hover {
  background-image: url(../images/scroll_hover.png);
}
.egw_fw_ui_scrollarea_button_disabled {
  display: none !important;
}
.egw_fw_ui_scrollarea_button_up,
.egw_fw_ui_scrollarea_button_down {
  height: 14px;
  background-image: url(../images/scroll.png);
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
}
.egw_fw_ui_scrollarea_button_up {
  top: 0px;
}
.egw_fw_ui_scrollarea_button_down {
  bottom: 0px;
}
.egw_fw_ui_scrollarea_outerdiv {
  height: 100%;
}
.egw_fw_content_browser_div {
  display: block;
  /*	background-color: RGB(240, 240, 255);*/
}
.egw_fw_content_browser_div_loading {
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-image: url(../images/ajax-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}
/* ###########################################################################################################################################
 /*extended for calender app*/
div#calendar-container {
  margin-left: 0px;
}
div#calendar-container div.calendar {
  margin-bottom: 1em;
  background-color: inherit;
  padding: 2%;
}
div#calendar-container div.calendar table {
  font-size: 0.9em;
  color: #000;
  cursor: default;
  padding: 0.3em;
  background-color: #fafafa;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 87.5%;
}
div#calendar-container div.calendar table thead .title {
  background-color: #ffc200;
}
div#calendar-container div.calendar table thead .daynames {
  background-color: #679fd2;
}
div#calendar-container div.calendar table tbody tr.daysrow:hover {
  background-color: #ffc200;
}
div#calendar-container div.calendar table tbody tr.rowhilite td {
  background-color: #ffc200;
}
/* ###########################################################################################################################################




/* ###########################################################################################################################################
/* ###########################################################################################################################################
* Main
/* ###########################################################################################################################################
*/
#egw_fw_main {
  margin: 3px 0em 0em 2em;
  padding: 0;
  width: auto;
}
#egw_fw_main #egw_fw_tabs {
  position: relative;
  background-color: transparent;
  float: left;
  width: 100%;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 0px 5px 0px 5px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: transparent;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header h1 {
  float: left;
  width: 100%;
  text-align: center;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header img {
  text-align: center;
  float: none;
  margin: 0 auto;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #fafafa;
  display: inline-block;
  margin: 3px 5px 0px 0px;
  padding: 2px 10px 2px 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #c6ced6;
  background-repeat: repeat-x;
  height: 49px;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover {
  background-color: #bfbfbf;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
  font-size: 100%;
  line-height: 1em;
  margin-top: 0;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
  border-width: 1px 1px 0px 1px !important;
  padding: 2px 10px 3px 10px !important;
  background-color: #bfbfbf;
  background-image: none !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active:hover {
  background-color: #bfbfbf;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header img.egw_fw_ui_tab_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: 10px;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button {
  position: absolute;
  right: 1px;
  top: 1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/close_button.png);
  float: right;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button :hover {
  background-image: url(../images/close_button_hover.png);
}
#egw_fw_main .egw_fw_ui_tab_header_hover {
  background-color: transparent;
}
#egw_fw_main .egw_fw_ui_tab_content {
  border-width: 0px 9px 0px 9px;
  border-style: solid;
  border-color: #bfbfbf;
}
#egw_fw_main .egw_fw_ui_tab_content div:nth-child(1) iframe {
  height: 100%;
  min-height: 99%;
}
div.et2_container {
  padding: 0;
}
div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget select,
div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
  height: 20px;
  padding: 0;
  margin: 0px;
  font-size: 0.95em;
}
div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2_grid {
  background-color: #ffffff;
}
/**
 * EGroupware: Stylite Pixelegg template
 *
 * Nextmatch
 *
 * Please do NOT change css-files directly, instead change less-files and compile them!
 *
 * @link http://www.egroupware.org
 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
 * @package pixelegg
 * @version $Id$
 */
/**
* Nextmatch widget
*/
.et2_nextmatch .nextmatch_header > .filters {
  padding: 0 0 0 1em;
  background-color: #f0f0f0;
  margin-bottom: 3px;
  margin: 0em;
  border-width: 0 0 1px 0;
  border-color: #d9d9d9;
  background-image: none;
}
.et2_nextmatch {
  /* Left & right headers*/
  /* Favorites */
}
.et2_nextmatch div > .header {
  margin-top: -20px;
  border: none;
}
.et2_nextmatch input,
.et2_nextmatch select {
  height: auto;
  width: auto;
}
.et2_nextmatch .nextmatch_header {
  border: none;
  background-image: none;
  background-color: #f0f0f0;
  background-size: 80% 10;
  margin-bottom: 3px;
}
.et2_nextmatch .nextmatch_header img {
  height: 16px;
  width: 16px;
}
.et2_nextmatch .nextmatch_header div.et2_hbox_right {
  background: transparent;
}
.et2_nextmatch .nextmatch_header div.et2_hbox_right table.et2_grid {
  background: transparent;
}
.et2_nextmatch .nextmatch_header .et2_button_icon {
  vertical-align: middle;
  background-color: #f0f0f0;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 0px;
  margin-right: 1em;
  height: 16px;
  width: 16px;
  padding: 2px;
}
.et2_nextmatch .nextmatch_header .et2_button_icon:hover {
  background-color: #b3b3b3 !important;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.et2_nextmatch .nextmatch_header .header_count {
  position: relative;
  top: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f0f0;
  border-color: #808080;
  cursor: pointer;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #bfbfbf;
  position: relative;
  top: 5px;
  /**
            * Drop down button
            */
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown {
  height: 2em;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown img,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown img,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown img,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown img {
  height: 16px;
  width: 16px;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button {
  height: 3.0ex;
  display: inline-block;
  vertical-align: middle;
  margin-right: -2px;
  padding: 0px 1ex;
  background-color: #ffffff;
  background-image: none;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button > div,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button > div,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button > div,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button > div {
  vertical-align: middle;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button:last-child,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button:last-child,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button:last-child,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button:last-child {
  padding: 0px;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown + ul.ui-menu,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown + ul.ui-menu,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown + ul.ui-menu,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown + ul.ui-menu {
  position: absolute;
  z-index: 2;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul {
  border-color: #bfbfbf;
  background-color: #ffffff;
  color: #000000;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul li,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul li,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul li,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul li {
  background-color: #ffffff;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul li:hover,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul li:hover,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul li:hover,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul li:hover {
  background-color: #f0f0f0;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul li a,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul li a,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul li a,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul li a {
  height: 40px;
  border: none;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul li a img,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul li a img,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul li a img,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul li a img {
  height: 16px;
  width: 16px;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul li a:hover,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul li a:hover,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul li a:hover,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul li a:hover {
  background: none;
  text-indent: -22px;
  margin-left: 21px;
  height: 40px;
}
.et2_nextmatch div#favorite_wrapper {
  margin-top: 8px;
  vertical-align: middle;
}
.filters {
  padding: 0 0 0 1em;
  background-color: #f0f0f0;
  margin-bottom: 3px;
  margin: 0em;
  border-width: 0 0 1px 0;
  border-color: #d9d9d9;
  background-image: none;
  width: 80%;
}
.filters img.et2_button_icon {
  float: right;
  position: relative;
  top: 0px;
}
.filters select {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  width: auto;
  margin: 0.5em 0em 0.5em 0.5em;
  padding: 3px;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-right: 2ex;
  padding: 5px;
}
.filters select:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
.filters select#cat_id {
  margin-left: 1em;
}
.filters input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-color: #bfbfbf;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  width: auto;
  margin: 0.5em 0em 0.5em 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.filters input:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
.filters button {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-color: #bfbfbf;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  width: 3em;
  -webkit-border-radius: 3px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius: 3px;
  -moz-border-radius-topleft: 20px;
  border-radius: 3px;
  border-top-left-radius: 20px;
  background-color: #ffd44d;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  padding: 3px;
  margin-left: 5px;
}
.filters button:hover {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  background-color: #ffd40f !important;
  -webkit-border-radius: 3px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius: 3px;
  -moz-border-radius-topleft: 20px;
  border-radius: 3px;
  border-top-left-radius: 20px;
  background-color: #ffd40f;
}
.filters button:active {
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
  background-color: #ffd44d;
  -webkit-border-radius: 3px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius: 3px;
  -moz-border-radius-topleft: 20px;
  border-radius: 3px;
  border-top-left-radius: 20px;
}
.filters button:focus {
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfbf;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
/**
 * Less-file for egroupware
 * Definitionen Layout
 * Raster
 *
 * Version 08.2013
 * Author Stefan Reinhardt, Wolfgang Ott
 * 
 */
/* #################################################
* FOOTER
* ##################################################
*/
#egw_fw_footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 3px;
  background-color: #bfbfbf;
  clear: both;
  opacity: 1;
  z-index: 100;
  color: #e6e6e6;
}
#egw_fw_footer a {
  color: #e6e6e6;
}
#egw_fw_footer a:last-child:after {
  content: "Und wir waren auch dabei....pixelegg";
}
#egw_fw_footer:hover {
  opacity: 0.1;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity;
}
/*
	Printing
*/
@media screen {
  .onlyPrint {
    display: none;
  }
}
@media print {
  .noPrint {
    display: none;
  }
}