﻿/* GRID */
.col-padding {
  padding-bottom: 10px;
}
/* TOOLBAR */
ul.toolbar {
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  padding-left: 0;
}
ul.toolbar > li {
  display: inline-block;
  float: left;
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  padding: 0;
  padding-bottom: 6px;
  margin: 0;
}
ul.toolbar > li > *:first-child {
  margin-left: 3px;
  margin-right: 3px;
}
ul.toolbar:after {
  clear: both;
  display: block;
  content: ' ';
}
.contextButtons > .toolbar {
  margin-bottom: -6px;
}
/* FORM layout */
.form {
  margin: 0;
}
.form [class*='col-'] {
  padding-bottom: 5px;
}
.form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
@media handheld, only screen and (max-width: 1000px) {
  .form fieldset .label,
  .form fieldset .control {
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form-horizontal .control-value {
    padding-top: 7px;
  }
}
.flexbox fieldset {
  /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;*/
}
.flexbox fieldset .label {
  display: block;
}
.flexbox fieldset .control {
  min-height: 24px;
  display: block;
}
.no-flexbox fieldset .label {
  width: 40%;
  float: left;
}
.no-flexbox fieldset .control {
  width: 60%;
  float: left;
}
.no-flexbox fieldset:after {
  display: block;
  content: ' ';
  clear: both;
}
.form.form-flow {
  margin-left: -3px;
  margin-right: -3px;
}
.form.form-flow fieldset {
  float: left;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
}
.form.form-flow fieldset .label {
  height: 20px;
  color: black;
  text-align: left;
  font-size: 100%;
  font-weight: normal;
  padding-left: 0px;
}
.form.form-flow fieldset .toolbar {
  display: inline-block;
  width: auto;
}
.form.form-flow:after {
  display: block;
  content: ' ';
  clear: both;
}
.dxeButtonEditSys,
.dxeButtonEdit_Aqua,
.dxeButtonEditSys *,
.dxeButtonEdit_Aqua * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.dxrpcontent > .dxrpAW {
  overflow: visible !important;
}
.dxtcLite_Effect > .dxtc-content {
  overflow: visible !important;
}
/* LOGIN */
.loginPage {
  position: relative;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loginPage #loginContainer {
  width: 450px;
  height: 500px;
}
.loginPage #loginForm {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}
.loginPage #loginHeader {
  padding-top: 18px;
  font-size: 18px;
  color: #bc3f26;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.loginPage .loginTitle {
  font-size: 16px;
  color: black;
  text-align: center;
  position: relative;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
}
.loginPage .loginControls {
  position: relative;
  height: auto;
  width: auto;
}
.loginPage .loginControls .dxeTextBoxSys td.dxic {
  padding: 0;
}
.loginPage .loginControls .dxeTextBoxSys td.dxic input {
  height: 32px;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.loginPage .loginControls input:-webkit-autofill {
  background-color: transparent !important;
}
.loginPage .loginControls > table {
  width: 100%;
}
.loginPage .loginControls > table > tbody > tr > th {
  width: 100px;
  font-size: 14px;
  color: black;
  font-weight: normal;
  text-align: left;
  line-height: 33px;
  padding-left: 40px;
}
.loginPage .loginControls > table > tbody > tr:first-child > th,
.loginPage .loginControls > table > tbody > tr:first-child > td {
  padding-bottom: 9px;
}
.loginPage .loginControls > table > tbody > tr > td.loginControl {
  text-align: right;
  color: white;
}
.loginPage .loginForgot {
  position: absolute;
  top: 15px;
  width: 150px;
  left: 220px;
}
.loginPage .loginForgot a,
.loginPage .loginForgot a:visited {
  color: black;
  font-size: 14px;
  text-decoration: none;
}
.loginPage .loginRemeber {
  position: absolute;
  color: white;
  top: 40px;
  color: black;
  text-align: center;
  left: 40px;
  cursor: pointer;
}
.loginPage .loginRemeber span {
  cursor: pointer;
}
.loginPage .loginRemeber label {
  font-size: 14px;
  display: block;
  cursor: pointer;
}
.loginPage .loginFooter {
  position: relative;
  /*position: relative;
    height: 30px;*/
}
.loginPage .loginButtons {
  position: absolute;
  top: 40px;
  right: 70px;
  left: 0;
}
.loginPage .loginButtons .loginButton {
  float: right;
  /* background-image: url('Images/login-button2.png');
      background-size: auto;
      background-repeat: no-repeat;*/
}
.loginPage #loginValidation {
  padding-top: 10px;
  text-align: center;
}
.loginPage .dxvsValidationSummary_Effect {
  position: absolute;
  top: 490px;
  text-align: center;
  width: 100%;
}
.loginPage .dxvsValidationSummary_Effect .dxvsValidationSummary {
  width: 100%;
}
@-moz-document url-prefix() {
  .loginPage #loginControls .dxeTextBoxSys input {
    padding-bottom: 10px;
  }
}
table.main {
  border-style: none;
  border-width: 0px;
  width: 100%;
}
pre {
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
  background: none;
  border: none;
}
#body {
  padding-top: 0px;
  padding-bottom: 0px;
}
#header {
  padding-top: 20px;
  padding-bottom: 0px;
}
#footer {
  border-width: 1px;
  border-color: #02023b;
  font-size: smaller;
  color: #808080;
  border-top-style: solid;
  padding: 5px;
}
a,
a:visited {
  text-decoration: underline;
  color: #bc3f26;
}
a:hover,
a:visited:hover {
  color: #F88538;
}
a img {
  border-style: none;
}
.menu-main {
  background: none !important;
}
.menu-main .dxm-item {
  color: #bc3f26;
}
.menu-main .dxm-item svg {
  fill: currentColor;
}
.menu-main .dxm-item a {
  color: #bc3f26 !important;
}
.menu-main .dxm-item img {
  filter: invert(26%) sepia(57%) saturate(2382%) hue-rotate(348deg) brightness(92%) contrast(86%);
}
.menu-main .dxm-item.dxm-selected,
.menu-main .dxm-item.dxm-hovered {
  color: #F88538;
}
.menu-main .dxm-item.dxm-selected a,
.menu-main .dxm-item.dxm-hovered a {
  color: #F88538 !important;
}
.menu-main .dxm-item.dxm-selected img,
.menu-main .dxm-item.dxm-hovered img {
  filter: invert(75%) sepia(27%) saturate(6920%) hue-rotate(350deg) brightness(100%) contrast(92%);
}
.menu-main span.dx-vam {
  /*margin-left: -15px;*/
}
.menu-main .dxm-content {
  text-align: center;
}
.navButton {
  border-style: none;
  border-width: 0px;
  width: 80px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
}
.navButton a {
  text-decoration: none;
}
#navigation a {
  text-decoration: none;
}
.linkImage span {
  width: 100%;
}
.userInfo .timeout {
  font-size: 11px;
  text-decoration: none;
}
.userInfo .timeout.expirating {
  color: red;
  animation: blinker 0.7s linear infinite;
}
.userInfo > li + li:before {
  content: ' | ';
  display: inline-block;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.contextButtons {
  margin-bottom: 10px;
  margin-top: 10px;
}
.tabInnerContent .contextButtons {
  margin-top: 0px;
}
.filterControls > table {
  width: 100%;
}
.filterControls > tbody > tr > th {
  font-weight: normal;
  text-align: right;
  padding-right: 10px;
}
.filterControls > tbody > tr > td {
  padding-right: 10px;
}
.pageTitle {
  background-color: #F88538;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: large;
  color: white;
}
.pageTitle .dxbButtonSys {
  font-size: 12px;
}
.subTitle {
  background-color: #C7DFFF;
  padding: 5px;
  margin-bottom: 10px;
  font-size: larger;
  background-color: #FFFFFF;
  background-image: url("Images/TitleBackground.gif");
  background-repeat: repeat-x;
  border: 1px solid #A3C0E8;
}
.tabContent {
  width: 100%;
  border: 1px solid #F88538;
}
.tabInnerContent {
  margin-bottom: 10px;
  margin-right: 10px;
}
.tabInnerContent > div {
  padding-top: 10px;
  padding-left: 10px;
}
.tabInnerContent > table > tbody > tr > td,
table.tabInnerContent > tbody > tr > td {
  padding-top: 10px;
  padding-left: 10px;
  vertical-align: top;
}
.panelEdit,
.panelDetails,
.panelThreeColumnsDetails {
  color: Black;
  border-spacing: 5px;
  empty-cells: show;
  border-collapse: separate;
  width: 100%;
}
.panelEdit > tbody > tr > th,
.panelDetails > tbody > tr > th,
.panelThreeColumnsDetails > tbody > tr > th {
  text-align: right;
  width: 20%;
}
.panelDetails > tbody > tr > th,
.panelDetails > tbody > tr > td {
  padding-left: 10px;
  padding-top: 5px;
}
.panelEdit > tbody > tr > td,
.panelDetails > tbody > tr > td {
  width: 30%;
}
.panelThreeColumnsDetails > tbody > tr > th {
  text-align: right;
  width: 15%;
}
.panelThreeColumnsDetails > tbody > tr > td {
  width: 18%;
}
.panelDetails .noPad {
  padding-left: 0px;
}
.listTable {
  width: 100%;
}
.listTable tr:hover,
tr.customGridItems:hover,
tbody.customGridItems:hover {
  /*background-color: #FFE7A2;*/
}
.listTable tr:hover th,
tr.customGridItems:hover th,
tbody.customGridItems:hover th {
  background-color: #FF9C3C !important;
}
table.listTable {
  border-collapse: collapse;
}
table.listTable > tbody > tr > td,
table.listTable > tr > td {
  margin: 5px;
  padding: 5px;
  /*border-top: 1px solid rgb(2, 2, 59);*/
}
table.listTable > tbody > tr > th,
table.listTable > tr > th {
  margin: 5px;
  padding: 5px;
}
.customGridItems > tr > td,
.templateGrid tr.row-data > td {
  border-color: #e5eecf;
  border-width: 0 1px 1px 0;
  overflow: hidden;
  padding: 4px 5px 5px;
  border-style: none solid solid none;
  font-size: 9pt;
  font-family: Tahoma;
}
.plainTable td,
.plainTable th {
  padding-left: 10px;
  padding-right: 10px;
}
.plainTable td {
  padding-top: 5px;
}
.plainTable th {
  text-align: left;
}
.editorNoBorder .dxheContentArea_Aqua {
  background-color: transparent;
  padding: 4px 4px 6px;
  border: none !important;
}
.editorNoBorder .dxheViewArea_Aqua {
  border: none !important;
}
.dxscAppointment_Aqua {
  cursor: pointer !important;
}
.dxeMemo_Aqua.dxeReadOnly_Aqua {
  border-color: transparent !important;
}
.clear {
  clear: both;
}
img.QRCode {
  margin: 5px;
  padding: 5px;
  border: 1px solid black;
}
.noMargin {
  margin: 0px;
}
.noPadding {
  padding: 0px;
}
.info {
  font-size: 10px;
}
.border {
  border: 1px Solid #02023b;
}
.dxpcLite_Aqua .dxpc-content,
.dxdpLite_Aqua .dxpc-content {
  /*padding: 5px 10px 5px 10px !important;*/
}
.dxpcContentPaddings_Aqua {
  padding: 5px !important;
}
.dxtc-stripContainer {
  height: auto !important;
}
iframe.frameHtml {
  /*border: 1px solid gray;*/
}
.bold,
.bold a {
  font-weight: bold;
}
.flow {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.flow li {
  float: left;
}
.flow li > table {
  padding: 5px;
}
.tooltip {
  font-size: 8px;
  background-color: #CCCCCC;
  vertical-align: super;
}
.dxheViewArea {
  border: none !important;
}
.dxrpHeader_Aqua .dxrpHT {
  margin-left: 5px;
}
.dxrpHeader_Aqua:before {
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
  color: #FF9C3C;
}
.folder-list .folder-item.disabled {
  color: dimgray;
  cursor: not-allowed;
}
.folder-list .folder-item.enabled {
  cursor: pointer;
}
.folder-list .folder-item.selected {
  background-color: #ff6c00;
}
.filter-edit,
.filter-edit input {
  background-color: #e4efff !important;
}
.dialog-content {
  position: absolute;
  height: 100%;
  width: 100%;
}
.box {
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
}
.box .box-row {
  -ms-flex: 0 1 30px;
  flex: 0 1 30px;
}
.box .box-row.header {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.box .box-row.content {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
}
.box .box-row.footer {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.external-link {
  cursor: pointer;
  text-decoration: underline;
}
.external-link:after {
  display: none;
}
.external-link.loading {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.external-link.error {
  color: red;
}
.external-link.error span {
  display: none;
}
.external-link.error:after {
  content: ' CHYBA';
}
.gray-overlay {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.calendar-horappsame-inner td {
  padding-right: 3px;
}
.dxeOutOfRWarn_Aqua {
  display: none;
}
.contextButtons-collapsible .toolbar-header {
  display: none;
}
@media (max-width: 767px) {
  .menuButtons_Aqua .dxm-item {
    background: none !important;
    background-color: #F88538 !important;
    color: white !important;
    border: none !important;
  }
  .panel-collapsible {
    position: relative;
    border-radius: 0px !important;
  }
  .panel-collapsible .dxrpHeader_Aqua {
    border-radius: 0px !important;
    padding: 0 !important;
    padding-left: 4px !important;
  }
  .panel-collapsible .dxrpHeader_Aqua:before {
    display: none;
  }
  .panel-collapsible .dxrpCR {
    display: none;
  }
  .panel-collapsible.expanded .dxrpCR {
    display: block;
  }
  .panel-collapsible::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    display: block;
    position: absolute;
    color: white;
    right: 8px;
    top: 4px;
  }
  .panel-collapsible.expanded::after {
    content: "\f077";
  }
  .dxgvADH {
    margin: 2px;
  }
  .contextButtons-collapsible {
    border: 1px solid #F88538;
  }
  .contextButtons-collapsible .toolbar {
    padding: 5px;
  }
  .contextButtons-collapsible .toolbar-header {
    display: block;
    background-color: #F88538;
    height: 20px;
    position: relative;
    content: ' ';
  }
  .contextButtons-collapsible .toolbar-header:before {
    display: block;
    color: white;
    content: 'Nástrojová lišta';
    padding: 2px;
    padding-left: 8px;
  }
  .contextButtons-collapsible .toolbar-header:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    display: block;
    color: white;
    position: absolute;
    right: 8px;
    top: 4px;
  }
  .contextButtons-collapsible .toolbar {
    display: none;
  }
  .contextButtons-collapsible.expanded .toolbar-header::after {
    content: "\f077";
  }
  .contextButtons-collapsible.expanded .toolbar {
    display: block;
  }
  .dxgvADCC {
    padding-right: 2px;
  }
  .dxtc-tc .dxtc-strip {
    display: block !important;
  }
  .dxtc-tc .dxtc-strip .dxtc-tab {
    display: inline-block !important;
    float: none !important;
  }
  .dxtc-tc .dxtc-strip .dxtc-leftIndent,
  .dxtc-tc .dxtc-strip .dxtc-spacer,
  .dxtc-tc .dxtc-strip .dxtc-rightIndent,
  .dxtc-tc .dxtc-strip .dxtc-activeTab {
    display: none !important;
  }
  .tabContent {
    border-top: 1px solid #F88538;
  }
}