﻿/*#region layout MFW */
/*#endregion */
/*@C_Main_Base: #3A7AAF;*/
/*#region MOBILE*/
/*#endregion */
/*#region TAB */
/*#endregion */
/*#region button bar */
/*#endregion */
/*#region Rows and Columns */
/*#endregion */
/*#region STD controls */
/*#endregion */
/*#region font */
@font-face {
  font-family: 'StaveeFont_Base';
  src: url('../../fonts/Montserrat-Regular.otf');
}
/*#endregion */
/*#region Hovers */
.hover-black-white:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.hover-gray-white:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.hover-base:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #0079CF;
  text-shadow: 0 0 15px rgba(0, 121, 207, 0.2);
}
.hover-template:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #F7404B;
  text-shadow: 0 0 15px rgba(247, 64, 75, 0.2);
}
.hover-red-gray:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #1EA2B1;
  text-shadow: 0 0 15px rgba(30, 162, 177, 0.3);
}
.hover-white-red:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #FFFFFF;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}
.hover-red-white:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.7);
}
.hover-red-white_faded:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.4);
}
.hover-shadow-red:hover:not(.Active):not(.Disabled) {
  -webkit-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.hover-none-collapsible:hover {
  cursor: default !important;
  color: #002946 !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: none !important;
  /* Firefox 3.5 - 3.6 */
  box-shadow: none !important;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.hover-none:hover {
  cursor: default !important;
  color: #002946 !important;
  text-shadow: none !important;
  border-color: #002946 !important;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 41, 70, 0.05) !important;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 3px 2px rgba(0, 41, 70, 0.05) !important;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 3px 2px rgba(0, 41, 70, 0.05) !important;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.hover-none-disabled:hover {
  cursor: default !important;
  background-color: #FFFFFF !important;
  color: #E0E0E0 !important;
  border-color: #E0E0E0 !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: none !important;
  /* Firefox 3.5 - 3.6 */
  box-shadow: none !important;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.hover-none-default:hover {
  cursor: default !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: none !important;
  /* Firefox 3.5 - 3.6 */
  box-shadow: none !important;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-color: #002946 !important;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 41, 70, 0.05);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 3px 2px rgba(0, 41, 70, 0.05);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 3px 2px rgba(0, 41, 70, 0.05);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.hover-none-MenuButton:hover {
  cursor: default !important;
  color: #CC0914 !important;
  background-color: #F0F0F0 !important;
  border-color: #E0E0E0 !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: none !important;
  /* Firefox 3.5 - 3.6 */
  box-shadow: none !important;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  -webkit-box-shadow: none;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: none;
  /* Firefox 3.5 - 3.6 */
  box-shadow: none;
}
.hover-shadow-red-border-red:hover:not(.Active):not(.Disabled) {
  border-color: #CC0914;
  color: #CC0914;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.shadow-red {
  -webkit-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.shadow-black {
  -webkit-box-shadow: 0 0 5px 3px rgba(40, 40, 40, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(40, 40, 40, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(40, 40, 40, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.shadow-blue {
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 41, 70, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(0, 41, 70, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(0, 41, 70, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.shadow-blue_small {
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 41, 70, 0.05);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 3px 2px rgba(0, 41, 70, 0.05);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 3px 2px rgba(0, 41, 70, 0.05);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.shadow-soft-blue {
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 41, 70, 0.07);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(0, 41, 70, 0.07);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(0, 41, 70, 0.07);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.shadow-none {
  -webkit-box-shadow: none;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: none;
  /* Firefox 3.5 - 3.6 */
  box-shadow: none;
}
/*#endregion */
/*#region required and validation on inputs */
.I_Required {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #CC0914 transparent transparent transparent;
}
.I_Validation {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 22px;
  height: 28px -2px;
  padding-top: 7px;
  color: #CC0914;
  cursor: help !important;
}
.I_Validation:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.7);
}
.I_State {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 22px;
  height: 28px -2px;
  padding-top: 7px;
  color: #CC0914;
  cursor: help !important;
}
.I_State:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.7);
}
/*#endregion */
/*#region labels */
.not-selectable {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.selectable {
  -webkit-user-select: text;
  /* Safari */
  -moz-user-select: text;
  /* Firefox */
  -ms-user-select: text;
  /* Internet Explorer/Edge */
  user-select: text;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
/*#endregion */
.ToastContainer {
  z-index: 22000;
  position: absolute;
  pointer-events: none;
  top: 50px;
  right: 30px;
  background-color: transparent;
  width: 500px;
}
.ToastContainer > .ToastItem {
  clear: both;
  position: relative;
  width: 100%;
  border-radius: 0 0 5px 5px;
  margin-bottom: 10px;
  padding: 10px;
  border-top: solid 2px;
  font-weight: 600;
  -webkit-box-shadow: 0 0 5px 3px rgba(40, 40, 40, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(40, 40, 40, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(40, 40, 40, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.ToastContainer > .ToastItem > .Time {
  position: absolute;
  font-size: 10px;
  font-weight: 600;
  top: 10px;
  right: 10px;
  color: #707070;
}
.ToastContainer > .ToastItem > .Ico {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  height: 25px;
}
.ToastContainer > .ToastItem > .Ico i {
  font-size: 16px;
  padding-right: 10px;
}
.ToastContainer > .ToastItem > .Message {
  position: relative;
  margin-top: 5px;
  font-size: 14px;
  color: #707070;
}
.ToastContainer > .ToastItem.Red {
  background-color: #fcebeb;
  border-color: #E13019;
}
.ToastContainer > .ToastItem.Red > .Ico {
  color: #E13019;
}
.ToastContainer > .ToastItem.Yellow {
  background-color: #fdfdeb;
  border-color: #EBC322;
}
.ToastContainer > .ToastItem.Yellow > .Ico {
  color: #EBC322;
}
.ToastContainer > .ToastItem.Blue {
  background-color: #e6f3f9;
  border-color: #005496;
}
.ToastContainer > .ToastItem.Blue > .Ico {
  color: #005496;
}
.ToastContainer > .ToastItem.Green {
  background-color: #eeffec;
  border-color: #187428;
}
.ToastContainer > .ToastItem.Green > .Ico {
  color: #187428;
}
.ValidationMessageBox {
  clear: both;
  position: absolute;
  top: 20px;
  right: 30px;
  width: 200px;
  padding: 5px;
  margin: 0px;
  box-sizing: border-box;
  font-family: 'StaveeFont_Base';
  font-size: 12px;
  font-weight: 600;
  background-color: #fdd7d9;
  color: #707070;
  border: 1px solid #CC0914;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px 3px rgba(40, 40, 40, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(40, 40, 40, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(40, 40, 40, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  text-shadow: none;
  z-index: 1000;
}
.TabContainer {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
.TabContainer.Height-1 {
  height: calc(100% - 60px);
}
.TabContainer.Height-1_Modal {
  height: calc(100% + 15px);
}
.TabContainer > .TabHeader {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #F0F0F0;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.TabContainer > .TabHeader > .Item {
  position: relative;
  float: left;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: solid 3px transparent;
  border-bottom: solid 1px #F0F0F0;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #A5A5A5;
}
.TabContainer > .TabHeader > .Item:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.TabContainer > .TabHeader > .Item.Active {
  background-color: #FFFFFF;
  border-top: solid 3px #CC0914;
  color: #707070;
}
.TabContainer > .Panel {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 50px;
  left: 0;
  background-color: #FFFFFF;
}
.TabContainer > .Panel.DoubleButtonBar {
  bottom: 85px;
}
.TabContainer > .Panel.NoButtonBar {
  bottom: 0;
}
.TabContainer > .ButtonBar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  padding: 0px 10px 10px 10px;
  font-size: 10px;
  font-weight: 600;
  background-color: #FFFFFF;
  border-top: solid 2px #F0F0F0;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.TabContainer > .ButtonBar.DoubleButtonBar {
  height: 85px;
}
.TabContainer > .ButtonBar > .MainButtonBarInnerContainer {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.TabContainer > .ButtonBar > .MainButtonBarInnerContainer > .Button {
  margin-bottom: 0;
}
.CollapsibleContainer {
  position: relative;
  width: calc(100% - 30px);
  margin: 20px 15px;
  background-color: #FFFFFF;
  border: solid 1px #E0E0E0;
  border-top: solid 2px #002946;
}
.CollapsibleContainer.Red {
  border-color: #002946;
}
.CollapsibleContainer > .HeaderDefault {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #002946;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.CollapsibleContainer > .HeaderDefault:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.CollapsibleContainer > .HeaderDefault > .Ico {
  position: absolute;
  top: 10px;
  right: 12px;
}
.CollapsibleContainer > .HeaderZaznam {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #002946;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.CollapsibleContainer > .HeaderZaznam:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #0079CF;
  text-shadow: 0 0 15px rgba(0, 121, 207, 0.2);
}
.CollapsibleContainer > .HeaderZaznam > .Ico {
  position: absolute;
  top: 10px;
  right: 12px;
}
.CollapsibleContainer > .HeaderTemplate {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #CC0914;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.CollapsibleContainer > .HeaderTemplate:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #F7404B;
  text-shadow: 0 0 15px rgba(247, 64, 75, 0.2);
}
.CollapsibleContainer > .HeaderTemplate > .Ico {
  position: absolute;
  top: 10px;
  right: 12px;
}
.CollapsibleContainer > .Panel {
  position: relative;
  width: 100%;
  padding: 0 0 10px 0;
  font-size: 12px;
  font-weight: 600;
  color: #707070;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.CollapsibleContainer > .Panel.Grid {
  padding: 0 0 0 0;
}
.Button {
  float: left;
  margin: 10px 5px 10px 5px;
  padding: 5px 10px 5px 10px;
  border: solid 1px #002946;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #002946;
  user-select: none;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 41, 70, 0.07);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(0, 41, 70, 0.07);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(0, 41, 70, 0.07);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.Button:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.Button:hover:not(.Active):not(.Disabled) {
  -webkit-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.Button:hover {
  border-color: #CC0914;
}
.Button.Default {
  background-color: #002946;
  color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 41, 70, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(0, 41, 70, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(0, 41, 70, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.Button.Default:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #FFFFFF;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}
.Button.Default:hover:not(.Active):not(.Disabled) {
  -webkit-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.Button.Default:hover {
  background-color: #CC0914;
}
.Button.Default.Disabled {
  background-color: #E0E0E0;
  color: #FFFFFF;
  border-color: #E0E0E0;
  -webkit-box-shadow: none;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: none;
  /* Firefox 3.5 - 3.6 */
  box-shadow: none;
}
.Button.FullWidth {
  width: 100%;
}
.Button.NoMargin {
  margin: 0 5px 0 5px;
}
.Button.Right {
  float: right;
}
.Button.Disabled {
  background-color: #FFFFFF;
  color: #E0E0E0;
  border-color: #E0E0E0;
  -webkit-box-shadow: none;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: none;
  /* Firefox 3.5 - 3.6 */
  box-shadow: none;
}
.Button.Disabled.SMButton {
  background-color: #FFFFFF;
  color: #A5A5A5;
  border-color: #E0E0E0;
}
.Button.Disabled.SMButton:hover {
  border-color: #A5A5A5;
  color: #002946;
  cursor: help;
}
.Button.Disabled.SMButton:hover:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.Button > .Ico {
  margin-right: 12px;
  font-size: 14px;
}
.Button > .Ico.NoLabel {
  margin-right: 0;
}
.Button.Link {
  position: relative;
  float: left;
  margin: 0;
  margin-top: 3px;
  border: solid 1px #E0E0E0;
  border-radius: 2px;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #1c85a8;
  background-color: #FFFFFF;
}
.Button.Link:hover:not(.Active):not(.Disabled) {
  border-color: #CC0914;
  color: #CC0914;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.Button.NavDayButton {
  width: 135px !important;
}
.Label {
  display: table-cell;
  vertical-align: middle;
  font-family: 'StaveeFont_Base';
  font-size: 12px;
  font-weight: 600;
  color: #707070;
  width: 100%;
  height: 28px;
  margin: 0;
}
.TextBox > input {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 28px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  outline: 2px solid rgba(240, 240, 240, 0.3);
}
.TextBox > input.Disabled {
  background-color: #FFFFFF;
  border-color: #F0F0F0;
  outline: 2px solid rgba(240, 240, 240, 0.3);
}
.TextBox > input.State {
  padding-right: 30px;
  background-color: rgba(235, 195, 34, 0.03);
  border-color: rgba(235, 195, 34, 0.55);
}
.TextBox > input.Error {
  padding-right: 30px;
  background-color: rgba(204, 9, 20, 0.02);
  border-color: rgba(204, 9, 20, 0.5);
}
.TextBox > input:focus:not(.Disabled) {
  background-color: #FFFFFF;
  border-color: #1EA2B1;
  outline-offset: 0;
  outline: 2px solid rgba(30, 162, 177, 0.1);
}
.TextBox > input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A5A5A5;
  opacity: 1;
  /* Firefox */
}
.TextBox > input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A5A5A5;
}
.TextBox > input:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #A5A5A5;
}
.ComboBox > input {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 28px;
  margin: 0;
  padding-left: 10px;
  padding-right: 38px;
  outline: 2px solid rgba(240, 240, 240, 0.3);
  cursor: pointer;
}
.ComboBox > input.Disabled {
  background-color: #FFFFFF;
  border-color: #F0F0F0;
  outline: 2px solid rgba(240, 240, 240, 0.3);
}
.ComboBox > input.Error {
  padding-right: 58px;
  background-color: rgba(204, 9, 20, 0.02);
  border-color: rgba(204, 9, 20, 0.5);
}
.ComboBox > input.Open {
  background-color: #FFFFFF;
  border-color: #1EA2B1;
  outline-offset: 0;
  outline: 2px solid rgba(30, 162, 177, 0.1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #E0E0E0;
}
.ComboBox > .DropDownBox {
  clear: both;
  position: absolute;
  max-height: 150px;
  min-height: 38px;
  top: 28px;
  right: 0;
  left: 0;
  padding: 5px;
  margin: 0px;
  font-size: 12px;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #707070;
  border-top: none;
  border-left: 1px solid #1EA2B1;
  border-right: 1px solid #1EA2B1;
  border-bottom: 1px solid #1EA2B1;
  border-radius: 2px;
  outline: 2px solid rgba(30, 162, 177, 0.1);
  border-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  text-shadow: none;
  overflow-y: scroll;
  z-index: 900;
}
.ComboBox > .DropDownBox > .ComboItem {
  width: 100%;
  padding: 5px 5px 5px 5px;
  min-height: 28px;
  border-bottom: 1px solid #E0E0E0;
  cursor: pointer;
}
.ComboBox > .DropDownBox > .ComboItem.Selected {
  color: #002946;
}
.ComboBox > .DropDownBox > .ComboItem.Disabled {
  color: #E0E0E0;
}
.ComboBox > .DropDownBox > .ComboItem:hover:not(.Selected) {
  background-color: #F0F0F0;
}
.ComboBox > .DropDownBox > .ComboItem:last-child {
  border-bottom: none;
}
.ComboBox > .ComboDropIco {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 28px;
  height: 28px -2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: 1px solid #E0E0E0;
  background-color: #F0F0F0;
}
.ComboBox > .ComboDropIco:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.7);
}
.ComboBox > .ComboDropIco > i {
  pointer-events: none;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 28px;
}
.ComboBox.Open > .ComboDropIco {
  color: #002946;
  text-shadow: 0 0 15px rgba(0, 41, 70, 0.7);
}
.ComboBox > .I_Validation {
  right: 28px;
}
.AutoComplete > input {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 28px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  outline: 2px solid rgba(240, 240, 240, 0.3);
  cursor: auto;
}
.AutoComplete > input.Disabled {
  background-color: #FFFFFF;
  border-color: #F0F0F0;
  outline: 2px solid rgba(240, 240, 240, 0.3);
}
.AutoComplete > input.Error {
  padding-right: 30px;
  background-color: rgba(204, 9, 20, 0.02);
  border-color: rgba(204, 9, 20, 0.5);
}
.AutoComplete > input.Open {
  background-color: #FFFFFF;
  border-color: #1EA2B1;
  outline-offset: 0;
  outline: 2px solid rgba(30, 162, 177, 0.1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #E0E0E0;
}
.AutoComplete > input:focus:not(.Disabled) {
  background-color: #FFFFFF;
  border-color: #1EA2B1;
  outline-offset: 0;
  outline: 2px solid rgba(30, 162, 177, 0.1);
}
.AutoComplete > .AutoCompleteBox {
  clear: both;
  position: absolute;
  max-height: 150px;
  min-height: 38px;
  top: 28px;
  right: 0;
  left: 0;
  padding: 5px;
  margin: 0px;
  font-size: 12px;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #707070;
  border-top: none;
  border-left: 1px solid #1EA2B1;
  border-right: 1px solid #1EA2B1;
  border-bottom: 1px solid #1EA2B1;
  border-radius: 2px;
  outline: 2px solid rgba(30, 162, 177, 0.1);
  border-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  text-shadow: none;
  overflow-y: scroll;
  z-index: 900;
}
.AutoComplete > .AutoCompleteBox > .AutoCompleteItem {
  width: 100%;
  padding: 5px 5px 5px 5px;
  min-height: 28px;
  border-bottom: 1px solid #E0E0E0;
  cursor: pointer;
}
.AutoComplete > .AutoCompleteBox > .AutoCompleteItem.Selected {
  color: #002946;
}
.AutoComplete > .AutoCompleteBox > .AutoCompleteItem:hover:not(.Selected) {
  background-color: #F0F0F0;
}
.AutoComplete > .AutoCompleteBox > .AutoCompleteItem:last-child {
  border-bottom: none;
}
.Calendar > input {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 28px;
  margin: 0;
  padding-left: 10px;
  padding-right: 38px;
  outline: 2px solid rgba(240, 240, 240, 0.3);
}
.Calendar > input.InvalidFormat {
  background-color: rgba(0, 41, 70, 0.1);
}
.Calendar > input.Disabled {
  background-color: #FFFFFF;
  border-color: #F0F0F0;
  outline: 2px solid rgba(240, 240, 240, 0.3);
}
.Calendar > input.Error {
  padding-right: 58px;
  background-color: rgba(204, 9, 20, 0.02);
  border-color: rgba(204, 9, 20, 0.5);
}
.Calendar > input:focus:not(.Disabled) {
  background-color: #FFFFFF;
  border-color: #1EA2B1;
  outline-offset: 0;
  outline: 2px solid rgba(30, 162, 177, 0.1);
}
.Calendar > .CalendarBox {
  clear: both;
  position: absolute;
  top: 33px;
  right: 0;
  width: 297px;
  height: 322px;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #707070;
  border: 1px solid #1EA2B1;
  outline: 2px solid rgba(30, 162, 177, 0.1);
  border-radius: 2px;
  text-shadow: none;
  z-index: 900;
}
.Calendar > .CalendarBox > .CalendarBoxHeader {
  position: relative;
}
.Calendar > .CalendarBox > .CalendarBoxHeader > .YearPre {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px 0 10px;
  background-color: #F0F0F0;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  outline: 2px solid rgba(240, 240, 240, 0.2);
  width: 30px;
  margin: 10px 0 10px 10px;
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.Calendar > .CalendarBox > .CalendarBoxHeader > .YearPre:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.7);
}
.Calendar > .CalendarBox > .CalendarBoxHeader > .YearNext {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px 0 10px;
  background-color: #F0F0F0;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  outline: 2px solid rgba(240, 240, 240, 0.2);
  width: 30px;
  margin: 10px 0 10px 0;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.Calendar > .CalendarBox > .CalendarBoxHeader > .YearNext:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.7);
}
.Calendar > .CalendarBox > .CalendarBoxHeader > .YearValue {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px 0 10px;
  background-color: #F0F0F0;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  outline: 2px solid rgba(240, 240, 240, 0.2);
  width: 60px;
  margin: 10px 0 10px 0;
  border-radius: 0;
}
.Calendar > .CalendarBox > .CalendarBoxHeader > .MonthPre {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px 0 10px;
  background-color: #F0F0F0;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  outline: 2px solid rgba(240, 240, 240, 0.2);
  width: 30px;
  margin: 10px 0 10px 5px;
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.Calendar > .CalendarBox > .CalendarBoxHeader > .MonthPre:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.7);
}
.Calendar > .CalendarBox > .CalendarBoxHeader > .MonthNext {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px 0 10px;
  background-color: #F0F0F0;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  outline: 2px solid rgba(240, 240, 240, 0.2);
  margin: 10px 0 10px 0;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.Calendar > .CalendarBox > .CalendarBoxHeader > .MonthNext:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.7);
}
.Calendar > .CalendarBox > .CalendarBoxHeader > .MonthValue {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px 0 10px;
  background-color: #F0F0F0;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  outline: 2px solid rgba(240, 240, 240, 0.2);
  width: 92px;
  margin: 10px 0 10px 0;
  border-radius: 0;
}
.Calendar > .CalendarBox > .CalendarBody {
  position: relative;
  clear: both;
}
.Calendar > .CalendarBox > .CalendarBody > .CalendarNameRow {
  position: relative;
  clear: both;
  height: 25px;
  padding-left: 10px;
  padding-right: 5px;
}
.Calendar > .CalendarBox > .CalendarBody > .CalendarNameRow > .CalendarDayName {
  float: left;
  width: 35px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px 0 10px;
  margin-right: 5px;
}
.Calendar > .CalendarBox > .CalendarBody > .CalendarNameRow > .CalendarDayName.Weekend {
  color: #002946;
}
.Calendar > .CalendarBox > .CalendarBody > .CalendarRow {
  position: relative;
  clear: both;
  height: 40px;
  padding-left: 10px;
  padding-right: 5px;
}
.Calendar > .CalendarBox > .CalendarBody > .CalendarRow > .CalendarDayName {
  float: left;
  width: 35px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px 0 10px;
}
.Calendar > .CalendarBox > .CalendarBody > .CalendarRow > .CalendarDay {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px 0 10px;
  background-color: #F0F0F0;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  outline: 2px solid rgba(240, 240, 240, 0.2);
  margin-right: 5px;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.Calendar > .CalendarBox > .CalendarBody > .CalendarRow > .CalendarDay:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.7);
}
.Calendar > .CalendarBox > .CalendarBody > .CalendarRow > .CalendarDay.Weekend {
  color: #1c85a8;
}
.Calendar > .CalendarBox > .CalendarBody > .CalendarRow > .CalendarDay.NotCurrent {
  color: #A5A5A5;
  background-color: #FFFFFF;
  border-color: #F0F0F0;
}
.Calendar > .CalendarBox > .CalendarBody > .CalendarRow > .CalendarDay.Today {
  color: #002946;
  border-color: #CC0914;
}
.Calendar > .CalendarBox > .CalendarBody > .CalendarRow > .CalendarDay.NotActive {
  color: #FAFAFA;
  background-color: #FFFFFF;
  border-color: #F0F0F0;
}
.Calendar > .CalendarIco {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 28px;
  height: 28px -2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: 1px solid #E0E0E0;
  background-color: #F0F0F0;
  color: #707070;
}
.Calendar > .CalendarIco:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.4);
}
.Calendar > .CalendarIco > i {
  pointer-events: none;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 28px;
}
.Calendar.Open > .CalendarIco {
  color: #002946;
  text-shadow: 0 0 15px rgba(0, 41, 70, 0.7);
}
.Calendar > .I_Validation {
  right: 28px;
}
.Calendar .CalendarName_base {
  float: left;
  width: 35px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px 0 10px;
}
.Calendar .CalendarButton_base {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px 0 10px;
  background-color: #F0F0F0;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  outline: 2px solid rgba(240, 240, 240, 0.2);
}
.Calendar .CalendarButton_base_clickable {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px 0 10px;
  background-color: #F0F0F0;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  outline: 2px solid rgba(240, 240, 240, 0.2);
}
.Calendar .CalendarButton_base_clickable:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.7);
}
.DaySelect.Desktop {
  z-index: 900;
  width: 300px;
  height: 330px;
  clear: both;
  color: #002946;
  z-index: 20001;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.DaySelect.Desktop .WeekShader {
  position: absolute;
  width: 82px;
  height: 277px;
  background: rgba(232, 240, 254, 0.4);
  top: 45px;
  right: 6px;
  border-radius: 8px;
}
.DaySelect.Desktop .DateChanger {
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 40px;
}
.DaySelect.Desktop .DateChanger .DcBtn {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 26px;
  vertical-align: baseline;
  line-height: 40px;
}
.DaySelect.Desktop .DateChanger .DcBtn:hover {
  cursor: pointer;
}
.DaySelect.Desktop .DateChanger .DcBtn.Preview {
  left: 2px;
}
.DaySelect.Desktop .DateChanger .DcBtn.Next {
  right: 2px;
}
.DaySelect.Desktop .DateChanger .DcBtn.Disabled {
  color: #F0F0F0;
}
.DaySelect.Desktop .DateChanger .DcBtn.Disabled:hover {
  cursor: default;
}
.DaySelect.Desktop .DateChanger .MonthLabel {
  position: absolute;
  height: 40px;
  left: 42px;
  right: 42px;
  text-align: center;
  vertical-align: baseline;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
}
.DaySelect.Desktop .DayHeader {
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 25px;
  border-bottom: 2px solid #002946;
}
.DaySelect.Desktop .DayHeader .DHItem {
  position: relative;
  float: left;
  top: 0;
  width: 37px;
  height: 23px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.DaySelect.Desktop .DayRow {
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 37px;
}
.DaySelect.Desktop .DayRow .DayItem {
  position: relative;
  float: left;
  top: 0;
  width: 37px;
  height: 37px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 600;
  line-height: 37px;
  border-radius: 2px;
}
.DaySelect.Desktop .DayRow .DayItem:hover {
  cursor: pointer;
}
.DaySelect.Desktop .DayRow .Inactive {
  color: #B5B5B5;
  border: none;
  font-weight: 400;
}
.DaySelect.Desktop .DayRow .Inactive:hover {
  cursor: default;
}
.DaySelect.Desktop .DayRow .NotCurrent {
  font-size: 12px;
}
.DaySelect.Desktop .DayRow .TodayEdit {
  background: #002946;
  color: #FFFFFF;
}
.DaySelect.Desktop .DayRow .LatchEdit {
  /*            -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0,41,70,0.2);
            -moz-box-shadow: inset 0px 0px 2px 1px rgba(0,41,70,0.2);
            box-shadow: inset 0px 0px 2px 1px rgba(0,41,70,0.2);*/
  border: 1px solid #002946;
}
.DaySelect.Desktop .DayRow .SignedNoEdit {
  border: none;
}
.DaySelect.Desktop .DayRow .SignedNoEdit:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: calc(50% - 2px);
  height: 4px;
  width: 4px;
  background: #002946;
  box-sizing: border-box;
  border-radius: 2pc;
}
.DaySelect.Desktop .DayRow .NoSignedNoEdit {
  border: none;
}
.DaySelect.Mobile {
  z-index: 900;
  width: 300px;
  height: 330px;
  clear: both;
  color: #002946;
  z-index: 20001;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.DaySelect.Mobile .WeekShader {
  position: absolute;
  width: 82px;
  height: 277px;
  background: rgba(232, 240, 254, 0.4);
  top: 45px;
  right: 6px;
  border-radius: 8px;
}
.DaySelect.Mobile .DateChanger {
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 40px;
}
.DaySelect.Mobile .DateChanger .DcBtn {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 26px;
  vertical-align: baseline;
  line-height: 40px;
}
.DaySelect.Mobile .DateChanger .DcBtn.Preview {
  left: 2px;
}
.DaySelect.Mobile .DateChanger .DcBtn.Next {
  right: 2px;
}
.DaySelect.Mobile .DateChanger .DcBtn.Disabled {
  color: #F0F0F0;
}
.DaySelect.Mobile .DateChanger .MonthLabel {
  position: absolute;
  height: 40px;
  left: 42px;
  right: 42px;
  text-align: center;
  vertical-align: baseline;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
}
.DaySelect.Mobile .DayHeader {
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 25px;
  border-bottom: 2px solid #002946;
}
.DaySelect.Mobile .DayHeader .DHItem {
  position: relative;
  float: left;
  top: 0;
  width: 37px;
  height: 23px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.DaySelect.Mobile .DayRow {
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 37px;
}
.DaySelect.Mobile .DayRow .DayItem {
  position: relative;
  float: left;
  top: 0;
  width: 37px;
  height: 37px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 600;
  line-height: 37px;
  border-radius: 2px;
}
.DaySelect.Mobile .DayRow .Inactive {
  color: #B5B5B5;
  border: none;
  font-weight: 400;
}
.DaySelect.Mobile .DayRow .NotCurrent {
  font-size: 12px;
}
.DaySelect.Mobile .DayRow .TodayEdit {
  background: #002946;
  color: #FFFFFF;
}
.DaySelect.Mobile .DayRow .LatchEdit {
  /*            -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0,41,70,0.2);
            -moz-box-shadow: inset 0px 0px 2px 1px rgba(0,41,70,0.2);
            box-shadow: inset 0px 0px 2px 1px rgba(0,41,70,0.2);*/
  border: 1px solid #002946;
}
.DaySelect.Mobile .DayRow .SignedNoEdit {
  border: none;
}
.DaySelect.Mobile .DayRow .SignedNoEdit:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: calc(50% - 2px);
  height: 4px;
  width: 4px;
  background: #002946;
  box-sizing: border-box;
  border-radius: 2pc;
}
.DaySelect.Mobile .DayRow .NoSignedNoEdit {
  border: none;
}
.CheckBox {
  clear: both;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  color: #707070;
  width: 100%;
  height: 28px;
  margin: 0;
}
.CheckBox > .CheckBoxBox {
  display: table;
  font-size: 12px;
  font-weight: 600;
  color: #707070;
  width: 100%;
  height: 28px;
  margin: 0;
  cursor: pointer;
}
.CheckBox > .CheckBoxBox.ReadOnly {
  cursor: default;
  color: #bababa;
}
.CheckBox > .CheckBoxBox > i {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 25px;
}
.CheckBox > .CheckBoxBox > .CheckBoxLabel {
  display: table-cell;
  vertical-align: middle;
}
.GridContainer.Scrollable {
  box-sizing: border-box;
  width: 100%;
  overflow-x: scroll;
}
.GridContainer.Scrollable > .Grid {
  table-layout: auto !important;
}
.GridContainer > .GridData {
  box-sizing: border-box;
  clear: both;
  display: table;
  table-layout: fixed;
  width: 100%;
  font-family: 'StaveeFont_Base';
  font-size: 12px;
  font-weight: 600;
  color: #707070;
}
.GridContainer > .GridData > .GridHeaderRow {
  display: table-row;
  padding-bottom: 5px;
  color: #002946;
  background-color: #F0F0F0;
}
.GridContainer > .GridData > .GridHeaderRow > .HeaderItemIco {
  display: table-cell;
  align-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
.GridContainer > .GridData > .GridHeaderRow > .HeaderItem {
  display: table-cell;
  align-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.GridContainer > .GridData > .GridHeaderRow > .HeaderItem.NoBorder {
  border-right: none;
}
.GridContainer > .GridData > .GridHeaderRow > .HeaderItem.Sortable:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.4);
}
.GridContainer > .GridData > .GridHeaderRow > .HeaderItem > .HeaderCell {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 5px 0 5px;
}
.GridContainer > .GridData > .GridHeaderRow > .HeaderItem > .HeaderCell > .GridHeaderSortIco {
  width: 10px;
  padding-left: 5px;
  color: #002946;
}
.GridContainer > .GridData > .GridHeaderRow > .HeaderItem > .HeaderCell > .GridHeaderSortIco.Sorted {
  color: #002946;
}
.GridContainer > .GridData > .GridHeaderRow > .HeaderItemCheck {
  display: table-cell;
  align-content: center;
  font-size: 16px;
  width: 20px;
  padding: 10px 2px 5px 2px;
  color: #005496;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
.GridContainer > .GridData > .GridHeaderRow > .HeaderItemCheck:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.4);
}
.GridContainer > .GridData > .GridHeaderRow > .HeaderItemCheck.NoBorder {
  border-right: none;
}
.GridContainer > .GridData > .GridHeaderRow > .HeaderItemCheck > i {
  width: 20px;
  text-align: center;
}
.GridContainer > .GridData > .GridDataRowActive {
  background-color: rgba(248, 93, 101, 0.25);
}
.GridContainer > .GridData > .GridDataRow {
  display: table-row;
  height: 30px;
}
.GridContainer > .GridData > .GridDataRow:hover:not(.GridDataRowActive) {
  /*cursor: pointer;*/
  background-color: rgba(127, 222, 233, 0.2);
}
.GridContainer > .GridData > .GridDataRow > .DataItemCheck {
  display: table-cell;
  align-content: center;
  font-size: 16px;
  width: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-right: 2px;
  color: #002946;
  border-right: 1px solid #ebebeb;
  /*border-bottom: 1px solid darken(@C_Main_Gray, 5%);*/
}
.GridContainer > .GridData > .GridDataRow > .DataItemCheck:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.4);
}
.GridContainer > .GridData > .GridDataRow > .DataItemCheck > i {
  width: 20px;
  text-align: center;
}
.GridContainer > .GridData > .GridDataRow > .DataItemPick {
  display: table-cell;
  align-content: center;
  font-size: 16px;
  width: 20px;
  padding: 10px 2px 5px 2px;
  color: #A5A5A5;
  border-right: 1px solid #ebebeb;
  /*border-bottom: 1px solid darken(@C_Main_Gray, 5%);*/
}
.GridContainer > .GridData > .GridDataRow > .DataItemPick:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.4);
}
.GridContainer > .GridData > .GridDataRow > .DataItemPick > i {
  width: 20px;
  text-align: center;
}
.GridContainer > .GridData > .GridDataRow .WrapNewLine {
  white-space: pre-wrap;
}
.GridContainer > .GridData > .GridDataRow > .DataItem {
  display: table-cell;
  align-content: center;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-user-select: text;
  /* Safari */
  -moz-user-select: text;
  /* Firefox */
  -ms-user-select: text;
  /* Internet Explorer/Edge */
  user-select: text;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  overflow: hidden;
  border-right: 1px solid #ebebeb;
  /*border-bottom: 1px solid darken(@C_Main_Gray, 5%);*/
}
.GridContainer > .GridData > .GridDataRow > .DataItem.NoBorder {
  border-right: none;
}
.GridContainer > .GridData > .GridDataRow > .DataItem > .GridActionThumb {
  cursor: default;
}
.GridContainer > .GridData > .GridDataRow > .DataItem > .GridActionThumb:not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
}
.GridContainer > .GridData > .GridDataRow > .DataItem > .GridActionThumb:not(.Disabled):hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.4);
}
.GridContainer > .GridData > .GridDataRow > .DataItem > .GridActionIcon {
  color: #E0E0E0;
  font-size: 14px;
  width: 22px;
  height: 22px;
  margin-left: 3px;
  cursor: default;
}
.GridContainer > .GridData > .GridDataRow > .DataItem > .GridActionIcon:not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
}
.GridContainer > .GridData > .GridDataRow > .DataItem > .GridActionIcon:not(.Disabled):hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.4);
}
.GridContainer > .GridData > .GridDataRow > .DataItem > .GridLink {
  border: solid 1px #E0E0E0;
  border-radius: 2px;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
  color: #1c85a8;
  background-color: #FFFFFF;
}
.GridContainer > .GridData > .GridDataRow > .DataItem > .GridLink:hover:not(.Active):not(.Disabled) {
  border-color: #CC0914;
  color: #CC0914;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.GridContainer > .GridData > .GridDataRow > .DataItem > .GridLinkContainer .GridLink {
  border: solid 1px #E0E0E0;
  border-radius: 2px;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
  color: #1c85a8;
  background-color: #FFFFFF;
}
.GridContainer > .GridData > .GridDataRow > .DataItem > .GridLinkContainer .GridLink:hover:not(.Active):not(.Disabled) {
  border-color: #CC0914;
  color: #CC0914;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.GridContainer > .GridData > .GridDataRow > .DataItem .Red {
  color: #E13019;
}
.GridContainer > .GridData > .GridDataRow > .DataItem .Yellow {
  color: #EBC322;
}
.GridContainer > .GridData > .GridDataRow > .DataItem .Blue {
  color: #005496;
}
.GridContainer > .GridData > .GridDataRow > .DataItem .Green {
  color: #187428;
}
.GridContainer > .GridData > .GridDataRow > .DataItem .Grey {
  color: #A5A5A5;
}
.GridContainer > .GridData > .GridDataRow > .DataItem .LightGrey {
  color: #E0E0E0;
}
.GridContainer > .GridData > .GridDataRow > .DataItem .Black {
  color: #282828;
}
.GridContainer > .GridData > .GridDataRow > .DataItem .White {
  color: #FFFFFF;
}
.GridContainer > .GridData > .GridDataRow > .DataItem .Magenta {
  color: #BC4BBC;
}
.GridContainer > .GridData > .GridDataRow > .DataItem .Orange {
  color: #FF7C00;
}
.GridContainer > .GridData > .GridDataRow > .DataItemIco {
  display: table-cell;
  align-content: center;
  font-size: 12px;
  width: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-right: 2px;
  /*border-bottom: 1px solid darken(@C_Main_Gray, 5%);*/
}
.GridContainer > .GridData > .GridDataRow > .DataItemIco.NoBorder {
  border-right: none;
}
.GridContainer > .GridData > .GridDataRow > .DataItemIco.Border {
  border-right: 1px solid #ebebeb;
}
.GridContainer > .GridData > .GridDataRow > .DataItemIco > i {
  width: 20px;
  text-align: center;
}
.GridContainer > .GridData > .GridDataRow .Red {
  color: #E13019;
}
.GridContainer > .GridData > .GridDataRow .Yellow {
  color: #EBC322;
}
.GridContainer > .GridData > .GridDataRow .Blue {
  color: #005496;
}
.GridContainer > .GridData > .GridDataRow .BlueLight {
  color: #0496a5;
}
.GridContainer > .GridData > .GridDataRow .Green {
  color: #187428;
}
.GridContainer > .GridData > .GridDataRow .Grey {
  color: #A5A5A5;
}
.GridContainer > .GridData > .GridDataRow .LightGrey {
  color: #E0E0E0;
}
.GridContainer > .GridData > .GridDataRow .Black {
  color: #282828;
}
.GridContainer > .GridData > .GridDataRow .White {
  color: #FFFFFF;
}
.GridContainer > .GridData > .GridDataRow .Magenta {
  color: #BC4BBC;
}
.GridContainer > .GridData > .GridDataRow .Orange {
  color: #FF7C00;
}
.GridContainer > .GridData > .GridDataRow .RedSaturate {
  color: #ff1000;
}
.GridContainer > .GridData > .GridDataRow .YellowSaturate {
  color: #ffcc00;
}
.GridContainer > .GridData > .GridDataRow .BlueSaturate {
  color: #0070ba;
}
.GridContainer > .GridData > .GridDataRow .BlueLightSaturate {
  color: #01c8c8;
}
.GridContainer > .GridData > .GridDataRow .GreenSaturate {
  color: #1ba400;
}
.GridContainer > .GridData > .GridDataRow .GreySaturate {
  color: #A5A5A5;
}
.GridContainer > .GridData > .GridDataRow .LightGreySaturate {
  color: #E0E0E0;
}
.GridContainer > .GridData > .GridDataRow .BlackSaturate {
  color: #000000;
}
.GridContainer > .GridData > .GridDataRow .WhiteSaturate {
  color: #FFFFFF;
}
.GridContainer > .GridData > .GridDataRow .MagentaSaturate {
  color: #d900d9;
}
.GridContainer > .GridData > .GridDataRow .OrangeSaturate {
  color: #ff8d00;
}
.GridPager {
  display: inline-block;
  height: 40px;
  width: 100%;
  padding: 10px 0 10px 10px;
}
.GridPager > .ItemIco {
  float: left;
  padding-top: 1px;
  padding-left: 10px;
  font-size: 14px;
}
.GridPager > .ItemIco:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.4);
}
.GridPager > .ItemIco.Disabled {
  color: #E0E0E0;
}
.GridPager > .ItemInput {
  display: inline-block;
  float: left;
  padding-left: 10px;
}
.GridPager > .ItemInput > input {
  float: left;
  width: 70px;
  height: 20px;
  padding-left: 3px;
  padding-right: 23px;
}
.GridPager > .ItemInput > input.Error {
  background-color: rgba(204, 9, 20, 0.02);
  border-color: rgba(204, 9, 20, 0.5);
}
.GridPager > .ItemInput > input:focus {
  background-color: #FFFFFF;
  border-color: #1EA2B1;
  outline-offset: 0;
  outline: 2px solid rgba(30, 162, 177, 0.1);
}
.GridPager > .ItemInput > .ItemInputAccept {
  float: left;
  width: 25px;
  height: 18px;
  margin-left: -20px;
  margin-top: 1px;
  padding-left: 3px;
  padding-top: 2px;
  font-size: 12px;
  border-left: 1px solid #E0E0E0;
}
.GridPager > .ItemInput > .ItemInputAccept:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.4);
}
.GridPager > .ItemInput > .ItemInputLabel {
  float: left;
  padding-top: 3px;
}
.GridPager > .ItemLabel {
  float: left;
  padding-top: 2px;
  padding-left: 10px;
}
.ModalDialogContainer {
  position: absolute;
  z-index: 19000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.ModalDialogContainer > .ModalDialog {
  background-color: #FFFFFF;
  position: absolute;
  left: 100px;
  right: 100px;
  top: 40px;
  bottom: 40px;
}
.ModalDialogContainer > .ModalDialog > .ModalDialogHeader {
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  border-top: solid 3px #CC0914;
  height: 40px;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #002946;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.ModalDialogContainer > .ModalDialog > .ModalDialogHeader > .Title {
  position: relative;
  float: left;
}
.ModalDialogContainer > .ModalDialog > .ModalDialogHeader > .Title > .Red {
  color: #E13019;
}
.ModalDialogContainer > .ModalDialog > .ModalDialogHeader > .Title > .Yellow {
  color: #EBC322;
}
.ModalDialogContainer > .ModalDialog > .ModalDialogHeader > .Title > .Blue {
  color: #005496;
}
.ModalDialogContainer > .ModalDialog > .ModalDialogHeader > .Title > .Green {
  color: #187428;
}
.ModalDialogContainer > .ModalDialog > .ModalDialogHeader > .Title > .Grey {
  color: #A5A5A5;
}
.ModalDialogContainer > .ModalDialog > .ModalDialogHeader > .Title > .LightGrey {
  color: #E0E0E0;
}
.ModalDialogContainer > .ModalDialog > .ModalDialogHeader > .Actions {
  position: relative;
  float: right;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.ModalDialogContainer > .ModalDialog > .ModalDialogHeader > .Actions > i {
  position: relative;
  float: right;
  text-align: center;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 22px;
}
.ModalDialogContainer > .ModalDialog > .ModalDialogHeader > .Actions > i:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.ModalDialogContainer > .ModalDialog > .ModalDialogContent {
  position: absolute;
  top: calc(40px + 3px);
  right: 0;
  bottom: 50px;
  left: 0;
  background-color: #FFFFFF;
  border-top: solid 2px #F0F0F0;
}
.ModalDialogContainer > .ModalDialog > .ModalDialogContent > .ScrollableContent > .Panel {
  padding: 10px;
}
.ModalDialogContainer > .ModalDialog > .ModalDialogButtonBar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  padding: 5px 10px 10px 10px;
  font-size: 10px;
  font-weight: 600;
  background-color: #FFFFFF;
  border-top: solid 2px #F0F0F0;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.ModalDialogContainer > .ModalDialog > .ModalDialogButtonBar > .Button {
  margin-top: 5px;
}
.ModalDialogContainer > .ModalDialog.Modal_M_SIZE {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 55vw;
  height: 65vh;
}
.ModalDialogContainer > .ModalDialog.Modal_S_SIZE {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30vw;
  height: 40vh;
}
.ModalDialogContainer > .ModalDialog.Modal_SM {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 750px;
  height: 600px;
}
.PanelMain {
  position: absolute;
  top: 15px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-top: solid 3px #CC0914;
  background-color: #FFFFFF;
}
.Panel {
  font-size: 12px;
  font-weight: 600;
  color: #707070;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.Panel.Height-1_Modal {
  height: calc(100% - 60px);
}
.Panel.Grid {
  padding: 0 0 0 0;
}
.ModalDialog .MultiSelect {
  height: 100%;
}
.ModalDialog .MultiSelect > .Row {
  height: 100%;
}
.ModalDialog .MultiSelect .multiselect-container {
  height: 100%;
}
.ModalDialog .MultiSelect .multiselect-source-items-container {
  position: absolute;
  left: 5px;
  top: 40px;
  bottom: 50px;
  width: 49%;
}
.ModalDialog .MultiSelect .multiselect-header > div:first-child {
  padding-left: 0px;
}
.ModalDialog .MultiSelect .multiselect-data > .Col-10 {
  padding-right: 0px;
}
.ModalDialog .MultiSelect .multiselect-destination-items-container {
  position: absolute;
  right: 5px;
  top: 40px;
  bottom: 50px;
  width: 49%;
}
.ModalDialog .MultiSelect .multiselect-data {
  position: relative;
  height: 100%;
}
.ModalDialog .MultiSelect .multiselect-button {
  position: absolute;
  bottom: 5px;
  left: 0px;
  height: 32px;
}
.MultiSelect .Button {
  margin: 0 5px;
}
.MultiSelect .multiselect-source-items-container,
.MultiSelect .multiselect-destination-items-container {
  border: solid 1px #E0E0E0;
  border-top: solid 3px #E0E0E0;
}
.MultiSelect .multiselect-header-search {
  float: right;
  width: 60%;
}
.MultiSelect .multiselect-header-add-all,
.MultiSelect .multiselect-header-remove-all,
.MultiSelect .multiselect-header-newitem {
  float: right;
}
.MultiSelect .multiselect-source-items-container.ScrollableContent,
.MultiSelect .multiselect-destination-items-container.ScrollableContent {
  overflow-y: scroll;
  padding: 10px 2px;
}
.MultiSelect .multiselect-item {
  padding: 5px;
  height: 30px;
  display: table;
  font-size: 12px;
  font-family: 'StaveeFont_Base';
  color: #707070;
  font-weight: 600;
}
.MultiSelect .multiselect-item:hover {
  cursor: pointer;
  background-color: rgba(127, 222, 233, 0.2);
}
.MultiSelect .multiselect-item p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
.MultiSelect .multiselect-item.Visible {
  display: table;
}
.MultiSelect .multiselect-item.Hidden {
  display: none;
}
.MultiSelectTextBox > input {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 28px;
  margin: 0;
  padding-left: 10px;
  padding-right: 38px;
  outline: 2px solid rgba(240, 240, 240, 0.3);
  cursor: pointer;
}
.MultiSelectTextBox > input.Disabled {
  background-color: #FFFFFF;
  border-color: #F0F0F0;
  outline: 2px solid rgba(240, 240, 240, 0.3);
}
.MultiSelectTextBox > input.Error {
  padding-right: 58px;
  background-color: rgba(204, 9, 20, 0.02);
  border-color: rgba(204, 9, 20, 0.5);
}
.MultiSelectTextBox > input.Open {
  background-color: #FFFFFF;
  border-color: #1EA2B1;
  outline-offset: 0;
  outline: 2px solid rgba(30, 162, 177, 0.1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #E0E0E0;
}
.MultiSelectTextBox > .MultiSelectTextBoxIco {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 28px;
  height: 28px -2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: 1px solid #E0E0E0;
  background-color: #F0F0F0;
}
.MultiSelectTextBox > .MultiSelectTextBoxIco:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.7);
}
.MultiSelectTextBox > .MultiSelectTextBoxIco > i {
  pointer-events: none;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 28px;
}
.MultiSelectTextBox > .I_Validation {
  right: 28px;
}
.MultiSelectGridTextBox > input {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 28px;
  margin: 0;
  padding-left: 10px;
  padding-right: 38px;
  outline: 2px solid rgba(240, 240, 240, 0.2);
  cursor: pointer;
}
.MultiSelectGridTextBox > input.Disabled {
  background-color: #FFFFFF;
  border-color: #F0F0F0;
  outline: 2px solid rgba(240, 240, 240, 0.2);
}
.MultiSelectGridTextBox > input.Error {
  padding-right: 58px;
  background-color: rgba(204, 9, 20, 0.02);
  border-color: rgba(204, 9, 20, 0.5);
}
.MultiSelectGridTextBox > input.Open {
  background-color: #FFFFFF;
  border-color: #1EA2B1;
  outline-offset: 0;
  outline: 2px solid rgba(30, 162, 177, 0.1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #E0E0E0;
}
.MultiSelectGridTextBox > .MultiSelectGridTextBoxIco {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 28px;
  height: 28px -2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: 1px solid #E0E0E0;
  background-color: #F0F0F0;
}
.MultiSelectGridTextBox > .MultiSelectGridTextBoxIco:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.7);
}
.MultiSelectGridTextBox > .MultiSelectGridTextBoxIco > i {
  pointer-events: none;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 28px;
}
.MultiSelectGridTextBox > .I_Validation {
  right: 28px;
}
.ModalDialog .MultiSelectAJAX {
  height: 100%;
}
.ModalDialog .MultiSelectAJAX > .Row {
  height: 100%;
}
.ModalDialog .MultiSelectAJAX .multiselect-container {
  height: 100%;
}
.ModalDialog .MultiSelectAJAX .multiselect-source-items-container {
  position: absolute;
  left: 5px;
  top: 40px;
  bottom: 50px;
  width: 49%;
}
.ModalDialog .MultiSelectAJAX .multiselect-header > div:first-child {
  padding-left: 0px;
}
.ModalDialog .MultiSelectAJAX .multiselect-data > .Col-10 {
  padding-right: 0px;
}
.ModalDialog .MultiSelectAJAX .multiselect-destination-items-container {
  position: absolute;
  right: 5px;
  top: 40px;
  bottom: 50px;
  width: 49%;
}
.ModalDialog .MultiSelectAJAX .multiselect-data {
  position: relative;
  height: 100%;
}
.ModalDialog .MultiSelectAJAX .multiselect-button {
  position: absolute;
  bottom: 5px;
  left: 0px;
  height: 32px;
}
.MultiSelectAJAX .Button {
  margin: 0 5px;
}
.MultiSelectAJAX .multiselect-source-items-container,
.MultiSelectAJAX .multiselect-destination-items-container {
  border: solid 1px #E0E0E0;
  border-top: solid 3px #E0E0E0;
  content: 'attr(data-placeholder)';
  color: gray;
}
.MultiSelectAJAX .multiselect-source-items-container:empty,
.MultiSelectAJAX .multiselect-destination-items-container:empty {
  content: "attr(data-placeholder)";
  color: gray;
}
.MultiSelectAJAX .multiselect-header-search {
  float: right;
  width: 60%;
}
.MultiSelectAJAX .multiselect-header-remove-all {
  float: right;
}
.MultiSelectAJAX .multiselect-source-items-container.ScrollableContent,
.MultiSelectAJAX .multiselect-destination-items-container.ScrollableContent {
  overflow-y: scroll;
  padding: 10px 2px;
  content: "attr(data-placeholder)";
  color: gray;
}
.MultiSelectAJAX .multiselect-source-items-container.ScrollableContent:empty,
.MultiSelectAJAX .multiselect-destination-items-container.ScrollableContent:empty {
  content: 'attr(data-placeholder)';
  color: gray;
}
.MultiSelectAJAX .multiselect-item {
  padding: 5px;
  height: 30px;
  display: table;
  font-size: 12px;
  font-family: 'StaveeFont_Base';
  color: #707070;
  font-weight: 600;
}
.MultiSelectAJAX .multiselect-item:hover {
  cursor: pointer;
  background-color: rgba(127, 222, 233, 0.2);
}
.MultiSelectAJAX .multiselect-item p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
.MultiSelectAJAX .multiselect-item.Visible {
  display: table;
}
.MultiSelectAJAX .multiselect-item.Hidden {
  display: none;
}
.MultiSelectAJAXTextBox > input {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 28px;
  margin: 0;
  padding-left: 10px;
  padding-right: 38px;
  outline: 2px solid rgba(240, 240, 240, 0.2);
  cursor: pointer;
}
.MultiSelectAJAXTextBox > input.Disabled {
  background-color: #FFFFFF;
  border-color: #F0F0F0;
  outline: 2px solid rgba(240, 240, 240, 0.2);
}
.MultiSelectAJAXTextBox > input.Error {
  padding-right: 58px;
  background-color: rgba(204, 9, 20, 0.02);
  border-color: rgba(204, 9, 20, 0.5);
}
.MultiSelectAJAXTextBox > input.Open {
  background-color: #FFFFFF;
  border-color: #1EA2B1;
  outline-offset: 0;
  outline: 2px solid rgba(30, 162, 177, 0.1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #E0E0E0;
}
.MultiSelectAJAXTextBox > .MultiSelectAJAXTextBoxIco {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 28px;
  height: 28px -2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: 1px solid #E0E0E0;
  background-color: #F0F0F0;
}
.MultiSelectAJAXTextBox > .MultiSelectAJAXTextBoxIco:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.7);
}
.MultiSelectAJAXTextBox > .MultiSelectAJAXTextBoxIco > i {
  pointer-events: none;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 28px;
}
.MultiSelectAJAXTextBox > .I_Validation {
  right: 28px;
}
.DataHeader {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFFFFF;
  border-top: solid 3px #CC0914;
  font-weight: 600;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.DataHeader.Height-1 {
  /* POZOR pokud bude upraveno, je treba dat i do TABU a dalsich kntrolek !!! */
  height: 40px;
  line-height: 40px;
}
.DataHeader > .Red {
  color: #E13019;
}
.DataHeader > .Yellow {
  color: #EBC322;
}
.DataHeader > .Blue {
  color: #005496;
}
.DataHeader > .Green {
  color: #187428;
}
.DataHeader > .Grey {
  color: #A5A5A5;
}
.DataHeader > .LightGrey {
  color: #E0E0E0;
}
.DataHeader > .Orange {
  color: #FF7C00;
}
.DataHeader > .DataHeaderLabel {
  position: relative;
  float: left;
}
.DataHeader > .DataHeaderIco {
  position: relative;
  float: right;
  width: 25px;
  font-size: 16px;
  text-align: center;
}
.DataHeaderModal {
  position: relative;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFFFFF;
  font-weight: 600;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.DataHeaderModal.Height-1 {
  /* POZOR pokud bude upraveno, je treba dat i do TABU a dalsich kntrolek !!! */
  height: 25px;
  line-height: 25px;
}
.DataHeaderModal > .Red {
  color: #E13019;
}
.DataHeaderModal > .Yellow {
  color: #EBC322;
}
.DataHeaderModal > .Blue {
  color: #005496;
}
.DataHeaderModal > .Green {
  color: #187428;
}
.DataHeaderModal > .Grey {
  color: #A5A5A5;
}
.DataHeaderModal > .LightGrey {
  color: #E0E0E0;
}
.DataHeaderModal > .Orange {
  color: #FF7C00;
}
.DataHeaderModal > .DataHeaderLabel {
  position: relative;
  float: left;
}
.DataHeaderModal > .DataHeaderIco {
  position: relative;
  float: right;
  width: 25px;
  font-size: 16px;
}
.WidgetContainer {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
.WidgetContainer.Height-1 {
  height: calc(100% - 60px);
}
.WidgetContainer > .WidgetHeader {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFFFFF;
  border-top: solid 3px #002946;
  font-weight: 600;
  line-height: 40px;
  color: #707070;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.WidgetContainer > .WidgetHeader > .Red {
  color: #E13019;
}
.WidgetContainer > .WidgetHeader > .Yellow {
  color: #EBC322;
}
.WidgetContainer > .WidgetHeader > .Blue {
  color: #005496;
}
.WidgetContainer > .WidgetHeader > .Green {
  color: #187428;
}
.WidgetContainer > .WidgetHeader > .Grey {
  color: #A5A5A5;
}
.WidgetContainer > .WidgetHeader .LightGrey {
  color: #E0E0E0;
}
.WidgetContainer > .WidgetHeader > .WidgetHeaderLabel {
  position: relative;
  float: left;
}
.WidgetContainer > .WidgetHeader > .WidgetHeaderIco {
  position: relative;
  float: right;
  width: 25px;
  font-size: 16px;
}
.WidgetContainer > .Panel {
  position: absolute;
  top: 40px;
  right: 10px;
  bottom: 50px;
  left: 10px;
  background-color: #FFFFFF;
}
.WidgetContainer > .ButtonBar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  padding: 5px 10px 10px 10px;
  font-size: 10px;
  font-weight: 600;
  background-color: #FFFFFF;
  border-top: solid 2px #F0F0F0;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.NonCollapsibleContainer {
  position: relative;
  width: calc(100% - 30px);
  margin: 20px 15px;
  background-color: #FFFFFF;
  border: solid 1px #E0E0E0;
  border-top: solid 2px #002946;
}
.NonCollapsibleContainer.NoMargin {
  width: calc(100% - 10px);
  margin: 20px 0;
}
.NonCollapsibleContainer.Red {
  border-color: #002946;
}
.NonCollapsibleContainer > .Header {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #002946;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.NonCollapsibleContainer > .Header > .Ico {
  position: absolute;
  top: 10px;
  right: 12px;
}
.NonCollapsibleContainer > .Header > .Ico:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.NonCollapsibleContainer > .Panel {
  position: relative;
  width: 100%;
  padding: 0 0 10px 0;
  font-size: 12px;
  font-weight: 600;
  color: #707070;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.NonCollapsibleContainer > .Panel.Grid {
  padding: 0 0 0 0;
}
.ListContainer {
  font-family: 'StaveeFont_Base';
  font-weight: 600;
  color: #707070;
  border-top: solid 2px #002946;
}
.ListContainer > .ListHeader {
  font-size: 16px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #002946;
}
.ListContainer > .ListHeader > .NotImportant {
  font-size: 12px;
  color: #A5A5A5;
  font-style: normal;
}
.ListContainer > .ListItem {
  font-size: 12px;
  padding: 5px;
  border-bottom: 1px solid #E0E0E0;
  cursor: pointer;
}
.ListContainer > .ListItem.Selected {
  color: #002946;
}
.ListContainer > .ListItem:hover:not(.Selected) {
  background-color: #F0F0F0;
}
.ListContainer > .ListItem > .Title {
  font-size: 16px;
  font-weight: 600;
  padding-left: 5px;
  padding-bottom: 3px;
}
.ListContainer > .ListItem > .Title > .NotImportant {
  font-size: 12px;
  color: #A5A5A5;
  font-style: normal;
}
.ListContainer > .ListItem > .Body {
  padding-left: 15px;
  font-size: 14px;
}
.ListContainer > .ListItem > .Body > .NotImportant {
  font-size: 12px;
  color: #A5A5A5;
  font-style: normal;
}
.ListContainer > .ListItem > .Body > i {
  padding-left: 5px;
  padding-right: 5px;
}
.ListContainer > .ListItem > .Body > i.Red {
  color: #002946;
}
.ListContainer > .ListItem > i {
  padding-left: 5px;
  padding-right: 5px;
}
.PoznamkaContainer {
  position: relative;
  width: 100%;
  padding: 0 10px 0 10px;
}
.PoznamkaContainer > .PoznamkaHeader {
  width: 100%;
  height: 28px;
}
.PoznamkaContainer > .ScrollShaderTop {
  clear: both;
  position: relative;
  z-index: 2000;
  pointer-events: none;
  -webkit-box-shadow: inset 0px 20px 20px -10px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0px 20px 20px -10px rgba(255, 255, 255, 0.9);
  box-shadow: inset 0px 20px 20px -10px rgba(255, 255, 255, 0.9);
  height: 20px;
  margin-bottom: -20px;
  margin-right: 15px;
}
.PoznamkaContainer > .ScrollShaderBottom {
  clear: both;
  position: relative;
  z-index: 2000;
  pointer-events: none;
  -webkit-box-shadow: inset 0px -20px 20px -10px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0px -20px 20px -10px rgba(255, 255, 255, 0.9);
  box-shadow: inset 0px -20px 20px -10px rgba(255, 255, 255, 0.9);
  height: 20px;
  margin-top: -20px;
  margin-right: 15px;
}
.PoznamkaContainer > .PoznamkaItemsContainer > .PoznamkaItems {
  height: 300px;
  padding-left: 10px;
  padding-top: 5px;
  font-weight: 400;
  overflow-y: scroll;
}
.PoznamkaContainer > .PoznamkaItemsContainer > .PoznamkaItems > .Item > .Header {
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-user-select: text;
  /* Safari */
  -moz-user-select: text;
  /* Firefox */
  -ms-user-select: text;
  /* Internet Explorer/Edge */
  user-select: text;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
  color: #7d7d7d;
}
.PoznamkaContainer > .PoznamkaItemsContainer > .PoznamkaItems > .Item > .Header.Highlight {
  /*color: lighten(desaturate(@C_Main_BlueGreen, 30%), 5%);*/
  color: #7d7d7d;
}
.PoznamkaContainer > .PoznamkaItemsContainer > .PoznamkaItems > .Item > .Header > .IcoImportant {
  position: relative;
  width: 20px;
  margin-right: 5px;
  float: left;
  color: #CC0914;
  font-size: 11px;
}
.PoznamkaContainer > .PoznamkaItemsContainer > .PoznamkaItems > .Item > .Header > .IcoImportant.NonHighlight {
  color: #ededed;
}
.PoznamkaContainer > .PoznamkaItemsContainer > .PoznamkaItems > .Item > .Header > .Type {
  position: relative;
  float: left;
  margin-right: 10px;
}
.PoznamkaContainer > .PoznamkaItemsContainer > .PoznamkaItems > .Item > .Header > .DateTime {
  position: relative;
  float: left;
  margin-right: 10px;
}
.PoznamkaContainer > .PoznamkaItemsContainer > .PoznamkaItems > .Item > .Header > .Name {
  position: relative;
  float: left;
}
.PoznamkaContainer > .PoznamkaItemsContainer > .PoznamkaItems > .Item > .Text {
  clear: both;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid #E0E0E0;
  font-size: 14px;
  -webkit-user-select: text;
  /* Safari */
  -moz-user-select: text;
  /* Firefox */
  -ms-user-select: text;
  /* Internet Explorer/Edge */
  user-select: text;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.PoznamkaContainer > .PoznamkaItemsContainer > .PoznamkaItems > .Item > .Text.Highlight {
  color: #1c85a8;
}
.TextArea > textarea {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  outline: 2px solid rgba(240, 240, 240, 0.3);
  resize: none;
}
.TextArea > textarea.Disabled {
  background-color: #FFFFFF;
  border-color: #F0F0F0;
  outline: 2px solid rgba(240, 240, 240, 0.3);
}
.TextArea > textarea.Error {
  padding-right: 30px;
  background-color: rgba(204, 9, 20, 0.02);
  border-color: rgba(204, 9, 20, 0.5);
}
.TextArea > textarea:focus:not(.Disabled) {
  background-color: #FFFFFF;
  border-color: #1EA2B1;
  outline-offset: 0;
  outline: 2px solid rgba(30, 162, 177, 0.1);
}
.TextAreaDisplay {
  font-size: 12px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background-color: #FAFAFF;
  padding: 10px 15px 10px 15px;
  user-select: text;
}
.TextAreaDisplay .SignatureContainer {
  width: 100%;
  margin-top: 15px;
}
.TextAreaDisplay .SignatureContainer .SignatureHeader {
  width: 100%;
  color: #002946;
}
.TextAreaDisplay .SignatureContainer .SignatureName {
  padding-left: 5px;
  margin-top: 5px;
  width: 100%;
  color: #002946;
  border-left: 2px solid #CC0914;
}
.TextAreaDisplay .SignatureContainer .SignatureDate {
  padding-left: 5px;
  width: 100%;
  font-size: 10px;
  border-left: 2px solid #CC0914;
}
.TextAreaDisplay .SignatureContainer .SignatureSpacer {
  height: 5px;
  width: 100%;
}
.TextAreaDisplay .ReplyHeader {
  width: 100%;
  margin-bottom: 15px;
  color: #002946;
}
.ConfirmDialogContainer {
  position: absolute;
  z-index: 21000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.ConfirmDialogContainer > .ConfirmDialog {
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 550px;
  height: 300px;
}
.ConfirmDialogContainer > .ConfirmDialog > .Title {
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  border-top: solid 3px #CC0914;
  height: 40px;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #707070;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.ConfirmDialogContainer > .ConfirmDialog > .Content {
  position: absolute;
  top: calc(40px + 3px);
  right: 0;
  bottom: 50px;
  left: 0;
  background-color: #FFFFFF;
  border-top: solid 2px #F0F0F0;
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  white-space: pre-wrap;
}
.ConfirmDialogContainer > .ConfirmDialog > .ButtonBar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  padding: 5px 10px 10px 10px;
  font-size: 10px;
  font-weight: 600;
  background-color: #FFFFFF;
  border-top: solid 2px #F0F0F0;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.ConfirmDialogContainer > .ConfirmDialog > .ButtonBar > .Button {
  margin-top: 5px;
}
.AlertDialogContainer {
  position: absolute;
  z-index: 21000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.AlertDialogContainer > .AlertDialog {
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.AlertDialogContainer > .AlertDialog.Size_S {
  width: 550px;
  height: 300px;
}
.AlertDialogContainer > .AlertDialog.Size_M {
  width: 65%;
  height: 55%;
}
.AlertDialogContainer > .AlertDialog.Size_L {
  width: 85%;
  height: 75%;
}
.AlertDialogContainer > .AlertDialog > .Title {
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  border-top: solid 3px #CC0914;
  height: 40px;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #707070;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.AlertDialogContainer > .AlertDialog > .Content {
  position: absolute;
  top: calc(40px + 3px);
  right: 0;
  bottom: 50px;
  left: 0;
  background-color: #FFFFFF;
  border-top: solid 2px #F0F0F0;
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}
.AlertDialogContainer > .AlertDialog > .ButtonBar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  padding: 5px 10px 10px 10px;
  font-size: 10px;
  font-weight: 600;
  background-color: #FFFFFF;
  border-top: solid 2px #F0F0F0;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.AlertDialogContainer > .AlertDialog > .ButtonBar > .Button {
  margin-top: 5px;
}
.TextBoxAutoComplete > input {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 28px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  outline: 2px solid rgba(240, 240, 240, 0.3);
  cursor: auto;
}
.TextBoxAutoComplete > input.Disabled {
  background-color: #FFFFFF;
  border-color: #F0F0F0;
  outline: 2px solid rgba(240, 240, 240, 0.3);
}
.TextBoxAutoComplete > input.Error {
  padding-right: 30px;
  background-color: rgba(204, 9, 20, 0.02);
  border-color: rgba(204, 9, 20, 0.5);
}
.TextBoxAutoComplete > input.Open {
  background-color: #FFFFFF;
  border-color: #1EA2B1;
  outline-offset: 0;
  outline: 2px solid rgba(30, 162, 177, 0.1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #E0E0E0;
}
.TextBoxAutoComplete > input:focus:not(.Disabled) {
  background-color: #FFFFFF;
  border-color: #1EA2B1;
  outline-offset: 0;
  outline: 2px solid rgba(30, 162, 177, 0.1);
}
.TextBoxAutoComplete > .TextBoxAutoCompleteBox {
  clear: both;
  position: absolute;
  max-height: 150px;
  min-height: 38px;
  top: 28px;
  right: 0;
  left: 0;
  padding: 5px;
  margin: 0px;
  font-size: 12px;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #707070;
  border-top: none;
  border-left: 1px solid #1EA2B1;
  border-right: 1px solid #1EA2B1;
  border-bottom: 1px solid #1EA2B1;
  border-radius: 2px;
  outline: 2px solid rgba(30, 162, 177, 0.1);
  border-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  text-shadow: none;
  overflow-y: scroll;
  z-index: 900;
}
.TextBoxAutoComplete > .TextBoxAutoCompleteBox > .AutoCompleteItem {
  width: 100%;
  padding: 5px 5px 5px 5px;
  min-height: 28px;
  border-bottom: 1px solid #E0E0E0;
  cursor: pointer;
}
.TextBoxAutoComplete > .TextBoxAutoCompleteBox > .AutoCompleteItem.Selected {
  color: #002946;
}
.TextBoxAutoComplete > .TextBoxAutoCompleteBox > .AutoCompleteItem:hover:not(.Selected) {
  background-color: #F0F0F0;
}
.TextBoxAutoComplete > .TextBoxAutoCompleteBox > .AutoCompleteItem:last-child {
  border-bottom: none;
}
.PageContainer .TabContainer .PageOptions {
  position: absolute;
  right: 18px;
  z-index: 1;
  height: 40px;
  line-height: 40px;
  color: #A5A5A5;
  top: auto;
}
.PageContainer .ModalDialogContainer .Actions .PageOptions {
  float: right;
  height: 40px;
  line-height: 40px;
  color: #707070;
  position: relative;
  right: -6px;
  top: -10px;
}
.PageContainer .PageOptions {
  position: absolute;
  right: 45px;
  top: -25px;
  height: 40px;
  line-height: 40px;
  color: #A5A5A5;
}
.PageOptions {
  width: 20px;
  font-size: 16px;
  transition: width 0.2s;
  overflow: hidden;
  text-align: center;
}
.PageOptions > i {
  font-size: 16px;
  color: #1c85a8;
  display: inline-block;
  margin-right: 5px;
}
.PageOptions .PageOptions-items {
  display: inline-block;
}
.PageOptions .PageOptions-items > i {
  color: #1c85a8;
  margin-left: 10px;
}
.PageOptions .PageOptions-items:hover i:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.PageOptions:hover > i {
  /*-webkit-animation: fa-spin 5s infinite linear;
            -moz-animation: fa-spin 5s infinite linear;
            -o-animation: fa-spin 5s infinite linear;
            animation: fa-spin 5s infinite linear;*/
}
.PageOptions.fn1:hover {
  width: 70px;
  cursor: pointer;
}
.PageOptions.fn2:hover {
  width: 100px;
  cursor: pointer;
}
.PageOptions.fn3:hover {
  width: 130px;
  cursor: pointer;
}
.PageOptions.fn4:hover {
  width: 160px;
  cursor: pointer;
}
.PageOptions:hover + .Functions-items {
  width: 40px;
}
.ChooseFileBox {
  width: 100%;
}
.ChooseFileBox > input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.ChooseFileBox > input.Disabled {
  background-color: #FFFFFF;
  border-color: #F0F0F0;
  outline: 2px solid rgba(240, 240, 240, 0.3);
}
.ChooseFileBox > input.Error {
  padding-right: 58px;
  background-color: rgba(204, 9, 20, 0.02);
  border-color: rgba(204, 9, 20, 0.5);
}
.ChooseFileBox > input + label {
  display: table;
  line-height: 28px;
  width: 100%;
  height: 28px;
  margin: 0;
  outline: 2px solid rgba(240, 240, 240, 0.3);
  cursor: pointer;
  box-sizing: border-box;
  font-family: 'StaveeFont_Base';
  font-size: 12px;
  font-weight: 600;
  background-color: #F0F0F0;
  color: #707070;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 38px;
}
.ChooseFileBox > input + label.Error {
  padding-right: 58px;
  background-color: rgba(204, 9, 20, 0.02);
  border-color: rgba(204, 9, 20, 0.5);
}
.ChooseFileBox > input + label > .I_Validation {
  right: 28px;
}
.ChooseFileBox > input + label .ChooseFileIco {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 28px;
  height: 28px -2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: 1px solid #E0E0E0;
  background-color: #F0F0F0;
}
.ChooseFileBox > input + label .ChooseFileIco:hover:not(.Active):not(.Disabled):not(.ValidationMessageBox) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.7);
}
.ChooseFileBox > input + label .ChooseFileIco > i {
  pointer-events: none;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 28px;
}
.ChooseFileBox > .I_Validation {
  right: 28px;
}
.DragDropContainer {
  position: absolute;
  z-index: 20000;
  /* MH uprava, aby byl shader nad modalem, ale pod confirmem */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(143, 216, 143, 0.5);
  display: none;
}
.DragDropContainer .Title {
  background-color: rgba(0, 0, 0, 0);
  color: #282828;
  font-size: 30px;
  width: 500px;
  height: 50px;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.BubbleShader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b5b5b570;
  z-index: 20000;
}
.Bubble {
  clear: both;
  position: relative;
  display: block;
  background: white;
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  /*-webkit-box-shadow: 0px 0px 4px 1px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0px 0px 4px 1px rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 4px 1px rgba(221, 221, 221, 1);*/
  -webkit-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.26);
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.26);
  z-index: 20001;
}
.Bubble.Mobile {
  margin-left: auto !important;
  margin-right: auto !important;
}
.Bubble:before {
  content: "";
  position: absolute;
  top: -5px;
  left: calc(50% - 10px);
  height: 30px;
  width: 30px;
  background: inherit;
  box-sizing: border-box;
  transform: rotate(45deg) translate(-50%);
  border-top: inherit;
  border-left: inherit;
  /*-webkit-box-shadow: 0px 0px 4px 1px rgba(221, 221, 221, 1);
        -moz-box-shadow: 0px 0px 4px 1px rgba(221, 221, 221, 1);
        box-shadow: 0px 0px 4px 1px rgba(221, 221, 221, 1);*/
  -webkit-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.26);
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.26);
}
.Bubble .BubbleContainer {
  background: inherit;
  border-radius: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
}
.Bubble .BubbleContainer .BubblePanel {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
}
div {
  box-sizing: border-box;
  font-family: 'StaveeFont_Base';
}
div > .Red {
  color: #E13019;
}
div > .Yellow {
  color: #EBC322;
}
div > .Blue {
  color: #005496;
}
div > .Green {
  color: #187428;
}
div > .Grey {
  color: #A5A5A5;
}
div > .LightGrey {
  color: #E0E0E0;
}
div > .Orange {
  color: #FF7C00;
}
div > .InlineIco {
  position: center;
  float: left;
  width: 25px;
  font-size: 16px;
  text-align: center;
}
input,
textarea {
  box-sizing: border-box;
  font-family: 'StaveeFont_Base';
  font-size: 12px;
  font-weight: 600;
  background-color: #F0F0F0;
  color: #707070;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
}
input::-ms-clear,
textarea::-ms-clear {
  display: none;
}
.SablonyText {
  font-size: 14px;
  color: #005496;
}
.SablonyPravidla {
  font-size: 14px;
  color: #E13019;
}
.SablonyScrollable {
  height: calc(100% - 225px) !important;
}
.ActionLink {
  position: relative;
  float: left;
  margin-top: 3px;
  border: solid 1px #E0E0E0;
  border-radius: 2px;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #1c85a8;
  background-color: #FFFFFF;
}
.ActionLink:hover:not(.Active):not(.Disabled) {
  border-color: #CC0914;
  color: #CC0914;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.Visible {
  display: block;
}
.Hidden {
  display: none;
}
.Bold {
  font-weight: 600;
}
.Red_Text {
  color: #002946;
}
.GlobalShader {
  position: absolute;
  z-index: 20000;
  /* MH uprava, aby byl shader nad modalem, ale pod confirmem */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.GlobalShader .Title {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-size: 30px;
  width: 500px;
  height: 50px;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.TopMargin {
  margin-top: 10px;
}
TopPadding {
  padding-top: 10px;
}
/*#region ICONS */
.ico_sx {
  font-size: 10px;
}
.ico_s {
  font-size: 12px;
}
.ico_m {
  font-size: 14px;
}
.ico_l {
  font-size: 16px;
}
.ico_lx {
  font-size: 18px;
}
/*#endregion */
/*#region Rows and Columns */
.Row {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 32px;
}
.Row > .ButtonBar {
  padding-top: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.Row > .ButtonBar > .ButtonNav {
  margin-left: 2px;
  margin-right: 2px;
  width: 40px;
  text-align: center;
}
._col_base {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
}
._col_base.NoPadding {
  padding: 2px 0 2px 0;
}
.Col-1 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 5%;
}
.Col-1.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-1 {
  /*height: @ControlHeight - 8px;*/
}
.Col-2 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 10%;
}
.Col-2.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-2 {
  /*height: @ControlHeight - 8px;*/
}
.Col-3 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 15%;
}
.Col-3.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-3 {
  /*height: @ControlHeight - 8px;*/
}
.Col-4 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 20%;
}
.Col-4.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-4 {
  /*height: @ControlHeight - 8px;*/
}
.Col-5 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 25%;
}
.Col-5.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-5 {
  /*height: @ControlHeight - 8px;*/
}
.Col-6 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 30%;
}
.Col-6.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-6 {
  /*height: @ControlHeight - 8px;*/
}
.Col-7 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 35%;
}
.Col-7.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-7 {
  /*height: @ControlHeight - 8px;*/
}
.Col-8 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 40%;
}
.Col-8.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-8 {
  /*height: @ControlHeight - 8px;*/
}
.Col-9 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 45%;
}
.Col-9.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-9 {
  /*height: @ControlHeight - 8px;*/
}
.Col-10 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 50%;
}
.Col-10.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-10 {
  /*height: @ControlHeight - 8px;*/
}
.Col-11 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 55%;
}
.Col-11.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-11 {
  /*height: @ControlHeight - 8px;*/
}
.Col-12 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 60%;
}
.Col-12.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-12 {
  /*height: @ControlHeight - 8px;*/
}
.Col-13 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 65%;
}
.Col-13.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-13 {
  /*height: @ControlHeight - 8px;*/
}
.Col-14 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 70%;
}
.Col-14.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-14 {
  /*height: @ControlHeight - 8px;*/
}
.Col-15 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 75%;
}
.Col-15.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-15 {
  /*height: @ControlHeight - 8px;*/
}
.Col-16 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 80%;
}
.Col-16.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-16 {
  /*height: @ControlHeight - 8px;*/
}
.Col-17 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 85%;
}
.Col-17.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-17 {
  /*height: @ControlHeight - 8px;*/
}
.Col-18 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 90%;
}
.Col-18.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-18 {
  /*height: @ControlHeight - 8px;*/
}
.Col-19 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 95%;
}
.Col-19.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-19 {
  /*height: @ControlHeight - 8px;*/
}
.Col-20 {
  /*display: table;*/
  float: left;
  height: 100%;
  padding: 2px 10px 2px 10px;
  width: 100%;
}
.Col-20.NoPadding {
  padding: 2px 0 2px 0;
}
.MobileContentContainer .Col-20 {
  /*height: @ControlHeight - 8px;*/
}
.CellContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.ScrollShaderTop {
  clear: both;
  position: relative;
  z-index: 2000;
  pointer-events: none;
  -webkit-box-shadow: inset 0px 20px 20px -10px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0px 20px 20px -10px rgba(255, 255, 255, 0.9);
  box-shadow: inset 0px 20px 20px -10px rgba(255, 255, 255, 0.9);
  height: 20px;
  margin-bottom: -20px;
  margin-right: 15px;
}
.ScrollShaderBottom {
  clear: both;
  position: relative;
  z-index: 2000;
  pointer-events: none;
  -webkit-box-shadow: inset 0px -20px 20px -10px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0px -20px 20px -10px rgba(255, 255, 255, 0.9);
  box-shadow: inset 0px -20px 20px -10px rgba(255, 255, 255, 0.9);
  height: 20px;
  margin-top: -20px;
  margin-right: 15px;
}
.ScrollableContent {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  overflow-y: scroll;
}
/*#endregion */
/* MOBILE */
/*.MobileContentContainer .Label {
    height: @ControlHeight - 10px;
    padding-top: 5px;
}

.MobileContentContainer .Row {
    min-height: 10px !important;
}

.MobileContentContainer .CellContainer {*/
/*height: @ControlHeight - 8px !important;*/
/*}

.Content_M > .ScrollShaderTop {
    clear: both;
    position: relative;
    z-index: 2000;
    pointer-events: none;
    -webkit-box-shadow: inset 0px 10px 25px -10px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 10px 25px -10px rgba(255,255,255,1);
    box-shadow: inset 0px 10px 25px -10px rgba(255,255,255,1);
    height: 15px;
    margin-right: 0;

    &.WithButtonBar {
        margin-top: calc(@HeaderBarHeight_M);
    }

    &.WithButtonBarAndHeaderBar {
        margin-top: calc(@HeaderBarHeight_M);
    }
}

.Content_M .ScrollShaderBottom {
    clear: both;
    position: relative;
    z-index: 2000;
    pointer-events: none;
    -webkit-box-shadow: inset 0px -10px 25px -10px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px -10px 25px -10px rgba(255,255,255,1);
    box-shadow: inset 0px -10px 25px -10px rgba(255,255,255,1);
    height: 15px;
    margin-right: 0;
    bottom: -10px;

    &.WithButtonBar {
        bottom: @HeaderBarHeight_M - 10px;
    }

    &.WithButtonBarAndHeaderBar {
        bottom: 5px;
    }
}

.Content_M .ScrollableContent {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow-y: scroll;

    &.WithButtonBar {
        height: calc(100% - @ButtonBarHeight_M);
    }

    &.WithButtonBarAndHeaderBar {
        height: calc(100% - @ButtonBarHeight_M - @HeaderBarHeight_M);
    }
}

.Content_M .ButtonBar_Bottom {
    height: @ButtonBarHeight_M;
    border-top: 1px solid @C_Main_GrayMedium;*/
