﻿/* 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;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVc.ttf) format('truetype');
}
body {
  background-position: left center;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  margin: 10px;
  background-image: none !important;
  background-color: #FFFFFF !important;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.dialog body {
  margin: 0;
  padding: 0;
}
a[target=_blank]:after {
  font-family: 'Font Awesome 5 Pro';
  content: " \f08e";
  position: relative;
  top: -0.5em;
  font-size: 70%;
}
/* LOGIN */
.loginPage {
  position: relative;
  background-repeat: no-repeat;
  height: 768px;
}
.loginPage #loginContainer {
  position: relative;
  top: 50px;
  width: 800px;
  height: 600px;
  margin: auto;
  background-image: url('Images/Alfa_finance_cz019_prihlasovaci_okno_v27.png');
  background-repeat: no-repeat;
}
.loginPage #loginForm {
  position: relative;
  height: 265px;
  width: 460px;
  top: 280px;
  left: 160px;
}
.loginPage #loginHeader {
  display: none;
}
.loginPage .loginTitle {
  font-size: 16px;
  color: black;
  text-align: center;
  position: relative;
  font-weight: bold;
  padding-top: 12px;
}
.loginPage .loginControls {
  position: relative;
  top: 7px;
  height: 80px;
}
.loginPage .loginControls .dxeTextBoxSys {
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}
.loginPage .loginControls .dxeTextBoxSys input {
  height: 32px;
  border-radius: 10px;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent !important;
}
.loginPage .loginControls .dxeTextBoxSys input:focus {
  outline: none;
}
.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: 80px;
  width: 150px;
  left: 220px;
}
.loginPage .loginForgot a,
.loginPage .loginForgot a:visited {
  color: black;
  font-size: 14px;
  text-decoration: none;
}
.loginPage .loginRemeber {
  position: absolute;
  color: #000047;
  top: 40px;
  text-align: center;
  left: 40px;
  cursor: pointer;
}
.loginPage .loginRemeber span {
  cursor: pointer;
}
.loginPage .loginRemeber label {
  font-size: 14px;
  display: block;
  cursor: pointer;
}
.loginPage .loginRemeber a,
.loginPage .loginRemeber a:visited {
  color: #000047;
  text-decoration: none;
}
.loginPage .loginFooter {
  position: relative;
  /*position: relative;
    height: 30px;*/
}
.loginPage .loginButtons {
  position: absolute;
  top: 40px;
  right: 70px;
  left: 0;
}
.loginPage .loginButtons .loginButton {
  float: right;
  width: 148px;
}
.loginPage .loginButtons .loginButton .lnkLogin {
  background-color: #000047;
  color: white;
  width: 100% !important;
  border: none;
  position: relative;
  text-decoration: none;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-align: center;
}
.loginPage #loginValidation {
  position: absolute;
  top: 490px;
  text-align: center;
  width: 100%;
}
.loginPage #loginValidation .dxvsValidationSummary {
  width: 100%;
}
@-moz-document url-prefix() {
  .loginPage #loginControls .dxeTextBoxSys input {
    padding-bottom: 10px;
  }
}
.content-clear {
  content: ' ';
  display: block;
  clear: both;
}
#forum [class*=dxtlNode]:hover {
  background-color: #FF9C3C;
  cursor: pointer;
}
#forum .forum-toolbar .form-toolbar-search {
  float: left;
  display: inline-block;
}
#forum .forum-toolbar .form-toolbar-buttons {
  float: right;
  display: inline-block;
}
#forum .forum-toolbar:after {
  content: ' ';
  display: block;
  clear: both;
}
#forum .category-list .category-count .category-count-new {
  font-weight: bold;
  color: red;
}
#forum .category-list .category-count .category-count-new:before {
  content: '/';
  display: inline;
  font-weight: normal;
}
#forum .thread-list h3 {
  color: white;
  background-color: #02023B;
  padding: 3px;
  margin-top: 0px;
  font-weight: normal;
  font-size: 12px;
}
#forum .thread-list .thread-list-item {
  padding-bottom: 10px;
  display: block;
  color: black;
  text-decoration: none;
}
#forum .thread-list .thread-list-item .content {
  padding: 5px;
  overflow: hidden;
  border: 1px solid silver;
}
#forum .thread-list .thread-list-item .content h4 {
  margin-top: 0;
}
#forum .thread-list .thread-list-item .content .teaser {
  padding-bottom: 5px;
}
#forum .thread-list .thread-list-item .content .footer {
  color: dimgrey;
}
#forum .thread-list .thread-list-item:hover .content {
  border-color: black;
}
#forum .thread-list:after {
  content: ' ';
  display: block;
  clear: both;
}
#forum .thread-details iframe {
  width: 100%;
  border: none;
}
#forum .thread-details .thread-item {
  width: 100%;
  border-spacing: 0;
}
#forum .thread-details .thread-item.unread {
  border-width: 5px;
}
#forum .thread-details .thread-item h2 {
  font-weight: bold;
  margin-top: 0;
  font-size: 1.1em;
}
#forum .thread-details .thread-item h3 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1em;
}
#forum .thread-details .thread-question .thread-item-header,
#forum .thread-details .thread-question .thread-item-controls {
  background-color: #02023B;
  color: white;
  padding: 5px;
}
#forum .thread-details ul.thread-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
#forum .thread-details ul.thread-controls li {
  margin-top: 5px;
  margin-right: 5px;
  display: block;
  float: left;
}
#forum .thread-details ul.thread-controls:after {
  display: block;
  content: ' ';
  clear: both;
}
#forum .thread-details .text {
  border: 1px solid #02023B;
  padding: 3px;
}
#forum .thread-details .text.unread {
  border-width: 3px;
}
#forum .thread-details .thread-answers .thread-item-header {
  padding: 10px;
}
#forum .thread-details .thread-answer {
  margin-top: 20px;
  border: 1px solid #02023B;
}
#forum .thread-details .thread-answer > tbody > tr > td {
  padding: 10px;
}
#forum .thread-details .thread-answers-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #02023B;
  text-align: center;
}
#forum .thread-details .thread-answers-footer .thread-answers-footer-add {
  /*position: absolute;*/
  left: 0;
  right: 0;
  margin: auto;
}
.menu-forum {
  position: relative;
}
.menu-forum .menu-forum-count {
  position: absolute;
  top: -5px;
  right: 2px;
  color: white;
  background-color: red;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
}
body.forum-text,
body.forum-text td {
  background-position: left center;
  font-family: tahoma;
  font-size: 14px;
  margin: 10px;
  background-image: none !important;
  background-color: #FFFFFF !important;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.externalData h1 {
  display: none;
  font-size: large;
  font-weight: normal;
  padding: 5px;
  margin: 0px;
  background-color: white;
  background-image: url("Images/TitleBackground.gif");
  background-repeat: repeat-x;
  border: 1px solid #A3C0E8;
}
.externalData .section {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
.externalData h2 {
  font-size: 1.3em;
  padding: 2px;
  margin: 0px;
  color: #02023B;
  border-bottom: 1px solid #02023B;
  border-top: 1px solid #02023B;
  margin-bottom: 5px;
}
.externalData h3 {
  font-size: 1.2em;
  padding: 2px;
  margin: 0px;
  color: #5689C5;
}
.externalData h4 {
  font-size: 1.1em;
  padding: 2px;
  margin: 0px;
  color: #5689C5;
}
.externalData h5,
.externalData th {
  font-size: 1em;
  padding: 2px;
  margin: 0px;
}
.externalData table {
  border: none;
  border-spacing: 0px;
  border-collapse: collapse;
}
.externalData td,
.externalData th {
  border: 1px solid #02023B;
  overflow: hidden;
  word-wrap: break-word;
  padding: 3px;
}
.externalData th {
  text-align: left;
}
.externalData div {
  padding-left: 15px;
  padding-top: 10px;
}
.externalData > div {
  padding-left: 0px;
}
.externalData:first-child {
  padding-top: 0px;
}
thead > tr {
  background-color: #E6E6E6;
  color: #4D4D4D;
}
.connector-content dl {
  margin-bottom: 5px;
}
.connector-content dl dt {
  font-weight: normal;
  color: gray;
  font-size: 0.9em;
}
.connector-content .mb-2 {
  margin-bottom: 15px;
}
.connector-content .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: #212529;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem;
}
.connector-content .card .card-body {
  flex: 1 1 auto;
  padding: 1rem;
}
.connector-content .card .card-body .card-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.connector-content .card .card-body .connector-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.connector-content .card .card-body .connector-section dl {
  width: 50%;
}
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 {
  color: #337ab7;
}
a:hover,
a:visited:hover {
  color: #FF6600;
}
a img {
  border-style: none;
}
.menu-main {
  margin-left: 15px;
}
.menu-main span.dx-vam {
  margin-left: -15px;
}
.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: #02023B;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: large;
  color: white;
}
.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-bottom: 1px solid #02023b;
  border-left: 1px solid #02023b;
  border-right: 1px solid #02023b;
}
.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: White !important;
}
table.listTable {
  border-collapse: collapse;
}
table.listTable > tbody > tr > td,
table.listTable > tr > td {
  margin: 5px;
  padding: 5px;
  border-top: 1px solid #02023b;
}
table.listTable > tbody > tr > th,
table.listTable > tr > th {
  margin: 5px;
  padding: 5px;
}
.customGridItems > tr > td,
.templateGrid tr.row-data > td {
  border-color: #02023b;
  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: #02023B !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 #02023B;
  }
  .contextButtons-collapsible .toolbar {
    padding: 5px;
  }
  .contextButtons-collapsible .toolbar-header {
    display: block;
    background-color: #02023B;
    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 #02023B;
  }
}