/*!
 * Styles for mobile app.
 * Copyright (C) 2014 Tectronik s.r.o.
 */
/*
 * Common mixins.
 * Copyright (C) 2014 Tectronik s.r.o.
 */
/*
 * Hide element.
 */
/**
 * Invisible element.
 */
/*
 * Set font size.
 *
 * Parameters:
 *   size - font size
 */
/*
 * Set direction of flexbox items.
 *
 * Parameters:
 *   direction - direction of flexbox items
 */
.display_none {
  display: none !important;
}

/*
 * Set font.
 *
 * Parameters:
 *   family - font family
 *   size - font size
 */
/*
 * Create box shadow.
 *
 * Parameters:
 *   inset - insert or null
 *   x - horizontal offset
 *   y - vertical offset
 *   blur - blur distance
 *   spread - spread distance or null
 *   color - color
 */
/*
 * Set box sizing.
 *
 * Parameters:
 *   sizing - sizing (content-box, border-box, initial, inherit)
 */
/*
 * Disabled color for foreground and background.
 *
 * Parameters:
 *   bg - background color (original)
 *   fg - foreground color (original)
 */
/*
 * Set scrollbar style.
 * 
 * Parameters:
 *   track - background color for track
 *   bbs - left/top border size for thumb
 *   bes - right/bottom border size for thumb
 *   thumb - background color for thumb
 */
.application_info .Label {
  font-weight: bold;
  font-size: 16px;
}
.application_info .Label.version {
  margin-top: 7px;
}
.application_info .Label.id {
  margin-top: 14px;
}
.application_info .Label.language {
  margin-top: 14px;
}
.application_info .Button.ok, .application_info .Button.cancel_activation {
  margin-top: 14px;
}