/*padding-left: 10px;*/
/*}

.Content_M .ButtonBar_Top {
    height: @HeaderBarHeight_M;
    border-bottom: 1px solid @C_Main_GrayMedium;*/
/*padding-left: 10px;*/
/*}*/
.NovinkaPrehledContainer {
  background-color: #FFFFFF;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 10px 15px 10px;
  cursor: pointer;
}
.NovinkaPrehledContainer.Priority {
  background-color: rgba(204, 9, 20, 0.05);
}
.NovinkaPrehledContainer.New {
  border: 3px solid rgba(28, 133, 168, 0.5);
  border-left: 15px solid rgba(28, 133, 168, 0.5);
  -webkit-box-shadow: 0 0 5px 3px rgba(40, 40, 40, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(40, 40, 40, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(40, 40, 40, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.NovinkaPrehledContainer.Priority.New {
  border-color: rgba(204, 9, 20, 0.5);
}
.NovinkaPrehledContainer > .NovinkaHeader {
  position: relative;
  height: 20px;
  font-weight: 600;
  color: #707070;
}
.NovinkaPrehledContainer > .NovinkaHeader > .NovinkaPriorita {
  color: #E13019;
  position: relative;
  float: left;
  margin-top: 2px;
}
.NovinkaHeader > .NovinkaPriorita.Standard {
  color: #A5A5A5;
}
.NovinkaPrehledContainer > .NovinkaHeader > .NovinkaTitle {
  position: absolute;
  left: 15px;
  float: left;
  font-size: 16px;
  padding-left: 10px;
}
.NovinkaPrehledContainer > .NovinkaHeader > .NovinkaPriloha {
  position: absolute;
  right: 0px;
  margin-top: 2px;
}
.NovinkaPrehledContainer > .NovinkaObsahContainer {
  padding: 10px;
  height: 45px;
  overflow: hidden;
}
.NovinkaPrehledContainer > .NovinkaObsahContainer > .NovinkaObsah {
  color: #707070;
}
.NovinkaPrehledContainer > .NovinkaFooter {
  height: 25px;
  padding-top: 5px;
}
.NovinkaPrehledContainer > .NovinkaFooter > .NovinkaZverejneno {
  position: absolute;
  right: 20px;
  font-size: 12px;
  color: #707070;
}
.NovinkaPrehledContainer > .NovinkaFooter > .NovinkaZverejneno > .NovinkaZverejnenoIco {
  margin-top: 2px;
  float: left;
}
.NovinkaPrehledContainer > .NovinkaFooter > .NovinkaZverejneno > .NovinkaZverejnenoDate {
  margin-top: 2px;
  margin-left: 5px;
  float: left;
}
.RowFormatted {
  margin: 10px 0 10px 0;
  padding: 10px;
  border-top: 2px solid #F0F0F0;
  border-bottom: 2px solid #F0F0F0;
  font-size: 14px;
  font-weight: 400;
}
.DMSContainer .CheckBox {
  margin: 10px 0px;
}
.DMSContainer .DMSFolder {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #707070;
  background-color: #FFFFFF;
  border: solid 1px #E0E0E0;
  margin-bottom: 5px;
}
.DMSContainer .DMSFolder:hover {
  border: solid 1px #A5A5A5;
}
.DMSContainer .DMSFolder > .DMSHeader {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-weight: 600;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.DMSContainer .DMSFolder > .DMSHeader:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.DMSContainer .DMSFolder > .DMSHeader > div.Title {
  position: absolute;
  left: 45px;
}
.DMSContainer .DMSFolder > .DMSHeader > .Ico {
  position: absolute;
  top: 8px;
  left: 12px;
  color: #FFB000;
  font-size: 22px;
}
.DMSContainer .DMSFolder > .DMSHeader > .Button {
  position: absolute;
  top: 7px;
  margin: 0px;
  right: 12px;
}
.DMSContainer .DMSFolder > .DMSFolderContent {
  padding: 0px 10px 5px 10px;
}
.DMSContainer .DMSFolder > .DMSFolderContent[data-state='closed'] {
  display: none;
}
.DMSContainer .DMSFolder > .DMSFolderContent .GridContainer .GridDataRow[data-state='hidden'] {
  display: none;
}
.CellContainer.DMSOpenPrvek:hover {
  cursor: pointer;
}
/* MOBILE */
.Content_M .DMSContainer .DMSFolder {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #002946;
  background-color: #FFFFFF;
  border: none;
  margin-bottom: 5px;
}
.Content_M .DMSContainer .DMSFolder:hover {
  border: none;
  color: #002946;
}
.Content_M .DMSContainer .DMSFolder .SubFolder {
  padding-left: 15px;
}
.Content_M .DMSContainer .DMSFolder > .DMSHeader {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-weight: 600;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.Content_M .DMSContainer .DMSFolder > .DMSHeader:hover {
  cursor: default !important;
  color: #002946 !important;
  text-shadow: none !important;
  border-color: #002946 !important;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 41, 70, 0.05) !important;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 3px 2px rgba(0, 41, 70, 0.05) !important;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 3px 2px rgba(0, 41, 70, 0.05) !important;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.Content_M .DMSContainer .DMSFolder > .DMSHeader > div.Title {
  position: absolute;
  left: 45px;
}
.Content_M .DMSContainer .DMSFolder > .DMSHeader > .Ico {
  position: absolute;
  top: 8px;
  left: 12px;
  color: #FFB000;
  font-size: 22px;
}
.Content_M .DMSContainer .DMSFolder > .DMSHeader:hover {
  color: #002946;
}
.Content_M .DMSContainer .DMSFolder > .DMSFolderContent {
  padding: 0px 10px 5px 10px;
}
.Content_M .DMSContainer .DMSFolder > .DMSFolderContent[data-state='closed'] {
  display: none;
}
.Content_M .DMSContainer .DMSFolder > .DMSFolderContent .GridContainer .GridDataRow[data-state='hidden'] {
  display: none;
}
.Content_M .DMSContainer .DMSFolder .Grid {
  background-color: aquamarine;
  padding: 0;
  margin-left: 25px;
  width: calc(100% - 25px);
}
/*#region layout master */
body {
  background: #F0F0F0;
}
body.MobileBody {
  /* min-width: 280px !important;
        max-width: 500px !important;*/
}
.MfwPage {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'StaveeFont_Base';
  font-size: 14px;
  background: #FFFFFF;
}
.MfwPage.Mobile {
  min-width: 320px !important;
  max-width: 500px !important;
  min-height: 420px !important;
  margin-left: auto;
  margin-right: auto;
}
.MfwPage > .Prostredi {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  height: 1px;
  z-index: 10000;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.MfwPage > .TopContainer {
  height: 45px;
  background-color: #FFFFFF;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.MfwPage > .TopContainer > .Logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 268px;
  height: 45px;
}
.MfwPage > .TopContainer > .Verze {
  position: absolute;
  top: 10px;
  left: 268px;
  bottom: 0;
  padding-left: 25px;
  color: #A5A5A5;
  font-size: 10px;
  font-weight: 600;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.MfwPage > .TopContainer > .Verze > .Barva {
  position: absolute;
  top: 1px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.MfwPage > .TopContainer > .Napoveda {
  position: absolute;
  top: 15px;
  right: 500px;
  color: #707070;
  padding-right: 25px;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.MfwPage > .TopContainer > .Napoveda:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.MfwPage > .TopContainer > .Napoveda > a {
  text-decoration: none;
  color: #707070;
  font-weight: 600;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.MfwPage > .TopContainer > .Napoveda > a:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.MfwPage > .TopContainer > .Oznameni {
  position: absolute;
  top: 15px;
  right: 400px;
  padding-right: 25px;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.MfwPage > .TopContainer > .Oznameni:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.MfwPage > .TopContainer > .Oznameni > a {
  text-decoration: none;
  color: #707070;
  font-weight: 600;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.MfwPage > .TopContainer > .Oznameni > a:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.MfwPage > .TopContainer > .Oznameni > .Number {
  position: absolute;
  top: -5px;
  right: 0;
  width: 15px;
  height: 15px;
  padding-top: 1px;
  text-align: center;
  background-color: #002946;
  border-radius: 2px;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.MfwPage > .TopContainer > .Oznameni > .Number > a {
  position: absolute;
  right: 5px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10px;
}
.MfwPage > .TopContainer > .Oznameni > .Number.Inactive {
  color: transparent;
  background-color: transparent;
}
.MfwPage > .TopContainer > .Logout {
  position: absolute;
  top: 15px;
  right: 30px;
}
.MfwPage > .TopContainer > .Logout > a {
  font-weight: 600;
  color: #707070;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.MfwPage > .TopContainer > .Logout > a:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.MfwPage > .TopContainer > .Login {
  position: absolute;
  top: 15px;
  right: 130px;
  color: #707070;
  font-weight: 600;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.MfwPage > .TopContainer > .Login:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.MfwPage > .LeftMenu {
  position: absolute;
  left: 0;
  top: 45px;
  bottom: 0;
  width: 60px;
  background-color: #002946;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.MfwPage > .LeftMenu > .MenuContainer {
  padding: 0 20px 20px 20px;
  font-size: 16px;
  font-weight: 600;
}
.MfwPage > .LeftMenu > .MenuContainer > .MenuItem {
  margin-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: solid 1px transparent;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  /*&.Sub {
                margin-top: 0 !important;
                font-weight: 400;
                padding-left: 40px;
                font-size: @Font_M;
            }*/
}
.MfwPage > .LeftMenu > .MenuContainer > .MenuItem:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #FFFFFF;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}
.MfwPage > .LeftMenu > .MenuContainer > .MenuItem > .MenuItemContainer {
  display: inline-block;
}
.MfwPage > .LeftMenu > .MenuContainer > .MenuItem > .MenuItemContainer > i {
  position: absolute;
  left: 15px;
  width: 30px;
  height: 35px;
  padding-top: 8px;
  margin-right: 5px;
  font-size: 22px;
  text-align: center;
  z-index: 13001;
}
.MfwPage > .LeftMenu > .MenuContainer > .MenuItem > .MenuItemContainer > .MenuItemDetail {
  position: absolute;
  left: 8px;
  height: 35px;
  /*width: 210px;*/
  white-space: nowrap;
  padding-top: 8px;
  padding-left: 45px;
  padding-right: 15px;
  background-color: #004779;
  z-index: 13000;
  border-left: 4px solid #CC0914;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.MfwPage > .LeftMenu > .MenuContainer > .MenuItem:hover:not(.Active) {
  /*border-color: @C_Main_White;*/
}
.MfwPage > .LeftMenu > .MenuContainer > .MenuItem.Active {
  color: #FFFFFF;
  text-shadow: 0 0 5px #282828, 0 0 15px #282828;
}
.MfwPage > .LeftMenuLogo {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 60px;
  height: 163px;
  text-align: center;
  background-color: #002946;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.MfwPage > .Navigation {
  position: absolute;
  left: 60px;
  top: 45px;
  right: 0;
  height: 30px;
  padding-left: 30px;
  padding-top: 15px;
  font-size: 12px;
  font-weight: 600;
  background-color: #F0F0F0;
  color: #A5A5A5;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: default;
}
.MfwPage > .Navigation > .Item {
  float: left;
}
.MfwPage > .Navigation > .Item:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.MfwPage > .Navigation > .Item.Active {
  color: #002946;
}
.MfwPage > .Navigation > .Separator {
  float: left;
  color: #282828;
}
.MfwPage > .Content {
  position: absolute;
  left: 60px;
  top: 45px /*+@NavigationHeight*/;
  right: 0;
  bottom: 0;
  padding-left: 30px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 25px;
  background-color: #F0F0F0;
  box-shadow: inset 25px 15px 28px -12px rgba(0, 0, 0, 0.2);
}
.MfwPage > .Content.BackYellow {
  background-color: #f1eeb9;
}
.MfwPage > .Content.BackRed {
  background-color: #f3d7d7;
}
.MfwPage > .Content.BackGreen {
  background-color: #d1efcf;
}
.PageContainer {
  width: 100%;
  height: 100%;
}
.PageContainer > .HeaderButtons {
  padding: 10px;
  height: 40px;
}
.Button.temporary-zaznam {
  background-color: #19a0af;
  border-color: #5ad0dd;
}
.Button.temporary-zaznam:hover {
  border-color: #5ad0dd;
  background-color: #1EA2B1;
}
.AI .ai-item .ai-item-copy,
.AI .ai-item .ai-item-generate {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #002946;
  z-index: 10;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  background-color: #FFFFFF;
  cursor: pointer;
  opacity: 1;
  border-radius: 5px;
  color: #002946;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 41, 70, 0.07);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(0, 41, 70, 0.07);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(0, 41, 70, 0.07);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.AI .ai-item .ai-item-copy:hover:not(.Active):not(.Disabled),
.AI .ai-item .ai-item-generate:hover:not(.Active):not(.Disabled) {
  cursor: pointer;
  color: #CC0914;
  text-shadow: 0 0 15px rgba(204, 9, 20, 0.2);
}
.AI .ai-item .ai-item-copy:hover:not(.Active):not(.Disabled),
.AI .ai-item .ai-item-generate:hover:not(.Active):not(.Disabled) {
  -webkit-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.AI .ai-item .ai-item-copy.ai-navrh,
.AI .ai-item .ai-item-generate.ai-navrh {
  right: 28px;
}
.AI .ai-item .ai-item-copy.ai-navrh .copy-notification,
.AI .ai-item .ai-item-generate.ai-navrh .copy-notification {
  right: 80px;
}
.AI .ai-item .ai-item-copy:hover,
.AI .ai-item .ai-item-generate:hover {
  border-color: #F7404B;
}
.AI .ai-item .ai-item-copy:hover:hover:not(.Active):not(.Disabled),
.AI .ai-item .ai-item-generate:hover:hover:not(.Active):not(.Disabled) {
  -webkit-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 5px 3px rgba(204, 9, 20, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.AI .ai-item .ai-navrh .copy-notification {
  right: 80px;
}
.AI .ai-item .copy-notification {
  position: absolute;
  top: -50px;
  right: 50px;
  padding: 5px 10px;
  background-color: #1EA2B1;
  color: white;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in, top 0.3s linear;
  z-index: 1;
}
.AI .ai-item .copy-notification.show {
  top: 12px;
  opacity: 1;
  visibility: visible;
}
.AI .ai-item.ai-loading .ai-div {
  background: linear-gradient(90deg, #00294621 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: ai-loading 1.5s infinite;
}
.AI .ai-item.ai-loading .ai-item-copy,
.AI .ai-item.ai-loading .ai-item-generate {
  opacity: 0;
  transition: 1.5s ease-out;
  background-color: #00294621;
}
.AI .ai-item .ai-div {
  box-sizing: border-box;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #dddddd;
}
.AI .ai-item .ai-div .ai-div-inner {
  padding-right: 19px;
}
.AI .ai-item .ai-div .ai-div-inner .placeholder {
  font-style: italic;
  color: #A5A5A5;
}
.AI .ai-item .ai-div.Error {
  padding-right: 30px;
  background-color: rgba(204, 9, 20, 0.02);
  border-color: rgba(204, 9, 20, 0.5);
}
.AI .ai-item.ai-textarea {
  /* display: table-cell;*/
  vertical-align: middle;
  width: 100%;
  margin: 0;
  resize: none;
  height: 120px;
  background-color: #F0F0F0;
}
.AI .ai-item.ai-textarea .ai-div {
  position: relative;
  padding: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.AI .ai-item.ai-textarea .ai-div .ai-div-inner {
  padding-right: 40px;
}
@keyframes ai-loading {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
/*#endregion */