.activation_content .company {
  margin-top: 15px !important;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.activation_content .passwd {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.activation_content .TextInput {
  margin-bottom: 14px;
}
.activation_content .PasswordInput {
  margin-bottom: 14px;
}
.activation_content .Button.activate {
  margin-bottom: 40px;
}

.Dialog.simple > .item > .VerticalLayout > .Label {
  padding-top: 7px;
  padding-bottom: 14px;
  padding-left: 7px;
  padding-right: 7px;
}

.Label.icon::before {
  font-size: 32px !important;
  line-height: 32px !important;
}

.Screen > .top_panel {
  height: 55px !important;
}
.Screen > .top_panel .screen_title_btn {
  opacity: 1 !important;
}
.Screen > .bottom_panel {
  height: 55px !important;
}

.Label {
  font-size: 20px !important;
}

.info_panel {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.infobutton {
  background-color: #1abb9b !important;
}

.inventory_info_dialog .Label {
  font-size: 28px !important;
}
.inventory_info_dialog > .item {
  width: 80%;
  height: 70%;
  display: flex;
}
.inventory_info_dialog > .item .VerticalLayout {
  width: 100% !important;
}
.inventory_info_dialog .message {
  color: #2f3c48 !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  font-size: 28px !important;
}
.inventory_info_dialog .infobutton {
  background-color: #1abb9b !important;
}
.inventory_info_dialog .infobutton .Label {
  background-color: #1abb9b !important;
}
.inventory_info_dialog .menubutton {
  background-color: #2f3c48 !important;
}
.inventory_info_dialog .menubutton .Label {
  background-color: #2f3c48 !important;
}

.inventory_dialog .Label {
  font-size: 20px !important;
}
.inventory_dialog .VerticalLayout > .Label {
  padding: 10px 15px;
}
.inventory_dialog .VerticalLayout > .TextInput {
  margin: 0px 15px;
  font-size: 20px;
}
.inventory_dialog .VerticalLayout .Button {
  margin: 0px 15px;
}
.inventory_dialog .VerticalLayout .Button .Label {
  padding: 0px;
}
.inventory_dialog .VerticalLayout .PassportInputs {
  margin: 0px 15px 15px 15px;
  font-size: 20px;
}
.inventory_dialog .VerticalLayout .PassportInputs .ComboBox {
  margin: 12px 0px;
}
.inventory_dialog .VerticalLayout .PassportInputs .ComboBox > select {
  padding: 10px;
  font-size: 20px;
}
.inventory_dialog .VerticalLayout .NumberInput {
  margin: 0px 15px;
  padding: 10px;
}
.inventory_dialog .VerticalLayout > .ComboBox {
  margin: 0px 15px;
}
.inventory_dialog .VerticalLayout .HorizontalLayout {
  padding-top: 0px;
}

.inventory_grid > .Button.disabled.heading {
  opacity: 1 !important;
  border: 3px solid !important;
}
.inventory_grid .Button {
  padding: 28px !important;
  margin-bottom: 2px !important;
}
.inventory_grid .inventory_item {
  margin: 0px !important;
  padding: 0px !important;
  display: flex !important;
  flex: 1 1 auto !important;
}
.inventory_grid .inventory_item .VerticalLayout {
  margin: 0px !important;
  padding: 0px !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: row !important;
}
.inventory_grid .inventory_item .Label {
  width: 80px;
  margin: 0px !important;
  padding: 0px !important;
  display: flex !important;
  flex: 1 1 auto !important;
  text-align: left !important;
  min-width: 100px;
  flex-wrap: nowrap;
  font-size: 20px;
}

@media screen and (max-width: 800px) {
  .inventory_grid .inventory_item .VerticalLayout {
    flex-direction: column !important;
  }
}
/*
 * Common mixins.
 * Copyright (C) 2014 Tectronik s.r.o.
 */
/*
 * Hide element.
 */
/**
 * Invisible element.
 */
/*
 * Set font size.
 *
 * Parameters:
 *   size - font size
 */
/*
 * Set direction of flexbox items.
 *
 * Parameters:
 *   direction - direction of flexbox items
 */
.display_none {
  display: none !important;
}

/*
 * Set font.
 *
 * Parameters:
 *   family - font family
 *   size - font size
 */
/*
 * Create box shadow.
 *
 * Parameters:
 *   inset - insert or null
 *   x - horizontal offset
 *   y - vertical offset
 *   blur - blur distance
 *   spread - spread distance or null
 *   color - color
 */
/*
 * Set box sizing.
 *
 * Parameters:
 *   sizing - sizing (content-box, border-box, initial, inherit)
 */
/*
 * Disabled color for foreground and background.
 *
 * Parameters:
 *   bg - background color (original)
 *   fg - foreground color (original)
 */
/*
 * Set scrollbar style.
 * 
 * Parameters:
 *   track - background color for track
 *   bbs - left/top border size for thumb
 *   bes - right/bottom border size for thumb
 *   thumb - background color for thumb
 */
.Login {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.Login > .login_name {
  margin-top: 15px;
}
.Login > .login_password {
  margin-bottom: 15px;
}
.Login .cb_login_name {
  margin-bottom: 15px;
}
.Login .cb_login_pass {
  margin-bottom: 15px;
}
.Login .login_button.Button {
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Common mixins.
 * Copyright (C) 2014 Tectronik s.r.o.
 */
/*
 * Hide element.
 */
/**
 * Invisible element.
 */
/*
 * Set font size.
 *
 * Parameters:
 *   size - font size
 */
/*
 * Set direction of flexbox items.
 *
 * Parameters:
 *   direction - direction of flexbox items
 */
.display_none {
  display: none !important;
}

/*
 * Set font.
 *
 * Parameters:
 *   family - font family
 *   size - font size
 */
/*
 * Create box shadow.
 *
 * Parameters:
 *   inset - insert or null
 *   x - horizontal offset
 *   y - vertical offset
 *   blur - blur distance
 *   spread - spread distance or null
 *   color - color
 */
/*
 * Set box sizing.
 *
 * Parameters:
 *   sizing - sizing (content-box, border-box, initial, inherit)
 */
/*
 * Disabled color for foreground and background.
 *
 * Parameters:
 *   bg - background color (original)
 *   fg - foreground color (original)
 */
/*
 * Set scrollbar style.
 * 
 * Parameters:
 *   track - background color for track
 *   bbs - left/top border size for thumb
 *   bes - right/bottom border size for thumb
 *   thumb - background color for thumb
 */
.Screen > .top_panel {
  height: 40px;
  z-index: 499;
  position: relative;
  margin: 0px !important;
}
.Screen > .top_panel .screen_title_btn {
  flex: 1 1 auto;
  overflow: hidden;
}
.Screen > .top_panel .screen_title_btn > .item {
  justify-content: flex-start;
}
.Screen > .top_panel .screen_title_btn > .item > .Label {
  white-space: nowrap;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Screen > .top_panel .Label {
  color: white;
}
.Screen > .top_panel > .Button {
  padding-left: 18px !important;
  padding-right: 18px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.Screen > .top_panel > .menu {
  flex: 0 0 auto;
  padding: 20px;
  border-radius: 0px;
  margin: 0px;
}
.Screen > .top_panel > .top_panel_content {
  display: flex !important;
  align-self: center;
  flex: 1 1 auto;
}
.Screen > .top_panel > .screen_title {
  flex: 1 1 auto;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
  border: none;
  text-align: left;
}
.Screen > .top_panel > .ricons {
  flex: 0 0 auto;
  height: 100%;
  align-items: center;
}
.Screen > .top_panel > .ricons > .paging {
  /*edited*/
  padding: 10px;
  padding-right: 15px;
  margin: 0px;
}
.Screen > .top_panel > .ricons > .paging > .current {
  margin-right: 0px;
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
}
.Screen > .top_panel > .ricons > .paging > .delimiter {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
}
.Screen > .top_panel > .ricons > .paging > .all {
  margin-left: 0px;
  font-size: 12px;
  line-height: normal;
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
}
.Screen > .top_panel > .ricons .icon-button {
  padding-left: 18px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.Screen > .top_panel > .ricons > .send_info {
  margin-right: 15px;
  margin-left: 15px;
}
.Screen > .subtop_panel {
  z-index: 498;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
}
.Screen > .subtop_panel .Button {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 14px;
  padding-right: 14px;
}
.Screen > .subtop_panel .Button.sync {
  margin: 0px;
  margin-bottom: 14px;
}
.Screen > .subtop_panel .Button.send {
  margin: 0px;
  margin-bottom: 14px;
}
.Screen > .subtop_panel .Button.CancelSend {
  margin: 0px;
  margin-bottom: 14px;
}
.Screen > .subtop_panel .Button.CancelSend {
  margin: 0px;
  margin-bottom: 14px;
}
.Screen > .subtop_panel .Button.CancelSend .Label.icon::before {
  font-size: 22px !important;
}
.Screen > .subtop_panel .Button.exit {
  margin: 0px;
}
.Screen > .subtop_panel .VerticalLayout.left {
  margin-right: 7px;
}
.Screen > .subtop_panel .VerticalLayout.right {
  margin-left: 7px;
}
.Screen > .bottom_panel {
  height: 40px;
  z-index: 498;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px !important;
}
.Screen > .bottom_panel .Label {
  padding: 10px;
}
.Screen > .bottom_panel .Button {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.Screen > .bottom_panel .Button .Label {
  padding: 0px;
}
.Screen > .bottom_panel .Label.version_title {
  padding-right: 0px !important;
}
.Screen > .bottom_panel .Label.version {
  padding-left: 0px !important;
}
.Screen > .bottom_panel.windows_phone .Button {
  padding-top: 10px;
}
.Screen > .content {
  z-index: 497;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
}
.Screen > .content.Records {
  padding-left: 0px;
  padding-right: 0px;
}

.platform_win .Screen > .top_panel > .menu {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.platform_win .Screen > .top_panel .icon-button {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.platform_win .Screen > .top_panel > .screen_title {
  padding-left: 32px;
}
.platform_win .Screen > .bottom_panel .Button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item > .Label.label {
  margin-top: 15px;
}
.Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.h100 {
  height: auto !important;
  max-height: none !important;
}
.Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout > .item.TextInput {
  border-right: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout > .item.Button {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout > .item {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.Card .Button.pobj_drawing > div.item {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}

/*
 * Common mixins.
 * Copyright (C) 2014 Tectronik s.r.o.
 */
/*
 * Hide element.
 */
/**
 * Invisible element.
 */
/*
 * Set font size.
 *
 * Parameters:
 *   size - font size
 */
/*
 * Set direction of flexbox items.
 *
 * Parameters:
 *   direction - direction of flexbox items
 */
.display_none {
  display: none !important;
}

/*
 * Set font.
 *
 * Parameters:
 *   family - font family
 *   size - font size
 */
/*
 * Create box shadow.
 *
 * Parameters:
 *   inset - insert or null
 *   x - horizontal offset
 *   y - vertical offset
 *   blur - blur distance
 *   spread - spread distance or null
 *   color - color
 */
/*
 * Set box sizing.
 *
 * Parameters:
 *   sizing - sizing (content-box, border-box, initial, inherit)
 */
/*
 * Disabled color for foreground and background.
 *
 * Parameters:
 *   bg - background color (original)
 *   fg - foreground color (original)
 */
/*
 * Set scrollbar style.
 * 
 * Parameters:
 *   track - background color for track
 *   bbs - left/top border size for thumb
 *   bes - right/bottom border size for thumb
 *   thumb - background color for thumb
 */
.Documents .panel {
  padding: 3px;
}
.Documents .content .Label {
  word-break: break-all;
}
.Documents .content > .VerticalLayout > .HorizontalLayout {
  margin-bottom: 14px;
}
.Documents .content .docgroup {
  font-weight: bold;
  font-size: 20px;
  line-height: normal;
  margin-top: 5px;
  margin-bottom: 10px;
}
.Documents .content .Button {
  padding: 10px;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
.Documents .content .Button > .item {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.Documents .content .Button > .item .VerticalLayout {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.Documents .content .Button > .item .VerticalLayout .HorizontalLayout {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.Documents .content .Button > .item .VerticalLayout .HorizontalLayout .icon:before {
  font-size: 64px !important;
}
.Documents .content .Button > .item .VerticalLayout .HorizontalLayout .Image {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  overflow: hidden;
}
.Documents .content .Button > .item .VerticalLayout .HorizontalLayout .Image img {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-height: 100%;
  max-width: 100%;
}
.Documents .content .Button.icon.simple > .item {
  -ms-flex-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.Documents .content .Button.icon.simple > .item > .Label {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/*
 * Common mixins.
 * Copyright (C) 2014 Tectronik s.r.o.
 */
/*
 * Hide element.
 */
/**
 * Invisible element.
 */
/*
 * Set font size.
 *
 * Parameters:
 *   size - font size
 */
/*
 * Set direction of flexbox items.
 *
 * Parameters:
 *   direction - direction of flexbox items
 */
.display_none {
  display: none !important;
}

/*
 * Set font.
 *
 * Parameters:
 *   family - font family
 *   size - font size
 */
/*
 * Create box shadow.
 *
 * Parameters:
 *   inset - insert or null
 *   x - horizontal offset
 *   y - vertical offset
 *   blur - blur distance
 *   spread - spread distance or null
 *   color - color
 */
/*
 * Set box sizing.
 *
 * Parameters:
 *   sizing - sizing (content-box, border-box, initial, inherit)
 */
/*
 * Disabled color for foreground and background.
 *
 * Parameters:
 *   bg - background color (original)
 *   fg - foreground color (original)
 */
/*
 * Set scrollbar style.
 * 
 * Parameters:
 *   track - background color for track
 *   bbs - left/top border size for thumb
 *   bes - right/bottom border size for thumb
 *   thumb - background color for thumb
 */
.Modules {
  -webkit-box-flex: 1 0 auto !important;
  -moz-box-flex: 1 0 auto !important;
  -webkit-flex: 1 0 auto !important;
  -ms-flex: 1 0 auto !important;
  flex: 1 0 auto !important;
}
.Modules > .Button.item {
  padding: 15px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.Modules > .Button.item > .item > .Label {
  text-align: center;
}
.Modules > .first {
  margin-top: 14px !important;
}
.Modules > .first.under_title {
  margin-top: 7px !important;
}
.Modules > .last {
  margin-bottom: 14px !important;
}
.Modules > .group {
  font-size: 20px !important;
  text-align: center;
  margin-top: 14px;
  font-weight: bold;
}

.PassportDocuments {
  padding-top: 14px;
  padding-bottom: 14px;
  max-height: none !important;
}
.PassportDocuments .ComboBox {
  margin-bottom: 14px !important;
}

/*!
 * Green theme for mobile app.
 * Copyright (C) 2014-2015 Tectronik s.r.o.
 */
/*
 * Common mixins.
 * Copyright (C) 2014 Tectronik s.r.o.
 */
/*
 * Hide element.
 */
/**
 * Invisible element.
 */
/*
 * Set font size.
 *
 * Parameters:
 *   size - font size
 */
/*
 * Set direction of flexbox items.
 *
 * Parameters:
 *   direction - direction of flexbox items
 */
.display_none {
  display: none !important;
}

/*
 * Set font.
 *
 * Parameters:
 *   family - font family
 *   size - font size
 */
/*
 * Create box shadow.
 *
 * Parameters:
 *   inset - insert or null
 *   x - horizontal offset
 *   y - vertical offset
 *   blur - blur distance
 *   spread - spread distance or null
 *   color - color
 */
/*
 * Set box sizing.
 *
 * Parameters:
 *   sizing - sizing (content-box, border-box, initial, inherit)
 */
/*
 * Disabled color for foreground and background.
 *
 * Parameters:
 *   bg - background color (original)
 *   fg - foreground color (original)
 */
/*
 * Set scrollbar style.
 * 
 * Parameters:
 *   track - background color for track
 *   bbs - left/top border size for thumb
 *   bes - right/bottom border size for thumb
 *   thumb - background color for thumb
 */
body.greenTheme a {
  color: #1abb9b;
}
body.greenTheme a:visited {
  color: #169f84;
}
body.greenTheme a:hover {
  color: #1dd4af;
}
body.greenTheme .Login > .top_panel {
  background-color: #4b5966;
  color: #ffffff;
}

/*!
 * Yellow theme for mobile app.
 * Copyright (C) 2014-2015 Tectronik s.r.o.
 */
/*
 * Common mixins.
 * Copyright (C) 2014 Tectronik s.r.o.
 */
/*
 * Hide element.
 */
/**
 * Invisible element.
 */
/*
 * Set font size.
 *
 * Parameters:
 *   size - font size
 */
/*
 * Set direction of flexbox items.
 *
 * Parameters:
 *   direction - direction of flexbox items
 */
.display_none {
  display: none !important;
}

/*
 * Set font.
 *
 * Parameters:
 *   family - font family
 *   size - font size
 */
/*
 * Create box shadow.
 *
 * Parameters:
 *   inset - insert or null
 *   x - horizontal offset
 *   y - vertical offset
 *   blur - blur distance
 *   spread - spread distance or null
 *   color - color
 */
/*
 * Set box sizing.
 *
 * Parameters:
 *   sizing - sizing (content-box, border-box, initial, inherit)
 */
/*
 * Disabled color for foreground and background.
 *
 * Parameters:
 *   bg - background color (original)
 *   fg - foreground color (original)
 */
/*
 * Set scrollbar style.
 * 
 * Parameters:
 *   track - background color for track
 *   bbs - left/top border size for thumb
 *   bes - right/bottom border size for thumb
 *   thumb - background color for thumb
 */
body.yellowTheme a {
  color: #f0c30f;
}
body.yellowTheme a:visited {
  color: #c09c0c;
}
body.yellowTheme a:hover {
  color: #f3cf3f;
}

/*!
 * Red theme for mobile app.
 * Copyright (C) 2014-2015 Tectronik s.r.o.
 */
/*
 * Common mixins.
 * Copyright (C) 2014 Tectronik s.r.o.
 */
/*
 * Hide element.
 */
/**
 * Invisible element.
 */
/*
 * Set font size.
 *
 * Parameters:
 *   size - font size
 */
/*
 * Set direction of flexbox items.
 *
 * Parameters:
 *   direction - direction of flexbox items
 */
.display_none {
  display: none !important;
}

/*
 * Set font.
 *
 * Parameters:
 *   family - font family
 *   size - font size
 */
/*
 * Create box shadow.
 *
 * Parameters:
 *   inset - insert or null
 *   x - horizontal offset
 *   y - vertical offset
 *   blur - blur distance
 *   spread - spread distance or null
 *   color - color
 */
/*
 * Set box sizing.
 *
 * Parameters:
 *   sizing - sizing (content-box, border-box, initial, inherit)
 */
/*
 * Disabled color for foreground and background.
 *
 * Parameters:
 *   bg - background color (original)
 *   fg - foreground color (original)
 */
/*
 * Set scrollbar style.
 * 
 * Parameters:
 *   track - background color for track
 *   bbs - left/top border size for thumb
 *   bes - right/bottom border size for thumb
 *   thumb - background color for thumb
 */
body.redTheme a {
  color: #e64c3c;
}
body.redTheme a:visited {
  color: #b83d30;
}
body.redTheme a:hover {
  color: #eb7063;
}
body.redTheme .Screen > .top_panel {
  -webkit-box-shadow: 0 0 10px #2f3c48;
  -moz-box-shadow: 0 0 10px #2f3c48;
  box-shadow: 0 0 10px #2f3c48;
  background-color: #2f3c48;
  color: #ffffff;
}
body.redTheme .Screen > .top_panel .screen_title_btn {
  background-color: #2f3c48 !important;
}
body.redTheme .Screen > .top_panel .screen_title_btn .Label {
  background-color: #2f3c48 !important;
  color: #ffffff !important;
}
body.redTheme .Screen > .top_panel > .menu {
  background-color: #2f3c48;
}
body.redTheme .Screen > .top_panel > .menu > .item > .Label {
  color: #ffffff;
  background-color: #2f3c48;
}
body.redTheme .Screen > .top_panel > .screen_title {
  color: #ffffff;
  background-color: #2f3c48;
}
body.redTheme .Screen > .top_panel > .ricons > .paging {
  color: #ffffff;
}
body.redTheme .Screen > .top_panel > .ricons > .paging > .current {
  color: #ffffff;
}
body.redTheme .Screen > .top_panel > .ricons > .paging > .delimiter {
  color: #ffffff;
}
body.redTheme .Screen > .top_panel > .ricons > .paging > .all {
  color: #ffffff;
}
body.redTheme .Screen > .top_panel > .ricons .icon-button {
  background-color: #2f3c48;
}
body.redTheme .Screen > .top_panel > .ricons .icon-button > .item > .Label {
  color: #798590;
  background-color: #2f3c48;
}
body.redTheme .Screen > .top_panel > .ricons .icon-button.active > .item > .Label {
  color: #1abb9b;
  background-color: #2f3c48;
}
body.redTheme .Screen > .top_panel > .ricons .icon-button.white {
  background-color: #2f3c48;
}
body.redTheme .Screen > .top_panel > .ricons .icon-button.white > .item > .Label {
  color: #ffffff;
  background-color: #2f3c48;
}
body.redTheme .Screen > .top_panel > .ricons .icon-button.white.active > .item > .Label {
  color: #1abb9b;
  background-color: #2f3c48;
}
body.redTheme .Screen > .top_panel > .ricons > .send_info {
  margin-right: 15px;
}
body.redTheme .Screen > .top_panel > .ricons > .send_info:before {
  color: #798590;
}
body.redTheme .Screen > .top_panel > .ricons > .send_info.sending:before {
  color: #1abb9b;
}
body.redTheme .Screen > .top_panel > .ricons > .send_info.offline:before {
  color: #e64c3c;
}
body.redTheme .Screen > .subtop_panel {
  -webkit-box-shadow: 0 0 10px #2f3c48;
  -moz-box-shadow: 0 0 10px #2f3c48;
  box-shadow: 0 0 10px #2f3c48;
  border-bottom: 1px solid #656f78;
  background-color: #a0a7ae;
}
body.redTheme .Screen > .subtop_panel .ComboBox {
  background-color: #e2e5e7;
  border: 1px solid #787d83;
}
body.redTheme .Screen > .subtop_panel .ComboBox > select {
  background-color: #e2e5e7;
  color: #2f3c48;
}
body.redTheme .Screen > .subtop_panel .ComboBox > select:active {
  background-color: #e2e5e7;
  color: #2f3c48;
}
body.redTheme .Screen > .subtop_panel .ComboBox:hover {
  border: 1px solid #787d83;
}
body.redTheme .Screen > .subtop_panel .ComboBox.focus {
  border: 1px solid #787d83;
}
body.redTheme .Screen > .subtop_panel .ComboBox.disabled {
  background-color: #e2e5e7;
  border: 1px solid #787d83;
}
body.redTheme .Screen > .subtop_panel .ComboBox.disabled > select:disabled {
  background-color: #e2e5e7;
  color: #2f3c48;
}
body.redTheme .Screen > .subtop_panel .ComboBox.disabled:hover {
  border: 1px solid #505457;
}
body.redTheme .Screen > .subtop_panel .ComboBox.disabled.focus {
  border: 1px solid #505457;
}
body.redTheme .Screen > .subtop_panel .Button {
  background-color: #e2e5e7;
  color: #2f3c48;
  border: 1px solid #505457;
}
body.redTheme .Screen > .subtop_panel .Button .Label {
  background-color: #e2e5e7;
  color: #2f3c48;
}
body.redTheme .Screen > .subtop_panel .Button.disabled {
  color: #f9d2ce;
  opacity: 0.5;
}
body.redTheme .Screen > .subtop_panel .Button.focus {
  background-color: #e2e5e7;
}
body.redTheme .Screen > .subtop_panel .Button.focus .Label {
  background-color: #e2e5e7;
}
body.redTheme .Screen > .subtop_panel .Button:active {
  background-color: #ffffff;
}
body.redTheme .Screen > .subtop_panel .Button:active .Label {
  background-color: #ffffff;
}
body.redTheme .Screen > .bottom_panel {
  -webkit-box-shadow: 0 0 10px #2f3c48;
  -moz-box-shadow: 0 0 10px #2f3c48;
  box-shadow: 0 0 10px #2f3c48;
  background-color: #2f3c48;
  color: #ffffff;
}
body.redTheme .Screen > .bottom_panel .Button {
  background: #2f3c48 !important;
}
body.redTheme .Screen > .bottom_panel .Button.active {
  background: #a0a7ae !important;
}
body.redTheme .Screen > .bottom_panel .Button.active .Label {
  color: #2f3c48 !important;
  background: #a0a7ae !important;
}
body.redTheme .Screen > .bottom_panel .Button.active.color {
  background-color: #2f3c48 !important;
}
body.redTheme .Screen > .bottom_panel .Button.active.color .Label {
  color: #169f84 !important;
  background: #2f3c48 !important;
}
body.redTheme .Screen > .bottom_panel .Label {
  color: #ffffff !important;
  background: #2f3c48 !important;
}
body.redTheme .ScreenDialog.menu > .Screen > .top_panel > .menu > .item > .Label.icon {
  text-shadow: 0px 0px 10px #ffffff;
}
body.redTheme .Documents .panel {
  background-color: #e2e5e7;
}
body.redTheme .Documents .panel .Label {
  color: #ffffff;
}
body.redTheme .Documents .content .Button {
  border: 1px solid #d0d4d7;
  background-color: #e2e5e7;
  color: #2f3c48;
}
body.redTheme .Documents .content .Button .Label {
  background-color: #e2e5e7;
  color: #2f3c48;
}
body.redTheme .Documents .content .Button:hover {
  border: 1px solid #a0a7ae;
  background-color: #f0f0f0;
}
body.redTheme .Documents .content .Button:hover .Label {
  background-color: #f0f0f0;
}
body.redTheme .Documents .content .Button.focus {
  border: 1px solid #a0a7ae;
  background-color: #f0f0f0;
}
body.redTheme .Documents .content .Button.focus .Label {
  background-color: #f0f0f0;
}
body.redTheme .Documents .content .Button.active {
  background-color: #2f3c48;
  border: 1px solid #181e24;
  color: #ffffff;
}
body.redTheme .Documents .content .Button.active .Label {
  background-color: #2f3c48;
  color: #ffffff;
}
body.redTheme .Documents .content .Button.active:hover {
  background-color: #4b5966;
}
body.redTheme .Documents .content .Button.active:hover .Label {
  background-color: #4b5966;
}
body.redTheme .Documents .content .Button.active.focus {
  background-color: #4b5966;
}
body.redTheme .Documents .content .Button.active.focus .Label {
  background-color: #4b5966;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item > .Label.label {
  color: #2f3c48;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout > .item.TextInput {
  background-color: #ffffff;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout > .item.TextInput > input {
  background-color: #ffffff;
  color: #2f3c48;
  -webkit-text-fill-color: #2f3c48;
  opacity: 1 !important;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout > .item.Label {
  background-color: #ffffff;
  color: #2f3c48;
  -webkit-text-fill-color: #2f3c48;
  opacity: 1 !important;
  padding: 15px;
  border: 1px solid #d0d4d7 !important;
  border-right: none !important;
  font-size: 16px !important;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout > .item.Label.gps_loading > input {
  color: red !important;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout > .item.TextInput.gps_loading > input {
  color: red !important;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout > .item.Button {
  background-color: #ffffff !important;
  border: 1px solid #d0d4d7 !important;
  border-left: none !important;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout > .item.Button > .item > .Label {
  background-color: #ffffff !important;
  color: #2f3c48 !important;
  font-size: 16px !important;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input.readonly .HorizontalLayout > .item.TextInput {
  background-color: #a0a7ae;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input.readonly .HorizontalLayout > .item.TextInput > input {
  background-color: #a0a7ae;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input.readonly .HorizontalLayout > .item.Button > .item > .Label {
  color: #2f3c48;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input.readonly .HorizontalLayout > .item.Label {
  background-color: #a0a7ae;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout.readonly > .item.TextInput {
  background-color: #e2e5e7;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout.readonly > .item.TextInput > input {
  background-color: #e2e5e7;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout.readonly > .item.Label {
  background-color: #e2e5e7;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout.readonly > .item.Button {
  background-color: #e2e5e7 !important;
  border: 1px solid #d0d4d7 !important;
  border-left: none !important;
}
body.redTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout.readonly > .item.Button > .item > .Label {
  background-color: #e2e5e7 !important;
  color: #2f3c48 !important;
}
body.redTheme .Grid {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  background-color: #f3f4f5;
}
body.redTheme .Grid > .GridMobileLayout .Label {
  font-size: 16px !important;
}
body.redTheme .Grid > .GridLayout2 {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body.redTheme .Grid > .GridLayout2 .header:hover .Button:first-child .Image {
  padding-left: 0px;
}
body.redTheme .Grid > .GridLayout2 .header:hover .Button.af {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
body.redTheme .Grid > .GridLayout2 .header {
  background-color: #4b5966;
}
body.redTheme .Grid > .GridLayout2 .header .Button:first-child .Image {
  padding-left: 12px;
}
body.redTheme .Grid > .GridLayout2 .header .Button.af {
  display: none !important;
}
body.redTheme .Grid > .GridLayout2 .header .Button {
  background-color: #4b5966;
  color: #ffffff;
}
body.redTheme .Grid > .GridLayout2 .header .Button .Label {
  background-color: #4b5966;
  color: #ffffff;
}
body.redTheme .Grid > .GridLayout2 .header .Button:hover {
  background-color: #5d6a75;
}
body.redTheme .Grid > .GridLayout2 .header .Button:hover .Label {
  background-color: #5d6a75;
}
body.redTheme .Grid > .GridLayout2 .header .Button.focus {
  background-color: #2f3c48;
}
body.redTheme .Grid > .GridLayout2 .header .Button.focus .Label {
  background-color: #2f3c48;
}
body.redTheme .Grid > .GridLayout2 .filter {
  background-color: #a0a7ae;
}
body.redTheme .Grid > .GridLayout2 .sum {
  background-color: #a0a7ae;
}
body.redTheme .Grid > .GridLayout2 .content {
  background-color: #f3f4f5;
  border-top: 1px solid #f3f4f5;
  border-bottom: 1px solid #f3f4f5;
}
body.redTheme .Grid > .GridLayout2 .content > .selected {
  background-color: #e64c3c;
  border-right: 1px solid #f8c9c5 !important;
  border-bottom: 1px solid #f8c9c5 !important;
  color: #ffffff !important;
}
body.redTheme .Grid > .GridLayout2 .content > .selected .Label {
  color: #ffffff !important;
}
body.redTheme .Grid > .GridLayout2 .content > .selected input {
  color: #ffffff !important;
}
body.redTheme .Grid > .GridLayout2 .content .NumberInput {
  padding: 2px;
  margin: 0px;
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-radius: 0px;
}
body.redTheme .Grid > .GridLayout2 .content .NumberInput input {
  background-color: rgba(0, 0, 0, 0);
  width: 70px;
}
body.redTheme .Grid > .GridLayout2 .content .NumberInput input::selection {
  color: black;
  background-color: white;
}
body.redTheme .Grid > .GridLayout2 .content .NumberInput input::-moz-selection {
  color: black;
  background-color: white;
}
body.redTheme .Grid > .GridLayout2 .content .Button {
  padding: 1px;
  padding-left: 2px;
  padding-bottom: 2px;
  border-radius: 0px;
}
body.redTheme .Grid > .GridLayout2 .content .Button {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
body.redTheme .Grid > .GridLayout2 .content .Button .Label {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
body.redTheme .Grid > .GridLayout2 .content .Button:hover {
  background-color: #ffffff;
}
body.redTheme .Grid > .GridLayout2 .content .Button:hover .Label {
  background-color: #ffffff;
}
body.redTheme .Grid > .GridLayout2 .content .Button.focus {
  background-color: rgba(0, 0, 0, 0);
}
body.redTheme .Grid > .GridLayout2 .content .Button.focus .Label {
  background-color: rgba(0, 0, 0, 0);
}
body.redTheme .Grid > .GridLayout2 .odd {
  background-color: #e2e5e7;
  border-right: 1px solid #d0d4d7;
}
body.redTheme .Grid > .GridLayout2 .even {
  background-color: #d0d4d7;
  border-right: 1px solid #e2e5e7;
}
body.redTheme .Grid > .GridLayout2 .Label {
  white-space: nowrap;
}
body.redTheme .Grid > .GridLayout2 .col > .content > * {
  border-bottom: 1px solid #f3f4f5;
}
body.redTheme .Grid > .GridLayout2 .col.scroll .header {
  border-right: none;
}
body.redTheme .Grid > .GridLayout2 .col.scroll .filter {
  border-right: none;
}
body.redTheme .Grid > .GridLayout2 .col.scroll .sum {
  border-right: none;
}
body.redTheme .Grid > .GridLayout2 .col.scroll .odd {
  border-right: none;
}
body.redTheme .Grid > .GridLayout2 .col.scroll .even {
  border-right: none;
}
body.redTheme .Grid > .GridLayout2 .col.last .header {
  border-right: none;
}
body.redTheme .Grid > .GridLayout2 .col.last .filter {
  border-right: none;
}
body.redTheme .Grid > .GridLayout2 .col.last .sum {
  border-right: none;
}
body.redTheme .Grid > .GridLayout2 .col.last .odd {
  border-right: none;
}
body.redTheme .Grid > .GridLayout2 .col.last .even {
  border-right: none;
}
body.redTheme .Grid > .GridLayout2.manual .header:hover .Button:first-child .Image {
  padding-left: 0px;
}
body.redTheme .Grid > .GridLayout2.manual .header:hover .Button.af {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
body.redTheme .Grid > .GridLayout2.manual .header {
  background-color: #4b5966;
}
body.redTheme .Grid > .GridLayout2.manual .header .Button:first-child .Image {
  padding-left: 0px;
}
body.redTheme .Grid > .GridLayout2.manual .header .Button.af {
  display: none !important;
}
body.redTheme .Grid.nodata {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
body.redTheme .Grid.nodata > .Label {
  font-weight: bold;
  font-size: 14px;
}

/*inventory*/
.inventory_grid .Button {
  background-color: #ffffff !important;
}
.inventory_grid .Button .Label {
  background-color: #ffffff !important;
  color: #3f5161 !important;
}
.inventory_grid .Button.header {
  opacity: 0 !important;
  background-color: #ffffff !important;
}
.inventory_grid .Button.header .Label {
  background-color: #ffffff !important;
  color: #4b5966 !important;
}
.inventory_grid .Button.fail {
  background-color: #e64c3c !important;
}
.inventory_grid .Button.fail .Label {
  background-color: #e64c3c !important;
  color: #ffffff !important;
}
.inventory_grid .Button.ok {
  background-color: #1abb9b !important;
}
.inventory_grid .Button.ok .Label {
  background-color: #1abb9b !important;
  color: #4b5966 !important;
}
.inventory_grid .Button.active {
  background-color: #faffbd !important;
}
.inventory_grid .Button.active .Label {
  background-color: #faffbd !important;
  color: #4b5966 !important;
}
.inventory_grid .Button.notall {
  background-color: cyan !important;
}
.inventory_grid .Button.notall .Label {
  background-color: cyan !important;
  color: #4b5966 !important;
}

/*!
 * Blue theme for mobile app.
 * Copyright (C) 2014-2015 Tectronik s.r.o.
 */
/*
 * Common mixins.
 * Copyright (C) 2014 Tectronik s.r.o.
 */
/*
 * Hide element.
 */
/**
 * Invisible element.
 */
/*
 * Set font size.
 *
 * Parameters:
 *   size - font size
 */
/*
 * Set direction of flexbox items.
 *
 * Parameters:
 *   direction - direction of flexbox items
 */
.display_none {
  display: none !important;
}

/*
 * Set font.
 *
 * Parameters:
 *   family - font family
 *   size - font size
 */
/*
 * Create box shadow.
 *
 * Parameters:
 *   inset - insert or null
 *   x - horizontal offset
 *   y - vertical offset
 *   blur - blur distance
 *   spread - spread distance or null
 *   color - color
 */
/*
 * Set box sizing.
 *
 * Parameters:
 *   sizing - sizing (content-box, border-box, initial, inherit)
 */
/*
 * Disabled color for foreground and background.
 *
 * Parameters:
 *   bg - background color (original)
 *   fg - foreground color (original)
 */
/*
 * Set scrollbar style.
 * 
 * Parameters:
 *   track - background color for track
 *   bbs - left/top border size for thumb
 *   bes - right/bottom border size for thumb
 *   thumb - background color for thumb
 */
body.blueTheme a {
  color: #3497da;
}
body.blueTheme a:visited {
  color: #2a79ae;
}
body.blueTheme a:hover {
  color: #5dace1;
}
body.blueTheme .Screen > .top_panel {
  -webkit-box-shadow: 0 0 10px #2f3c48;
  -moz-box-shadow: 0 0 10px #2f3c48;
  box-shadow: 0 0 10px #2f3c48;
  background-color: #2f3c48;
  color: #ffffff;
}
body.blueTheme .Screen > .top_panel > .menu {
  background-color: #2f3c48;
}
body.blueTheme .Screen > .top_panel > .menu > .item > .Label {
  color: #ffffff;
  background-color: #2f3c48;
}
body.blueTheme .Screen > .top_panel > .screen_title {
  color: #ffffff;
  background-color: #2f3c48;
}
body.blueTheme .Screen > .top_panel > .ricons > .paging {
  color: #ffffff;
}
body.blueTheme .Screen > .top_panel > .ricons > .paging > .current {
  color: #ffffff;
}
body.blueTheme .Screen > .top_panel > .ricons > .paging > .delimiter {
  color: #ffffff;
}
body.blueTheme .Screen > .top_panel > .ricons > .paging > .all {
  color: #ffffff;
}
body.blueTheme .Screen > .top_panel > .ricons .icon-button {
  background-color: #2f3c48;
}
body.blueTheme .Screen > .top_panel > .ricons .icon-button > .item > .Label {
  color: #798590;
  background-color: #2f3c48;
}
body.blueTheme .Screen > .top_panel > .ricons .icon-button.active > .item > .Label {
  color: #1abb9b;
  background-color: #2f3c48;
}
body.blueTheme .Screen > .top_panel > .ricons > .send_info {
  margin-right: 15px;
}
body.blueTheme .Screen > .top_panel > .ricons > .send_info:before {
  color: #798590;
}
body.blueTheme .Screen > .top_panel > .ricons > .send_info.sending:before {
  color: #1abb9b;
}
body.blueTheme .Screen > .top_panel > .ricons > .send_info.offline:before {
  color: #3497da;
}
body.blueTheme .Screen > .subtop_panel {
  -webkit-box-shadow: 0 0 10px #2f3c48;
  -moz-box-shadow: 0 0 10px #2f3c48;
  box-shadow: 0 0 10px #2f3c48;
  border-bottom: 1px solid #656f78;
  background-color: #a0a7ae;
}
body.blueTheme .Screen > .subtop_panel .ComboBox {
  background-color: #e2e5e7;
  border: 1px solid #787d83;
}
body.blueTheme .Screen > .subtop_panel .ComboBox > select {
  background-color: #e2e5e7;
  color: #2f3c48;
}
body.blueTheme .Screen > .subtop_panel .ComboBox > select:active {
  background-color: #e2e5e7;
  color: #2f3c48;
}
body.blueTheme .Screen > .subtop_panel .ComboBox:hover {
  border: 1px solid #787d83;
}
body.blueTheme .Screen > .subtop_panel .ComboBox.focus {
  border: 1px solid #787d83;
}
body.blueTheme .Screen > .subtop_panel .ComboBox.disabled {
  background-color: #e2e5e7;
  border: 1px solid #787d83;
}
body.blueTheme .Screen > .subtop_panel .ComboBox.disabled > select:disabled {
  background-color: #e2e5e7;
  color: #2f3c48;
}
body.blueTheme .Screen > .subtop_panel .ComboBox.disabled:hover {
  border: 1px solid #505457;
}
body.blueTheme .Screen > .subtop_panel .ComboBox.disabled.focus {
  border: 1px solid #505457;
}
body.blueTheme .Screen > .subtop_panel .Button {
  background-color: #e2e5e7;
  color: #2f3c48;
  border: 1px solid #505457;
}
body.blueTheme .Screen > .subtop_panel .Button .Label {
  background-color: #e2e5e7;
  color: #2f3c48;
}
body.blueTheme .Screen > .subtop_panel .Button.disabled {
  color: #cce5f6;
  opacity: 0.5;
}
body.blueTheme .Screen > .subtop_panel .Button.focus {
  background-color: #e2e5e7;
}
body.blueTheme .Screen > .subtop_panel .Button.focus .Label {
  background-color: #e2e5e7;
}
body.blueTheme .Screen > .subtop_panel .Button:active {
  background-color: #ffffff;
}
body.blueTheme .Screen > .subtop_panel .Button:active .Label {
  background-color: #ffffff;
}
body.blueTheme .Screen > .bottom_panel {
  -webkit-box-shadow: 0 0 10px #2f3c48;
  -moz-box-shadow: 0 0 10px #2f3c48;
  box-shadow: 0 0 10px #2f3c48;
  background-color: #2f3c48;
  color: #ffffff;
}
body.blueTheme .Screen > .bottom_panel .Button {
  background: #2f3c48 !important;
}
body.blueTheme .Screen > .bottom_panel .Label {
  color: #ffffff !important;
  background: #2f3c48 !important;
}
body.blueTheme .ScreenDialog.menu > .Screen > .top_panel > .menu > .item > .Label.icon {
  text-shadow: 0px 0px 10px #ffffff;
}
body.blueTheme .Documents .panel {
  background-color: #e2e5e7;
}
body.blueTheme .Documents .panel .Label {
  color: #ffffff;
}
body.blueTheme .Documents .content .Button {
  border: 1px solid #d0d4d7;
  background-color: #e2e5e7;
  color: #2f3c48;
}
body.blueTheme .Documents .content .Button .Label {
  background-color: #e2e5e7;
  color: #2f3c48;
}
body.blueTheme .Documents .content .Button:hover {
  border: 1px solid #a0a7ae;
  background-color: #f0f0f0;
}
body.blueTheme .Documents .content .Button:hover .Label {
  background-color: #f0f0f0;
}
body.blueTheme .Documents .content .Button.focus {
  border: 1px solid #a0a7ae;
  background-color: #f0f0f0;
}
body.blueTheme .Documents .content .Button.focus .Label {
  background-color: #f0f0f0;
}
body.blueTheme .Documents .content .Button.active {
  background-color: #2f3c48;
  border: 1px solid #181e24;
  color: #ffffff;
}
body.blueTheme .Documents .content .Button.active .Label {
  background-color: #2f3c48;
  color: #ffffff;
}
body.blueTheme .Documents .content .Button.active:hover {
  background-color: #4b5966;
}
body.blueTheme .Documents .content .Button.active:hover .Label {
  background-color: #4b5966;
}
body.blueTheme .Documents .content .Button.active.focus {
  background-color: #4b5966;
}
body.blueTheme .Documents .content .Button.active.focus .Label {
  background-color: #4b5966;
}
body.blueTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item > .Label.label {
  color: #2f3c48;
}
body.blueTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout > .item.TextInput {
  background-color: #ffffff;
}
body.blueTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout > .item.TextInput > input {
  background-color: #ffffff;
  color: #2f3c48;
  -webkit-text-fill-color: #2f3c48;
  opacity: 1 !important;
}
body.blueTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout > .item.Button {
  background-color: #ffffff !important;
  border: 1px solid #d0d4d7 !important;
  border-left: none !important;
}
body.blueTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout > .item.Button > .item > .Label {
  background-color: #ffffff !important;
  color: #2f3c48 !important;
}
body.blueTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input.readonly .HorizontalLayout > .item.TextInput {
  background-color: #a0a7ae;
}
body.blueTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input.readonly .HorizontalLayout > .item.TextInput > input {
  background-color: #a0a7ae;
}
body.blueTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input.readonly .HorizontalLayout > .item.Button > .item > .Label {
  color: #2f3c48;
}
body.blueTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout.readonly > .item.TextInput {
  background-color: #e2e5e7;
}
body.blueTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout.readonly > .item.TextInput > input {
  background-color: #e2e5e7;
}
body.blueTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout.readonly > .item.Button {
  background-color: #e2e5e7 !important;
  border: 1px solid #d0d4d7 !important;
  border-left: none !important;
}
body.blueTheme .Card > .VerticalLayout > .VerticalLayout > .HorizontalLayout > .TableLayout > table > tbody > tr > td .item.item_btn_input .HorizontalLayout.readonly > .item.Button > .item > .Label {
  background-color: #e2e5e7 !important;
  color: #2f3c48 !important;
}
body.blueTheme .Grid {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  background-color: #f3f4f5;
}
body.blueTheme .Grid > .GridLayout2 {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body.blueTheme .Grid > .GridLayout2 .header:hover .Button:first-child .Image {
  padding-left: 0px;
}
body.blueTheme .Grid > .GridLayout2 .header:hover .Button.af {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
body.blueTheme .Grid > .GridLayout2 .header {
  background-color: #4b5966;
}
body.blueTheme .Grid > .GridLayout2 .header .Button:first-child .Image {
  padding-left: 12px;
}
body.blueTheme .Grid > .GridLayout2 .header .Button.af {
  display: none !important;
}
body.blueTheme .Grid > .GridLayout2 .header .Button {
  background-color: #4b5966;
  color: #ffffff;
}
body.blueTheme .Grid > .GridLayout2 .header .Button .Label {
  background-color: #4b5966;
  color: #ffffff;
}
body.blueTheme .Grid > .GridLayout2 .header .Button:hover {
  background-color: #5d6a75;
}
body.blueTheme .Grid > .GridLayout2 .header .Button:hover .Label {
  background-color: #5d6a75;
}
body.blueTheme .Grid > .GridLayout2 .header .Button.focus {
  background-color: #2f3c48;
}
body.blueTheme .Grid > .GridLayout2 .header .Button.focus .Label {
  background-color: #2f3c48;
}
body.blueTheme .Grid > .GridLayout2 .filter {
  background-color: #a0a7ae;
}
body.blueTheme .Grid > .GridLayout2 .sum {
  background-color: #a0a7ae;
}
body.blueTheme .Grid > .GridLayout2 .content {
  background-color: #f3f4f5;
  border-top: 1px solid #f3f4f5;
  border-bottom: 1px solid #f3f4f5;
}
body.blueTheme .Grid > .GridLayout2 .content > .selected {
  background-color: #3497da;
  border-right: 1px solid #c2e0f4 !important;
  border-bottom: 1px solid #c2e0f4 !important;
  color: #ffffff !important;
}
body.blueTheme .Grid > .GridLayout2 .content > .selected .Label {
  color: #ffffff !important;
}
body.blueTheme .Grid > .GridLayout2 .content > .selected input {
  color: #ffffff !important;
}
body.blueTheme .Grid > .GridLayout2 .content .NumberInput {
  padding: 2px;
  margin: 0px;
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-radius: 0px;
}
body.blueTheme .Grid > .GridLayout2 .content .NumberInput input {
  background-color: rgba(0, 0, 0, 0);
  width: 70px;
}
body.blueTheme .Grid > .GridLayout2 .content .NumberInput input::selection {
  color: black;
  background-color: white;
}
body.blueTheme .Grid > .GridLayout2 .content .NumberInput input::-moz-selection {
  color: black;
  background-color: white;
}
body.blueTheme .Grid > .GridLayout2 .content .Button {
  padding: 1px;
  padding-left: 2px;
  padding-bottom: 2px;
  border-radius: 0px;
}
body.blueTheme .Grid > .GridLayout2 .content .Button {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
body.blueTheme .Grid > .GridLayout2 .content .Button .Label {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
body.blueTheme .Grid > .GridLayout2 .content .Button:hover {
  background-color: #ffffff;
}
body.blueTheme .Grid > .GridLayout2 .content .Button:hover .Label {
  background-color: #ffffff;
}
body.blueTheme .Grid > .GridLayout2 .content .Button.focus {
  background-color: rgba(0, 0, 0, 0);
}
body.blueTheme .Grid > .GridLayout2 .content .Button.focus .Label {
  background-color: rgba(0, 0, 0, 0);
}
body.blueTheme .Grid > .GridLayout2 .odd {
  background-color: #e2e5e7;
  border-right: 1px solid #d0d4d7;
}
body.blueTheme .Grid > .GridLayout2 .even {
  background-color: #d0d4d7;
  border-right: 1px solid #e2e5e7;
}
body.blueTheme .Grid > .GridLayout2 .Label {
  white-space: nowrap;
}
body.blueTheme .Grid > .GridLayout2 .col > .content > * {
  border-bottom: 1px solid #f3f4f5;
}
body.blueTheme .Grid > .GridLayout2 .col.scroll .header {
  border-right: none;
}
body.blueTheme .Grid > .GridLayout2 .col.scroll .filter {
  border-right: none;
}
body.blueTheme .Grid > .GridLayout2 .col.scroll .sum {
  border-right: none;
}
body.blueTheme .Grid > .GridLayout2 .col.scroll .odd {
  border-right: none;
}
body.blueTheme .Grid > .GridLayout2 .col.scroll .even {
  border-right: none;
}
body.blueTheme .Grid > .GridLayout2 .col.last .header {
  border-right: none;
}
body.blueTheme .Grid > .GridLayout2 .col.last .filter {
  border-right: none;
}
body.blueTheme .Grid > .GridLayout2 .col.last .sum {
  border-right: none;
}
body.blueTheme .Grid > .GridLayout2 .col.last .odd {
  border-right: none;
}
body.blueTheme .Grid > .GridLayout2 .col.last .even {
  border-right: none;
}
body.blueTheme .Grid > .GridLayout2.manual .header:hover .Button:first-child .Image {
  padding-left: 0px;
}
body.blueTheme .Grid > .GridLayout2.manual .header:hover .Button.af {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
body.blueTheme .Grid > .GridLayout2.manual .header {
  background-color: #4b5966;
}
body.blueTheme .Grid > .GridLayout2.manual .header .Button:first-child .Image {
  padding-left: 0px;
}
body.blueTheme .Grid > .GridLayout2.manual .header .Button.af {
  display: none !important;
}
body.blueTheme .Grid.nodata {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
body.blueTheme .Grid.nodata > .Label {
  font-weight: bold;
  font-size: 14px;
}

.noscript {
  width: 100%;
  height: 100%;
}
.noscript > div {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  font-weight: bold;
  align-self: center;
  justify-content: center;
  padding: 1em;
}

.hidden {
  display: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

.invisible {
  visibility: hidden !important;
}

.Label.icon:before {
  font-size: 24px;
  line-height: 24px;
}

.Card .Button.pobj_drawing > div.item {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}

body.chrome .GridMobileLayout .Image {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}

/*# sourceMappingURL=tectronik-mobile.css.map */
