﻿/* ------------------------------------------------------------------ */
/* screen.css                                                         */
/* COLOR
font color #3c3c3c
*/
/* ------------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;800&display=swap");

body {
  background-color: #bdbdbd;
  font: 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #3c3c3c;
}

.yellowBorder {
  margin: 0 auto;
  max-width: 990px;
  width: 100%;
  text-align: left;
  height: 8px;
  background: #ecfb00;
}

.blueBorder {
  margin: 0 auto;
  max-width: 990px;
  width: 100%;
  text-align: left;
  height: 8px;
  background: #0988ff;
}

.whiteBorder {
  margin: 0 auto;
  max-width: 990px;
  width: 100%;
  text-align: left;
  height: 8px;
  background: #fff;
}

#page {
  margin: 0 auto;
  max-width: 970px;
  width: auto;
  text-align: left;
  background-color: #fff;
  padding: 10px;
}

form * {
  vertical-align: middle;
}

p {
  position: relative;
}

form .omsBox span {
  white-space: nowrap !important;
}

.userBox {
  font-size: 11px;
  float: right;
  width: 150px;
  text-align: right;
}

@media screen and (max-width: 600px) {
  .userBox {
    margin-bottom: 20px;
  }
}

.userBox strong {
  display: block;
}

.userBox a {
  color: #3c3c3c;
  text-decoration: none;
  line-height: 10px;
}

  .userBox a:hover {
    text-decoration: underline;
  }

.topMenu {
  position: relative;
  top: -1px;
}

.rgMasterTable {
  width: 100%;
}

.topMenu {
  float: left;
  margin: -10px 0 0 0;
  padding: 0;
  list-style-type: none;
  width: 870px;
}

@media screen and (max-width: 600px) {
  ul.topMenu {
    max-width: 100% !important;
    width: auto;
  }

  .topMenu li {
    margin-left: 0 !important;
  }
}

.topMenu li {
  float: left;
  width: 150px;
  text-align: center;
  margin-left: -12px;
}

  .topMenu li a {
    padding: 7px 0 6px 0;
    background: rgb(207, 207, 207);
    background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(165, 165, 165) 100% );
    display: block;
    color: #3c3c3c;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    z-index: 2;
  }

    .topMenu li a:hover {
      color: #4d8f01;
    }

  .topMenu li.first {
    margin: 0;
  }

    .topMenu li.first a {
      background: rgb(207, 207, 207);
      background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(165, 165, 165) 100% );
      text-align: center;
    }

    .topMenu li.first.registration {
      width: 125px;
      margin: 0;
      z-index: 20;
    }

      .topMenu li.first.registration a {
        background: rgb(168, 200, 100);
        background: linear-gradient( 0deg, rgba(168, 200, 100, 1) 0%, rgba(75, 141, 1, 1) 100% );
      }

  .topMenu li.act a {
    background: rgb(168, 200, 100);
    background: linear-gradient( 0deg, rgba(168, 200, 100, 1) 0%, rgba(75, 141, 1, 1) 100% );
    color: #fff !important;
  }

  .topMenu li.act {
    position: relative;
    z-index: 20;
  }

    .topMenu li.act.first a {
      background: rgb(168, 200, 100);
      background: linear-gradient( 0deg, rgba(168, 200, 100, 1) 0%, rgba(75, 141, 1, 1) 100% );
    }

@media screen and (max-width: 450px) {
  .topMenu {
    width: auto;
  }

    .topMenu li {
      width: 75px;
    }

  .profileNav .topMenu li.act a {
    background: none !important;
    color: green;
  }
}

.profileNav .topMenu {
  position: relative;
  top: -1px;
}

  .profileNav .topMenu li.act a {
    background: rgb(168, 200, 100);
    background: linear-gradient( 0deg, rgba(168, 200, 100, 1) 0%, rgba(75, 141, 1, 1) 100% ) !important;
  }

.topMenu li.first a {
  background: rgb(207, 207, 207);
  background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(165, 165, 165) 100% );
}

.topMenu li.act.end a {
  background: rgb(168, 200, 100);
  background: linear-gradient( 0deg, rgba(168, 200, 100, 1) 0%, rgba(75, 141, 1, 1) 100% ) !important;
}

.profileNav .topMenu li.act.end a {
  background: rgb(168, 200, 100);
  background: linear-gradient( 0deg, rgba(168, 200, 100, 1) 0%, rgba(75, 141, 1, 1) 100% ) !important;
}

.topMenu li.end a {
  background: rgb(207, 207, 207);
  background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(165, 165, 165) 100% );
  position: relative;
  z-index: 1;
}

.member {
  width: 115px !important;
}

.systemAdmin {
  width: 170px !important;
}

@media screen and (max-width: 600px) {
  .member {
    width: 70px !important;
  }
}

#page .rmRootGroup {
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
  border: none;
  background-color: transparent;
}

  #page .rmRootGroup li {
    float: left;
    width: 149px;
    text-align: center;
    margin-left: -12px;
  }

    #page .rmRootGroup li a {
      padding: 3px 0 3px 0;
      background: rgb(207, 207, 207);
      background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(165, 165, 165) 100% );
      display: block;
      color: #3c3c3c;
      font-weight: bold;
      text-decoration: none;
      cursor: pointer;
    }

      #page .rmRootGroup li a span {
        padding: 0;
        float: none;
      }

      #page .rmRootGroup li a:hover {
        color: #4d8f01;
      }

    #page .rmRootGroup li.rmFirst {
      margin: 0;
    }

      #page .rmRootGroup li.rmFirst a {
        background: rgb(207, 207, 207);
        background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(165, 165, 165) 100% );
      }

    #page .rmRootGroup li.act a {
      background: rgb(168, 200, 100);
      background: linear-gradient( 0deg, rgba(168, 200, 100, 1) 0%, rgba(75, 141, 1, 1) 100% ) !important;
      color: #fff !important;
    }

    #page .rmRootGroup li.act {
      position: relative;
      z-index: 20;
    }

      #page .rmRootGroup li.act.rmFirst a {
        background: rgb(168, 200, 100);
        background: linear-gradient( 0deg, rgba(168, 200, 100, 1) 0%, rgba(75, 141, 1, 1) 100% ) !important;
      }

    #page .rmRootGroup li.rmFirst a {
      background: rgb(207, 207, 207);
      background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(165, 165, 165) 100% );
    }

    #page .rmRootGroup li.act.rmLast a {
      background: rgb(168, 200, 100);
      background: linear-gradient( 0deg, rgba(168, 200, 100, 1) 0%, rgba(75, 141, 1, 1) 100% ) !important;
    }

    #page .rmRootGroup li.rmLast a {
      background: rgb(207, 207, 207);
      background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(165, 165, 165) 100% );
    }

.topBar {
  clear: both;
  background: #498c01 url(images/bg_topbar.gif) 0 0 repeat-x;
  padding: 6px 0 4px 0;
  display: table;
  width: 100%;
  position: relative;
  top: -2px;
  height: 25px;
}

  .topBar .toolbar {
    margin-left: 10px;
    margin-right: 10px;
  }

  .topBar .searchBox {
    float: right;
    margin-right: 10px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
  }

    .topBar .searchBox.chrome {
      position: relative;
      top: -2px;
    }

      .topBar .searchBox.chrome span,
      .topBar .searchBox.chrome input[type="text"] {
        position: relative;
        top: 2px;
      }

    .topBar .searchBox input.text {
      background: #fff;
      width: 148px;
      padding: 4px 5px;
      font-size: 11px;
      margin: 0 5px;
      border: none;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
    }

    .topBar .searchBox input.submit {
      font-size: 11px;
      font-weight: bold;
      background: url(images/bg_input_search_submit.gif) 0 0 no-repeat;
      border: none;
      width: 72px;
      padding: 4px 0;
      cursor: pointer;
    }

      .topBar .searchBox input.submit:hover {
        background: url(images/bg_input_search_submit.gif) 0 -21px no-repeat;
      }

  .topBar .toolbar .naviBox {
    float: right;
  }

  .topBar .toolbar .naviBox-floated {
    display: flex;
    justify-content: space-between; /* Odsazení mezi levou a pravou částí */
    align-items: center; /* Zarovnání na střed vertikálně */
  }

    .topBar .toolbar .naviBox-floated .fleft {
      gap: 5px;
      display: flex;
      float: left;
    }

    .topBar .toolbar .naviBox-floated .fright {
      gap: 5px;
      display: flex;
      float: right;
    }

.personBox {
  margin: 5px;
  font-size: 11px;
  height: 230px;
  padding: 2px;
}

  .personBox input.text {
    border: 1px solid #717171;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 11px;
  }

  .personBox select.text {
    width: 170px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #717171;
  }

  .personBox input.error {
    border: 1px solid #ff0000;
  }

  .personBox input.w88 {
    width: 78px;
  }

  .personBox input.w158 {
    width: 160px;
  }

  .personBox select.w158 {
    width: 170px;
  }

  .personBox input.w37 {
    width: 27px;
    margin: 5px 3px 0 0;
  }

  .personBox input.w77 {
    width: 77px;
  }

  .personBox input.w58 {
    width: 48px;
  }

  .personBox input.w260 {
    width: 250px;
  }

  .personBox .form-field-data {
    height: 20px !important;
    padding: 4px;
    line-height: 20px;
    font-size: 12.5px;
  }

  .personBox .box1 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 2px;
    font-size: 15px;
  }

    .personBox .box1 .entityType {
      float: left;
      width: 67px;
      padding: 5px;
    }

  .personBox .box2 {
    background-color: #ebebeb;
    float: left;
  }

  .personBox table th,
  .personBox table td {
    padding: 0px 3px;
  }

  .personBox table th {
    text-align: right;
    padding: 0 3px 0 5px;
    font-weight: normal;
  }

  .personBox table .phone th,
  .personBox table .phone td {
    padding-top: 18px;
  }

  .personBox .box3 {
    background-color: #ebebeb;
    float: left;
    margin-left: 10px;
  }

    .personBox .box3 .deliveryAddress {
      width: 230px;
    }

    .personBox .box3 .billingAddress {
      width: 230px;
    }

    .personBox .box3 .subjectRow {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: nowrap;
    }

.subjectType {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  padding: 6px;
}

.diffAddress {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  padding: 6px;
}

.personBox .box4 {
  background-color: #ebebeb;
  float: left;
  min-width: 130px;
}

.personBox .box5 {
  background-color: #ebebeb;
  float: left;
  padding-left: 45px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.filterBox {
  background-color: #ebebeb;
  margin: 8px 0 0 0;
  padding: 0px 0;
  font-size: 11px;
  display: table;
  width: 100%;
}

  .filterBox .fleft,
  .filterBox .fright {
    margin: 0 10px;
  }

  .filterBox .fright {
    padding: 4px 0;
  }

  .filterBox select.w158 {
    width: 170px;
    font-size: 11px;
    margin-left: 10px;
  }

  .filterBox .buttonBox {
    width: auto;
  }

.tableFilterBox {
  margin: 15px 10px;
}

  .tableFilterBox .w158 {
    width: 145px;
    font-size: 11px;
    margin-left: 10px;
    margin-right: 40px;
  }

  .tableFilterBox select.end {
    margin-right: 0;
  }

.personTable {
  border: 1px solid #b4b4b4;
  font-size: 11px;
}

  .personTable table {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #b4b4b4;
  }

  .personTable td,
  .personTable th {
    padding: 2px 15px;
    position: relative;
  }

  .personTable th {
    background: #ececec url(images/bg_persontable-th.gif) 0 0 repeat-x;
    border-bottom: 1px solid #b4b4b4;
    padding: 5px 15px;
  }

#page .RadGrid .rgHeader {
  font-weight: bold !important;
  border: none;
}

.RadGrid_Default {
  border: 1px solid #b4b4b4;
}

.personTable .odd td {
  background-color: #f2f2f2;
}

.personTablePage {
  background-color: #f2f2f2;
  clear: both;
  padding: 10px 10px 7px 10px;
}

  .personTablePage a {
    color: #3c3c3c;
    text-decoration: none;
    padding: 3px 3px;
  }

  .personTablePage select {
    font-size: 11px;
  }

  .personTablePage span {
    padding: 3px 3px;
    border: 1px solid #898989;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }

  .personTablePage .arrowPrew {
    background: url(images/page-aprew.gif) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 3px;
    position: relative;
    top: -3px;
  }

  .personTablePage .arrowPPrew {
    background: url(images/page-apprew.gif) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 3px;
    position: relative;
    top: -3px;
  }

  .personTablePage .arrowNext {
    background: url(images/page-anext.gif) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 3px;
    position: relative;
    top: -3px;
  }

  .personTablePage .arrowNNext {
    background: url(images/page-annext.gif) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 3px;
    position: relative;
    top: -3px;
  }

  .personTablePage a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }

.buttonBox {
  margin: 2px -5px 0 -5px;
  display: table;
  width: 100%;
  font-size: 11px;
}

  .buttonBox .button {
    background: url(images/link-button.gif) 0 0 no-repeat;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 92px;
    text-align: center;
    padding: 4px 0 3px 0;
    float: left;
    margin: 0 5px;
  }

    .buttonBox .button.long {
      width: 180px;
      background: url(images/link-button-long.png) left top no-repeat;
    }

    .buttonBox .button.tooLong {
      width: 330px;
      background: url(images/link-button-tooLong.png) left top no-repeat;
    }

    .buttonBox .button:hover {
      background-position: left -24px;
    }

    .buttonBox .button.fright {
      float: right;
    }

.button {
  background: url(images/link-button.gif) 0 0 no-repeat;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 92px;
  text-align: center;
  padding: 4px 0 3px 0;
  float: left;
  margin: 0 5px;
}

  .button.long {
    width: 180px;
    background: url(images/link-button-long.png) left top no-repeat;
  }

  .button.longest {
    width: 240px;
    background: url(images/link-button-long.png) left top no-repeat;
  }

  .button:hover {
    background-position: left -24px;
  }

.buttonLong {
  background: url(images/link-button.gif) 0 0 no-repeat;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 202px;
  text-align: center;
  padding: 4px 0 3px 0;
  float: left;
  margin: 0 5px;
}

  .buttonLong:hover {
    background: url(images/link-button.gif) 0 -24px no-repeat;
  }

.choose-button {
  /*background: url(images/link-button.gif) 0 0 no-repeat; */
  background-color: lightgray;
  font-size: 11px;
  font-weight: bold;
  color: black;
  text-decoration: none;
  display: block;
  width: 60px;
  text-align: center;
  padding: 4px 0 3px 0;
  float: left;
  margin: 0 5px;
}

.link-button {
  text-align: center;
}

/* loginPage */
p .topContact {
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  margin-right: 20px;
}

  p.topContact a {
    color: #3c3c3c;
    text-decoration: none;
  }

    p.topContact a:hover {
      text-decoration: underline;
    }

h1 {
  margin: 0 0 1px 0;
  padding: 10px 20px;
  font-size: 18px;
  background: url(images/bg_topbar.gif) 0 0 repeat-x;
  color: #fff;
  text-align: right;
  clear: both;
  position: relative;
  top: 0;
  z-index: 3;
}

.loginBox .loginBoxLeft {
  max-width: 390px;
  height: auto;
  float: left;
}

@media screen and (max-width: 678px) {
  .loginBox .loginBoxLeft {
    float: none;
    margin: 0 auto;
    width: auto;
  }
}

.loginBox {
  background-color: #f5f5f5;
  max-width: 620px;
  padding: 20px 30px;
  margin: 0 auto;
}

  .loginBox h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
  }

  .loginBox .loginText {
    color: #000;
    margin: 10px 0 20px 0;
  }

  .loginBox .loginInfo {
    background: url(images/bg_logininfo.gif) 0 0 repeat-x;
    font-size: 11px;
    padding: 10px 0 0 0;
    margin: 0;
    text-align: center;
  }

.loginBoxRight {
  width: 205px;
  border-left: 4px solid #fff;
  height: 260px;
  float: right;
  margin: -20px 0;
}

@media screen and (max-width: 678px) {
  .loginBox .loginBoxRight {
    float: none;
    margin: 0 auto;
    border-left: none;
  }

  .loginBoxRightMain {
    padding-left: 7px !important;
  }
}

.loginBoxRightMain {
  padding: 15px 0 0 35px;
  font-size: 12px;
}

  .loginBoxRightMain input {
    border: 1px solid #717171;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 11px;
    width: 152px;
    margin: 3px 0 5px 0;
  }

  .loginBoxRightMain .loginButton {
    background: url(images/btn_loginbutton.gif) 0 0 no-repeat;
    line-height: 44px;
    height: 44px;
    width: 161px;
    border: none;
    font-weight: bold;
    color: #fff;
    margin: 15px 0 8px 0;
    cursor: pointer;
    font-size: 12px;
  }

    .loginBoxRightMain .loginButton:hover {
      background: url(images/btn_loginbutton.gif) 0 -44px no-repeat;
    }

  .loginBoxRightMain p {
    text-align: center;
    font-size: 11px;
  }

    .loginBoxRightMain p a {
      color: #3c3c3c;
      text-decoration: none;
    }

      .loginBoxRightMain p a:hover {
        text-decoration: underline;
      }

  .loginBoxRightMain .checkbox input {
    width: 25px;
    border: 0px;
  }

/* registrace */
.regIco {
  padding: 0 0 0 160px;
  border-left: 5px solid #ebebeb;
  margin-bottom: 2px;
}

@media screen and (max-width: 500px) {
  .regIco {
    padding: 0;
  }
}

.regIco .fleft {
  margin-right: 35px;
}

.regIco select.text {
  width: 170px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #717171;
  height: 22px;
}

.regIco input.text {
  border: 1px solid #717171;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 3px 5px;
  font-size: 11px;
  width: 160px;
}

.regIco div.text {
  padding: 20px 80px;
}

@media screen and (max-width: 500px) {
  .regIco div.text {
    padding: 20px;
  }

  .regIco04 div.text {
    padding: 20px !important;
  }
}

.regIco01 {
  border-color: #ebebeb;
  background: url(images/ico_regico01.gif) 0 50% no-repeat;
}

  .regIco01 div.text {
    background-color: #ebebeb;
  }

.regIco02 {
  border-color: #f5f5f5;
  background: url(images/ico_regico02.gif) 0 50% no-repeat;
}

  .regIco02 div.text {
    background-color: #f5f5f5;
  }

.regIco03 {
  border-color: #ebebeb;
  background: url(images/ico_regico03.gif) 0 50% no-repeat;
}

  .regIco03 div.text {
    background-color: #ebebeb;
  }

.regIco04 {
  border-color: #f5f5f5;
  background: url(images/ico_regico04.gif) 0 50% no-repeat;
}

  .regIco04 div.text {
    background-color: #f5f5f5;
    padding: 15px 30px 15px 80px;
  }

  .regIco04 .checkbox {
    position: relative;
    top: 1px;
  }

.personBox .box1 .clen {
  position: absolute;
  top: 3px;
  right: -25px;
}

.profile {
  position: relative;
}

  .profile .zoneTop {
    background: #ebebeb;
    padding: 10px;
  }

  .profile .box1,
  .profile .box2,
  .profile .box4 {
    float: left;
    margin-right: 15px;
  }

  .profile .box3 {
    float: right;
  }

.tableDeliveryAddress {
  width: 100%;
}

  .tableDeliveryAddress th:first-child {
    width: 200px;
    height: 25px;
  }

@media screen and (max-width: 530px) {
  .profile .box3 {
    min-width: 100%;
  }

    .profile .box3 img {
      display: block;
      margin: 15px auto;
    }
}

.profile .box5 {
  float: left;
  margin-left: 60px;
}

@media screen and (max-width: 850px) {
  .profile .box5 {
    margin-left: 0;
  }
}

.profile .buttonBox {
  float: right;
  width: auto;
  margin: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width: 500px) {
  .profile .buttonBox {
    position: static;
  }
}

.profile .addresss {
  margin-top: 15px;
}

.profile .box2 th {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #b1b1b1;
  font-size: 14px;
}

.profile .box2 tbody td {
  padding-top: 8px;
}

.profile .box4 td {
  padding-right: 8px;
}

.w200 {
  width: 200px;
}

.omsSelect {
  padding: 2px 0 0 10px;
  float: left;
}

  .omsSelect .fleft {
    padding: 5px 0 0 0;
  }

  .omsSelect .fleft {
    padding: 5px 3px 0 0;
    line-height: 11px;
  }

  .omsSelect > div {
    float: left;
  }

.omsEditor {
  overflow-x: scroll;
}

  .omsEditor > table {
    width: 100%;
  }

  .omsEditor .rgDataDiv.rgVScroll {
    height: auto !important;
  }

  .omsEditor .RadGrid.RadGrid_Default {
    overflow: auto;
    min-width: 500px;
  }

  .omsEditor .rgMasterTable.rgClipCells {
    margin-bottom: 0px !important;
  }

.popupPersonInfo {
  position: fixed;
  display: none;
  z-index: 1000;
  white-space: nowrap;
  background: #ff0000;
  border: 2px solid #ffffff;
  padding: 10px 20px 8px 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
}

  .popupPersonInfo.selected {
    display: block;
  }

  .popupPersonInfo a {
    position: relative;
  }

  .popupPersonInfo .arrow {
    position: absolute;
    background: url(images/errorArrow.png);
    width: 14px;
    height: 12px;
    bottom: -12px;
    left: -2px;
    display: block;
  }

  .popupPersonInfo a .arrow {
    left: -12px;
    bottom: -22px;
  }

  .popupPersonInfo .close {
    position: absolute;
    right: 3px;
    top: -1px;
    cursor: pointer;
    font-size: 13px;
  }

  .popupPersonInfo a .close {
    right: -15px;
    top: -8px;
  }
/*.popupPersonInfo.ctl00_MainContent_MemberControl_AddressControl_tbPsc {left: 370px; top: 24px;}
.popupPersonInfo.ctl00_MainContent_MemberControl_AddressControl_tbCp {left: 263px; top: -31px;}
.popupPersonInfo.ctl00_MainContent_MemberControl_AddressControl_tbPlace {left: 221px; top: 24px;}
.popupPersonInfo.ctl00_MainContent_MemberControl_AddressControl_tbStreet {left: 84px; top: -31px;}*/

.reports {
  margin: 0px;
  clear: both;
  padding: 0px;
}

  .reports li {
    display: inline-block;
    background: #ebebeb;
    width: 135px;
    height: 135px;
    margin: 3px 3px 0px;
    list-style-type: none;
    text-align: center;
    border: 1px solid #9d9c9c;
  }

    .reports li:hover {
      background: #f5f3f3;
    }

    .reports li a {
      color: #3c3c3c;
      text-decoration: none;
      display: block;
      padding: 0px 10px;
    }

      .reports li a img {
        padding: 10px 20px 10px;
      }

.myPayment {
  background: #ebebeb;
  padding: 10px;
}

  .myPayment fieldset {
    margin-bottom: 5px;
  }

.omsPaymentPrintButton {
  display: inline-block;
  height: 22px;
  padding: 0px 10px;
  border: 0;
  text-align: center;
  vertical-align: middle;
  background-position: left -22px;
  background-color: #ffffff;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 22px;
  text-decoration: none;
  color: #000000;
  margin-left: 5px;
  border: 1px solid #d4d3d3;
}

.btnSubmitLight {
  display: inline-block;
  height: 18px;
  padding: 0px 10px;
  border: 0;
  text-align: center;
  background-position: left -22px;
  overflow: visible;
  background-color: #ffffff;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 18px;
  text-decoration: none;
  color: #000000;
  margin-left: 5px;
  border: 1px solid #d4d3d3;
}

  .btnSubmitLight:hover {
    background: #dddddd;
    border: 1px solid #eeeeee;
  }

.rgRow > td > table,
.rgAltRow > td > table {
  border: 2px solid #1265a0;
}

.BankStatementRightSide > table {
  border: 2px solid #ffffff;
}

.paired-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
  margin: 6px 0 10px 0;
  border-radius: 6px;
  font-size: 14px; /* zvětšení písma */
  font-weight: 600;
  background: #eaf4ff; /* jemná barva pozadí */
  border: 1px solid #cfe6ff;
}

.paired-toggle__chk input {
  transform: scale(1.15); /* větší checkbox */
  margin-right: 10px;
  vertical-align: middle;
}

.pairingline {
  max-width: 600px; /* šířka bloku */
  margin: 0 auto; /* vycentrování na střed */
  padding: 20px;
  font-family: Arial, sans-serif;
}

  .pairingline .status-toggle.good {
    border: 2px solid green;
  }

  .pairingline .status-toggle.bad {
    border: 2px solid red;
  }

  .pairingline .title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .pairingline .item {
    display: grid;
    grid-template-columns: 180px 1fr;
    row-gap: 10px;
    column-gap: 20px;
  }

  .pairingline .btn-group label {
    margin-right: 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
    user-select: none;
  }

  .pairingline .left-section {
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .pairingline .btn-group label.active {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
  }

  .pairingline .radio-toggle label {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background-color: #f8f9fa;
    transition: background-color 0.2s ease-in-out;
  }

  .pairingline .radio-toggle input[type="radio"]:checked + label {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
  }

  .pairingline .right-section .form-control {
    /* min-width: 150px;*/
  }

  .pairingline .right-section span .note {
    width: 100%;
    min-width: 400px !important;
  }

  .pairingline .status-toggle input[type="radio"] {
    display: none;
  }

  .pairingline .status-toggle label {
    display: inline-block;
    padding: 6px 12px;
    margin-right: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  .pairingline .status-toggle input[type="radio"]:checked + label {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
  }

  .pairingline .status-toggle span {
    display: none !important;
  }


.memberSelector {
  color: #333;
  font: 12px/16px "segoe ui", arial, sans-serif;
}

.reportBox {
  background-color: #ebebeb;
  margin: 2px 0 0 0;
  padding: 5px;
  font-size: 11px;
  position: relative;
}

.RegisterButton {
  border: 2px outset buttonface;
  color: black;
  background-color: buttonface;
  box-sizing: border-box;
  -webkit-appearance: push-button;
  white-space: pre;
  padding: 2px 5px;
  margin-top: 5px;
}

  .RegisterButton:hover {
    text-decoration: none !important;
  }

.BankStatementUpload {
  min-height: 400px;
  padding-top: 50px;
}

  .BankStatementUpload table {
    margin: 0 auto;
  }

  .BankStatementUpload .RadUpload.RadUpload_Default {
    width: 365px !important;
  }

  .BankStatementUpload .buttonBox a {
    margin: 0 auto;
    float: none;
  }

.registrationLastStep {
  padding: 20px;
  min-height: 300px;
}

  .registrationLastStep span {
    padding-bottom: 10px;
    display: inline-block;
  }

/* Custom Error */

.customError {
  padding: 20px;
}

  .customError .logo {
    float: left;
  }

  .customError .text {
    float: left;
    width: 400px;
    padding: 20px;
    line-height: 24px;
  }

    .customError .text .button {
      margin-top: 50px;
      line-height: normal;
      line-height: 17px;
    }

/* Password Change */
.passwordChange th {
  text-align: right;
}

.passwordChange .buttons {
  padding-left: 33px;
}

.passwordHolder {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 620px) {
  .passwordHolder {
    flex-direction: column;
  }

    .passwordHolder .button {
      float: none;
      margin: 20px auto 0 auto;
    }
}
/* Payment Editor */
.paymentEditor .header-table {
  float: left;
}

.paymentEditor th {
  text-align: left;
}

.paymentEditor .quarter-table th {
  float: left;
  width: 115px;
}

.omsDropDown .RadComboBox.RadComboBox_Default {
  width: 308px !important;
}

.omsDropDown .rcbSlide .RadComboBoxDropDown.RadComboBoxDropDown_Default {
  width: 300px !important;
}

/* Telerik */

.regIco.regIco01.finalStep {
  height: 60px;
  padding-top: 25px;
}

.RadInput_Default .riDisabled,
.RadInput_Disabled_Default,
.RadComboBox_Default .rcbDisabled .rcbInputCell .rcbInput,
.RadComboBoxDropDown_Default .rcbDisabled {
  color: #3c3c3c !important;
}

.rgMasterTable.rgClipCells {
  margin-bottom: 0px !important;
}

/* common style */
.tal {
  text-align: left !important;
}

.pdl3 {
  padding-left: 3px !important;
}

.pdt7 {
  padding-top: 7px !important;
}

.pdt8 {
  padding-top: 8px !important;
}

.pdt15 {
  padding-top: 10px !important;
}

.lh15 {
  line-height: 15px !important;
}

.w300 table {
  width: 300px !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mr10 {
  margin-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.ml73 {
  margin-left: 73px;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px;
}

.cl {
  clear: both;
}

.borderL {
  border-left: 1px solid #000000;
  padding-left: 3px;
  margin-left: 3px;
}

.mh300 {
  min-height: 300px;
}

.wa {
  width: auto;
}

.bigText {
  color: #3c3c3c;
  display: inline-block;
  position: relative;
  top: -1px;
}

.button {
  color: #ffffff !important;
}

  .button.small {
    background-image: url("images/link-button_small.png");
    background-position: left 1px;
    width: 87px;
  }

  .button.blue {
    background-image: url("images/link-button_blue.png");
    background-position: left 1px;
    width: 87px;
  }

    .button.blue:hover,
    .button.small:hover {
      background-position: left -22px;
    }

.memberSelectorPaymentAmount {
  font-size: 2em;
  color: Red;
  font-weight: bold;
}

#MainPlaceHolder_lgnLogin_FailureText {
  position: absolute;
  top: -19px;
  position: absolute;
  display: block;
}

.rmItem {
  width: 160px !important;
  background-image: none !important;
  position: static;
  border: 1px dotted;
  text-align: center;
  vertical-align: middle;
  outline: none;
  text-decoration: none;
  background-color: lightgrey !important;
  border-radius: 3px;
}

.rmSelected {
  background-color: lightblue !important;
}

.rmRootGroup {
  background-image: none !important;
  background: transparent !important;
}

  .rmRootGroup li {
    background-image: none !important;
  }

.rmLink {
  background-image: none !important;
  padding-right: 0 !important;
}

.noMargin {
  margin: 0;
}

.memberDetail {
  margin: 10px -5px 0 -5px;
  display: table;
  width: 100%;
  font-size: 11px;
}

.memberHonors {
  margin: 10px -5px 0 -5px;
  display: table;
  width: 100%;
  font-size: 11px;
}

.tdHeaderHonor {
  background-color: lightgreen !important;
  border: 1px double;
}

.tdHeaderHonorHuntingBreed {
  background-color: lightcoral !important;
}

.tdHeaderHonorOtherBreed {
  background-color: lightsalmon !important;
}

.paymentHistoryTable {
  overflow-x: auto;
}

  .paymentHistoryTable div {
    width: 968px;
  }

.paymentTable .fleft {
  overflow-x: auto;
  max-width: 100%;
}

  .paymentTable .fleft table {
    max-width: 100%;
  }

/* memberzone - card page */

.memberCard {
  max-width: 100%;
  min-width: 100%;
  width: 100% !important;
  overflow-x: auto;
}

  .memberCard table.rgMasterTable.rgClipCells {
    min-width: 500px;
    width: 100%;
    overflow-x: auto !important;
  }

  .memberCard .memberCardHelper {
    min-width: 500px !important;
  }

.memberCardLost {
  width: 500px;
  height: 600px;
  padding: 5px 5px 5px 5px;
  border-left: 5px solid #ebebeb;
}

  .memberCardLost .fleft {
    float: left;
    text-align: left;
    width: 350px;
  }

  .memberCardLost .errors {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    display: table-row;
    flex-direction: column;
    float: left;
    text-align: left;
  }

  .memberCardLost select.text {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #717171;
    height: 22px;
  }

  .memberCardLost input.text {
    border: 1px solid #717171;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 11px;
  }

  .memberCardLost div.text {
    padding: 20px 20px;
  }

  .memberCardLost input.error {
    border: 1px solid #ff0000;
  }

.memberCardHelper .rgDataDiv.rgVScroll[style] {
  height: auto !important;
  overflow: hidden !important;
}

/*memberZone - payment page*/
.memberZonePayment {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.myPayment .memberZonePayment .innerPageView span {
  white-space: normal !important;
}

.memberZonePayment .innerMultiPage {
  display: inline-block;
  zoom: 1;
  position: relative;
  margin-bottom: -3px;
  padding: 5px 5px 5px 5px;
  width: auto;
  max-width: -webkit-fill-available;
}

.memberZonePayment .innerPageView {
  padding-top: 5px;
}

.memberZonePayment .onlinePaymentEditor {
  float: left;
}

  .memberZonePayment .onlinePaymentEditor table {
    border: 1px solid black;
  }

    .memberZonePayment .onlinePaymentEditor table thead {
      background: #eaeaea;
    }

    .memberZonePayment .onlinePaymentEditor table tbody {
      background: white;
    }

.memberZonePayment .onlinePaymentImage {
  display: inline-flex;
  flex-flow: column;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.memberZonePayment .onlinePaymentEditorErrors {
  display: inline-flex;
  margin-top: 10px;
}

.memberZonePayment .onlinePaymentEditor {
  max-width: 100%;
  min-width: 100%;
  width: 100% !important;
  overflow-x: auto;
}

  .memberZonePayment .onlinePaymentEditor table {
    width: 100%;
    max-width: 100%;
  }

.memberZonePayment a.rtsLink {
  background-image: none !important;
  padding-right: 0 !important;
}

.memberZonePayment .RadTabStrip .rtsLink {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.memberZonePayment .rtsOut {
  background-image: none !important;
  padding: 7px 0 6px 0;
  background: rgb(207, 207, 207);
  background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(165, 165, 165) 100% ) !important;
  display: block;
  color: #3c3c3c;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

  .memberZonePayment .rtsOut :hover {
    color: #4d8f01;
  }

.memberZonePayment .rtsSelected .rtsOut {
  background: rgb(168, 200, 100);
  background: linear-gradient( 0deg, rgba(168, 200, 100, 1) 0%, rgba(75, 141, 1, 1) 100% ) !important;
  color: #fff !important;
}

  .memberZonePayment .rtsSelected .rtsOut :hover {
    color: #fff;
  }

.modal-content p {
  text-align: center;
}

.flex-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

  .flex-buttons input[type="submit"] {
    width: 200px;
    padding: 5px;
  }



.adminSection .tabs .innerMultiPage {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  margin-bottom: -3px;
  padding: 5px 5px 5px 5px;
  width: 100%;
}

.adminSection .RadGrid.RadGrid_Default {
  overflow: auto;
  min-width: 500px;
  width: 100%;
}

.adminSection .tabs .innerMultiPage .title {
  display: inline-block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  width: 100%;
}

.adminSection .tabs .innerMultiPage .buttons {
  display: inline-flex;
  float: left;
  width: 100%;
  padding: 2px;
}

.adminSection .tabs .innerMultiPage .selector {
  display: inline-flex;
  float: left;
  padding: 5px 0px 5px 5px;
}

.adminSection .tabs .innerMultiPage .errors {
  display: inline-flex;
  float: left;
  padding: 5px 0px 5px 5px;
  font-weight: bold;
}

.adminSection .tabs .innerMultiPage .grid {
  /*display: inline-flex;*/
}

.adminSection .tabs .container {
  width: 100%;
}

.adminSection .left-section {
  display: flex;
  gap: 20px;
}

.adminSection .left-section {
  display: flex;
  gap: 20px;
}

.adminSection .left-section_w70 {
  display: flex;
  gap: 20px;
  flex: 0 0 70% !important;
}

.adminSection .right-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 0 20% !important;
  padding-top: 10px !important;
}

.adminSection .right-section_w30 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 0 30% !important;
  padding-top: 10px !important;
}

.adminSection .right-section span {
  font-size: 16pt !important;
}

.adminSection .right-section_w30 span {
  font-size: 16pt !important;
}

.adminSection .field-container {
  display: flex;
  flex-direction: column;
}

.adminSection .field-container-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 3px;
}

.bankEditor .field-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1px;
}

.bankEditor .field-item {
  white-space: nowrap;
}

  .bankEditor .field-item:last-child {
    margin-left: auto; /* posune poslední položku (CurrencyMark) úplně doprava */
  }

.adminSection .row-sections {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 10px;
  width: 100%;
}

.adminSection .field-row-note {
  width: 100%;
  margin-top: 10px;
  display: flex;
  padding: 8px;
  gap: 10px;
}

.adminSection .note {
  width: 100%;
  height: 30px;
  padding: 3px;
}

.adminSection .full-width-row {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}

.dispatchEditor {
}

  .dispatchEditor .container {
    width: 100%;
  }

  .dispatchEditor .left-section {
    display: flex;
    gap: 20px;
    flex: 0 0 70% !important;
  }

  .dispatchEditor .right-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 0 0 30% !important;
    padding-top: 15px !important;
  }

    .dispatchEditor .right-section span {
      font-size: 16pt !important;
    }

  .dispatchEditor .separator {
    margin-bottom: 8px;
  }

  .dispatchEditor .errors {
    margin-bottom: 1rem;
  }


.grid-item-container {
  padding: 0px;
  display: flex;
  gap: 10px;
}

.grid-item-field {
}

.text-wrap {
  white-space: normal !important;
  word-break: break-word;
}

.hyperlink-button {
  background-color: lightgray;
  border: 1px double black;
  color: black;
  padding: 4px 10px;
  font-size: 8pt;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  width: auto; /* nebo zadej konkrétní šířku: 150px */
  transition: background-color 0.2s;
}

  .hyperlink-button:hover {
    background-color: dodgerblue !important;
    color: white;
    text-decoration: none;
  }

.adminSection .tabs {
}

  .adminSection .tabs .container {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
  }

    .adminSection .tabs .container .field {
    }

.adminSection .separator {
  margin-bottom: 8px;
}

.adminSection .filters {
  margin-bottom: 1rem;
}

  .adminSection .filters .rfx {
    flex-direction: row !important;
    align-items: flex-end;
  }

  .adminSection .filters .row {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-top: 1rem;
  }

    .adminSection .filters .row > * {
      width: 90px;
    }

  .adminSection .filters .col {
    display: flex;
    flex-direction: column;
  }

  .adminSection .filters .col-fixed {
    flex: 0 0 95px;
    display: flex;
    flex-direction: column;
  }

  .adminSection .filters .col-grow {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }

  .adminSection .filters .col-auto {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
  }

  .adminSection .filters .col label {
    font-weight: bold;
    white-space: nowrap;
    padding: 2px;
  }

  .adminSection .filters .col * {
  }

.adminSection .tabs .m-left {
  flex: 0 0 60% !important;
  float: left;
}

.adminSection .tabs .m-right {
  flex: 0 0 30% !important;
  float: right;
  padding-top: 12px;
  padding-right: 12px;
}

  .adminSection .tabs .m-right span {
    font-size: 16pt !important;
  }

.label-border-styled {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.label-border-styled_bank {
  display: inline-block;
  width: 20px;
  height: 100%;
  text-align: center;
  align-content: center;
  vertical-align: middle;
}

.bankEditor .status {
  position: relative;
}

  .bankEditor .status .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* vyplň celou výšku/šířku td */
    display: flex; /* střed vodorovně i svisle */
    justify-content: center;
    align-items: center;
  }

.adminMember .title {
  display: inline-flex;
  float: left;
  font-weight: bold;
  width: 100%;
  padding-bottom: 10px;
}

.adminMember .buttons {
  display: inline-flex;
  float: right;
  padding: 5px 0px 5px 5px;
}

.adminMember .selector {
  display: inline-flex;
  float: left;
}

  .adminMember .selector span {
    padding: 2px 5px 2px 5px;
  }

.adminMember .errors {
  display: inline-flex;
  float: left;
  padding: 5px 0px 5px 5px;
  font-weight: bold;
}

.adminMember .detail {
  display: inline-flex;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 50%;
}

  .adminMember .detail .full {
    display: inline-flex;
    height: 25px;
  }

    .adminMember .detail .full .ml10 {
      margin-left: 10px;
    }

  .adminMember .detail .half {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
  }

  .adminMember .detail .flex42left {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 42%;
    color: black;
    margin-right: 5px;
  }

  .adminMember .detail .flex42right {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 42%;
    color: blue;
  }

  .adminMember .detail .flex16 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 16%;
  }

.adminMember .grid {
  display: inline-flex;
  flex-flow: column;
}

/* LOGIN PAGE REDESIGN */

.login {
  width: 100%;
  min-height: 100%;
  background: #fff;
}

html,
body {
  height: 100%;
}

#form1 {
  height: 100%;
}

.login .loginBox {
  background-image: url(images/login-bg.png);
  background-repeat: no-repeat, repeat;
  background-size: cover;
  border-radius: 14px;
  max-width: 1200px;
  max-height: 220px;
}

.login {
  font-family: "Poppins", sans-serif;
  padding-bottom: 120px;
}

  .login .loginBox-title {
    position: relative;
    color: #fff;
    font-size: 22px;
    bottom: -20px;
  }

  .login .loginForm-helper {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    margin: 0 auto;
  }

  .login .loginBox .loginBoxRightMain {
    background: #ebebeb;
    border-radius: 14px;
    position: relative;
    top: 50px;
    max-width: 400px;
    padding: 20px !important;
    margin: 0 auto;
    border: 2px solid #c7c7c7;
  }

  .login .RegisterButton {
    border: none !important;
    background: #c7c7c7 !important;
    margin: 0 0 0 20px !important;
    padding: 10px 20px !important;
    height: 37px !important;
    max-height: 37px !important;
    border-radius: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  .login table {
    display: inline-table;
  }

  .login .loginButton {
    background: #b2d235;
    color: #050601;
    margin: 20px auto;
    padding: 10px;
    height: 40px;
    line-height: 23px;
    border-radius: 7px;
    letter-spacing: 1px;
    width: 100%;
  }

    .login .loginButton:hover {
      background: #839b27;
      color: #050601;
    }

  .login .loginForm-name,
  .login .loginForm-password {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

    .login .loginForm-name label,
    .login .loginForm-password label {
      margin-right: auto;
    }

    .login .loginForm-name input,
    .login .loginForm-password input {
      height: 20px;
      width: auto;
      border: 1px solid #c7c7c7;
      border-radius: 3px;
    }

  .login .registrationHolder {
    position: absolute;
    color: #767676;
    bottom: -111px;
    left: 0;
    width: 100%;
  }

    .login .registrationHolder:hover {
      position: absolute;
      color: #767676;
      bottom: -43px;
      width: 100%;
    }

@media screen and (max-width: 1200px) {
  .login .registrationInfoBox {
    opacity: 1 !important;
  }
}

@media screen and (max-width: 678px) {
  .login .registrationHolder {
    bottom: -130px;
  }
}

@media screen and (max-width: 350px) {
  .login .registrationHolder {
    bottom: -150px;
  }
}

.login .registrationHolder:hover .registrationInfoBox {
  display: block;
  position: absolute;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

.login .registrationInfoBox {
  display: block;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.login .lostPasswordHolder p a {
  color: #767676;
  font-weight: bold;
}

.login .loginInfoBox {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.login .loginInfoBoxIcon {
  background: #899a89;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}

.login .loginInfoBox p {
  text-align: left;
  color: #767676;
}

.login .topHeaderBar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

  .login .topHeaderBar p {
    font-size: 20px;
    line-height: 1;
    color: #143a14;
    font-weight: 200;
  }

.login .headingHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-left: 40px;
}

@media screen and (max-width: 700px) {
  .login .headingHolder {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
  }

    .login .headingHolder p {
      margin: 10px 0;
      font-size: 20px;
    }
}

@media screen and (max-width: 450px) {
  .login .loginBox {
    padding: 20px 0;
  }
}

.login .topContact {
  color: #143a14;
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: end;
  padding: 20px 20px 0 20px;
  font-size: 13px;
}

@media screen and (max-width: 500px) {
  .login .topContact {
    justify-content: space-around;
  }
}

.login .topContact a {
  color: #143a14;
}

  .login .topContact a.lightGreen {
    color: #c0da59 !important;
  }

.login .topContact .topContact-phone {
  margin-right: 20px;
}

@media screen and (max-width: 380px) {
  .login .topContact .topContact-phone {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 380px) {
  .login .topContact {
    align-items: center;
  }
}

.login .topContact .lightGreen {
  color: #c0da59 !important;
}

.login .logoHolder {
  width: 80px;
  min-width: 80px;
  height: 100px;
  background: url(images/logo-srnec.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.login input[type="checkbox"] {
  display: none;
}

.login .checkbox {
  margin-top: 20px;
  color: #767676;
}

.login input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 8px;
  background-color: #7cae66;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.login input[type="checkbox"]:checked + label:before {
  content: "\2714"; /* Tick */
  color: white;
  background-color: #7cae66;
  text-align: center;
  line-height: 15px;
  text-shadow: 0px 0px 3px #eee;
}

.toggle-arrow i {
  transition: transform 0.3s ease;
}

  .toggle-arrow i.bi-chevron-down {
    transform: rotate(90deg);
  }

.paymentDetail {
}

  .paymentDetail .no-gutter-container {
    --bs-gutter-x: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .paymentDetail .table-condensed-sm td,
  .paymentDetail .table-condensed-sm th {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .paymentDetail .m-right {
    flex: 0 0 35% !important;
    float: right;
    padding-top: 12px;
    padding-right: 12px;
  }

    .paymentDetail .m-right span {
      font-size: 17pt !important;
    }

  .paymentDetail .tableSubscribers th:first-child {
    /* height: 25px */
  }

  .paymentDetail .tableSubscribers td:first-child {
    height: 25px
  }

  .paymentDetail .changed {
    background-color: #ffebeb;
  }

  .paymentDetail .row {
    display: flex;
  }


.toggle-header td:first-child {
  cursor: pointer;
}

.arrow {
  cursor: pointer;
  margin-right: 5px;
  display: inline-block;
  transform: rotate(90deg); /* Rotate to mimic an arrow pointing right */
  transition: transform 0.2s ease;
}

  .arrow.toggled {
    transform: rotate(0deg); /* Rotate to mimic an arrow pointing down */
  }

/* Styling for the header row with an arrow at the beginning */
.toggle-header {
  cursor: pointer;
  background-color: #f2f2f2;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
  /*display: block;  Ensures the header takes the full width */
  width: 100%; /* Makes sure it spans the whole table width */
}

  /* Arrow at the beginning of the header */
  /*.toggle-header::before {
        content: '\25B6';*/ /* Right-pointing arrow */
  /*transition: transform 0.3s;
        display: inline-block;*/ /* Keeps the arrow inline with the text */
  /*vertical-align: middle;
        align-content: center;
    }*/

  /* Rotating arrow when expanded */
  /*.toggle-header.expanded::before {
        transform: rotate(90deg);*/ /* Down-pointing arrow */
  /*}*/

  /* Hover effect for the header */
  .toggle-header:hover {
    background-color: #e0e0e0;
  }

/* Styling for the nested items */
.toggle-childs {
  background-color: #fafafa;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  display: none;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #555;
  border-radius: 5px;
  cursor: pointer;
  background-color: white;
}

  .custom-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
  }

  .custom-checkbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4CAF50;
    display: none;
    border-radius: 5px;
  }

  .custom-checkbox input:checked + .custom-checkbox::before {
    display: block;
  }

  .custom-checkbox input:checked + .custom-checkbox::after {
    content: '✓';
    position: absolute;
    color: white;
    top: 3px;
    left: 5px;
    font-size: 18px;
  }

.view-mode {
  display: inline;
}

.edit-mode {
  display: none;
}

.disabled-checkbox {
  pointer-events: none;
  opacity: 0.5;
}

.subscriber-data-container {
  width: 100%;
  margin-top: 10px;
}

.subscriberSearchSelector {
  padding-left: 1px;
}

  .subscriberSearchSelector legend {
    background-color: #000;
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
  }

.subscriberSuggestionsSelector {
  padding-left: 1px;
}

  .subscriberSuggestionsSelector legend {
    background-color: #000;
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
  }

.payerSuggestionsSelector {
  padding-left: 1px;
}

  .payerSuggestionsSelector legend {
    background-color: #000;
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
  }

.payer-data-container {
  width: 100%;
  margin-top: 10px;
}

.payerSearchSelector {
  padding-left: 1px;
}

  .payerSearchSelector legend {
    background-color: #000;
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
  }

.subscriberInfo {
}

.orderDetailHead {
  width: 100%;
}

  .orderDetailHead thead {
    --bs-table-bg: #696161 !important;
  }

  .orderDetailHead .table td, .table th {
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
  }

.subscriberDeliveries {
  padding-left: 1px;
}

  .subscriberDeliveries legend {
    background-color: #000;
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
  }

  .subscriberDeliveries thead {
    --bs-table-bg: #444040 !important;
  }

.confirmCreateNewSubscriber {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
}

.confirmSelectedSubscriber {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  float: right;
}

.confirmSelectedSubscriberButton {
  color: white;
  padding: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 250px;
}

.confirmSelectedPayer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  float: right;
}

.confirmSelectedPayerButton {
  color: white;
  padding: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 250px;
}

.confirmNewSubscriberButton {
  color: white;
  padding: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 250px;
}

.subscriberInfo legend {
  background-color: #000;
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
}

.payerInfo legend {
  background-color: #000;
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
}

.td-payer {
  position: relative;
  text-align: center;
}

  .td-payer .toggle-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    transform: translateY(-50%);
  }

.payer-fullname {
  margin-left: 5px;
  white-space: normal;
  word-break: break-word;
  display: inline-block;
  max-width: calc(100% - 25px);
}

.BankStatementLeftSide {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.BankStatementRightSidePaired {
  background: rgb(187, 214, 228);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.BankStatementRightSideCompleteMatch {
  background: #a3dca3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.BankStatementRightSideVariableCodeMatch {
  background: #f0ef8e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

.BankStatementRightSideOrderNumberMatch {
  background: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

.BankStatementRightSideHistoricalOrderMatch {
  background: #d7dbbd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

.BankStatementRightSideSpecificCodeMatch {
  background: #ece7c6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

.BankStatementRightSideNoMatch {
  background: #f5bdbd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

.BankStatementCenterSidePaired {
  background: rgb(187, 214, 228);
  height: 50px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.BankStatementCenterSideReturned {
  background: rgb(187, 214, 228);
  height: 50px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.BankStatementCenterSideCompleteMatch {
  background: #a3dca3;
  height: 50px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.BankStatementCenterSideVariableCodeMatch {
  background: #f0ef8e;
  height: 50px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.BankStatementCenterSideOrderNumberMatch {
  background: #e6e6e6;
  height: 50px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.BankStatementCenterSideSpecificCodeMatch {
  background: #ece7c6;
  height: 50px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.BankStatementCenterSideHistoricalOrderMatch {
  background: #d7dbbd;
  height: 50px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.BankStatementCenterSideNoMatch {
  background: #f5bdbd;
  height: 50px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.BankStatementUnpairButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: url('/Images/unpair_icon.png') no-repeat center center;
  border: none;
}

.pr-10px {
  padding-right: 10px !important;
}

.bankEditor {
}

  .bankEditor table {
    font-size: 10pt;
    line-height: 21px;
  }

  .bankEditor a {
    color: black;
  }

hr.bank-separator {
  margin: 4px 0;
  padding: 0;
  border: none;
  border-top: 2px solid black;
}

.pnl-bank-paired {
  background: #afcfc3 !important;
  color: black !important;
  padding: 2px !important;
}

.bank-inner-ls-paired {
  background: #afcfc3 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.bank-inner-rs-paired {
  background: #afcfc3 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

  .bank-inner-rs-paired > table {
    border: 2px solid #ffffff;
  }

.bank-inner-center-paired {
  background: #afcfc3 !important;
  height: 50px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bank-inner-ls-skipped {
  background: #d3ccab !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.bank-inner-center-skipped {
  background: #d3ccab !important;
  height: 50px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bank-inner-rs-skipped {
  background: #d3ccab !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

  .bank-inner-rs-skipped > table {
    border: 2px solid #ffffff;
  }

.bank-inner-ls-unpaired {
  background: #f5bdbd !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pnl-bank-skipped {
  background: #d3ccab !important;
  color: black !important;
  padding: 2px !important;
}

.pnl-bank-unpaired {
  background: #f5bdbd !important;
  color: black !important;
  padding: 2px !important;
}

.tbl-bank-outer {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.editBankLineButton {
}

.line-edit-checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0.2rem;
  border: 2px solid #000;
}

.line-edit-checkbox_small {
  width: 18px;
  height: 18px;
  margin-top: -0.2rem;
  border: 2px solid #000;
  margin-left: -3em !important;
}

.line-edit-label_small {
  margin-left: 8px;
  padding-left: -5px;
}

.line-edit-label {
  font-size: 11pt;
  margin-left: 8px;
}

.line-pairing-checkbox {
  width: 17px;
  height: 17px;
  margin-top: 0.2rem;
  border: 2px solid #000;
  margin-left: -0.5em !important;
}

.full-block-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  width: 100%;
  cursor: pointer;
}

.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(images/icheck_red.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_flat {
  background-position: 0 0;
}

  .icheckbox_flat.checked {
    background-position: -43px 0;
  }

  .icheckbox_flat.disabled {
    background-position: -44px 0;
    cursor: default;
  }

  .icheckbox_flat.checked.disabled {
    background-position: -66px 0;
  }

.iradio_flat {
  background-position: -88px 0;
}

  .iradio_flat.checked {
    background-position: -110px 0;
  }

  .iradio_flat.disabled {
    background-position: -132px 0;
    cursor: default;
  }

  .iradio_flat.checked.disabled {
    background-position: -154px 0;
  }

.icheck-label {
  margin-bottom: 0;
  position: relative;
  top: 3px;
  padding-left: 2px;
  font-weight: normal;
  padding-right: 20px;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_flat,
  .iradio_flat {
    background-image: url(images/icheck_red@2x.png);
    -webkit-background-size: 176px 22px;
    background-size: 176px 22px;
  }
}

.left {
  text-align: left;
  padding-left: 5px;
}

.left-10 {
  text-align: left;
  padding-left: 10px;
}

.right {
  text-align: right;
  padding-right: 5px;
}

.subjectCredits {
  min-width: 500px;
  min-height: 500px;
}

.tblSubjectCreditHistory {
  border: 1px outset black;
}

.tab-container {
  display: flex;
  gap: 10px;
}

.RadUpload.bankUploader .ruButton.ruBrowse,
.bankUploader .ruButton.ruBrowse {
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  transition: background-color 0.2s, color 0.2s;
  border-radius: 5px;
  outline: none !important;
  width: 53px;
}

.btn-ares-refresh {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('/Images/loading_arrows.svg');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
}

.tab-button {
  padding: 5px 5px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.2s, color 0.2s;
  width: 100px;
  height: 30px;
}

  .tab-button.active {
    background-color: #0078d4;
    color: white;
    font-weight: bold;
    border-color: #0056a6;
  }

  .tab-button:hover {
    background-color: #e7f3ff;
  }

.tab-button-small {
  padding: 5px 5px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.2s, color 0.2s;
  width: 150px;
}

  .tab-button-small.active {
    background-color: #0078d4;
    color: white;
    font-weight: bold;
    border-color: #0056a6;
  }

  .tab-button-small:hover {
    background-color: #e7f3ff;
  }

/*bootstrap override*/
table {
  border-collapse: initial !important;
}

*, ::after, ::before {
  box-sizing: inherit;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.btn-simple-40 {
  width: 40px;
  text-align: center;
}

.btn-simple-42 {
  width: 42px;
}

.btn-simple-60 {
  width: 60px;
  text-align: center;
}

.postpone_button {
  width: 25px;
  height: 25px;
  background: url('/Images/postpone_icon.png') no-repeat center center;
  border: none;
  background-color: transparent;
}

.cancel_button {
  width: 25px;
  height: 25px;
  background: url('/Images/cancel_icon.png') no-repeat center center;
  border: none;
  background-color: transparent;
}

.reclaim_button {
  width: 25px;
  height: 25px;
  background: url('/Images/reclaim_icon.png') no-repeat center center;
  border: none;
  background-color: transparent;
}

.add_button {
  width: 25px;
  height: 25px;
  background: url('/Images/add_icon.png') no-repeat center center;
  border: none;
  background-color: transparent;
}

.search_button {
  width: 26px;
  height: 26px;
  background: url('/Images/search_icon.png') no-repeat center center;
  border: none;
  background-color: transparent;
  margin-left: 5px;
}

.clearFilters_button {
  width: 26px;
  height: 26px;
  background: url('/Images/clear_filter.png') no-repeat center center;
  border: none;
  background-color: transparent;
  margin-left: 5px;
}

.reset_button {
  width: 25px;
  height: 25px;
  background: url('/Images/reset_icon.png') no-repeat center center;
  border: none;
  background-color: transparent;
}

.search_button_small {
  width: 22px;
  height: 22px;
  background: url('/Images/search_icon.png') no-repeat center center;
  border: none;
  background-color: transparent;
  margin-left: 5px;
}

.clearFilters_button_small {
  width: 22px;
  height: 22px;
  background: url('/Images/clear_filter.png') no-repeat center center;
  border: none;
  background-color: transparent;
  margin-left: 5px;
}

.arrrow_right {
  width: 25px;
  height: 25px;
  background: url('/Images/arrow_right.png') no-repeat center center;
  border: none;
  background-color: transparent;
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 10.5pt;
}

.cancel {
  /* background: rgb(165, 165, 165) !important; */
}

.confirm {
  /*background: #5ab569 !important;*/
}

.save {
  /*background: lightsalmon !important;*/
}

.edit {
  /* background: #96893f !important;*/
}

.new {
  /* background: #b03b3b !important;*/
}

.back {
  /*background: #b3b455 !important;*/
}

.btn-styled {
  background-color: lightgray;
  border: 1px double black;
  color: black;
  padding: 4px 10px;
  font-size: 8pt;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
}

  .btn-styled:hover {
    background-color: dodgerblue !important;
    color: white;
  }

.a-href-active {
}

.a-href-disabled {
  color: black !important;
  text-decoration: none;
}

.a-no-decoration {
  text-decoration: none;
}

.reminder-editor {
}

  .reminder-editor .col-email {
    min-width: 150px;
  }

.productDispatch {
}


  .productDispatch .RadGrid.RadGrid_Default {
    overflow: auto;
    min-width: 500px;
    width: 100%;
  }

  .productDispatch .editor {
  }

  .productDispatch .title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 6px;
  }

  .productDispatch .right-aligned {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .productDispatch .left-aligned {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .productDispatch .buttons {
    display: inline-flex;
    float: left;
    width: 100%;
    padding: 2px;
  }

  .productDispatch .errors {
    margin-top: 10px;
  }

  .productDispatch .container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .productDispatch .info-row {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 60px;
    margin-bottom: 5px;
    padding-right: 10px;
  }

  .productDispatch .top-row {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    padding-right: 10px;
  }

  .productDispatch .bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 5px;
  }

  .productDispatch .left-section {
    display: flex;
    gap: 20px;
  }

  .productDispatch .field-container {
    display: flex;
    flex-direction: column;
  }

  .productDispatch .button-container {
    display: flex;
    gap: 10px;
    padding-bottom: 5px;
  }

    .productDispatch .button-container .right {
      margin-left: auto;
    }


  .productDispatch .toggle-button {
    padding: 8px 16px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    cursor: pointer;
  }

    .productDispatch .toggle-button.active {
      background-color: #007bff;
      color: white;
      border-color: #007bff;
    }

.tableDispatchFiles {
  border: 0 !important;
}

  .tableDispatchFiles .button-file {
  }

.deliveryReclaim {
  padding: 10px;
}

  .deliveryReclaim .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .deliveryReclaim .left-section, .right-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
  }

  .deliveryReclaim .right-section {
    text-align: right;
  }

  .deliveryReclaim .note {
  }

  .deliveryReclaim .date {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    gap: 10px;
  }

  .deliveryReclaim .buttons {
    padding-top: 10px;
  }

.productReporting {
  padding: 10px;
}

  .productReporting .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .productReporting .left-section, .right-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
  }

  .productReporting .right-section {
    text-align: right;
  }

  .productReporting .buttons {
    padding-top: 10px;
  }

.tableDeliveries {
  width: 100%;
}

  .tableDeliveries .table th, .table td {
    padding: 6px;
    white-space: nowrap;
  }

  .tableDeliveries .form-select-sm {
    max-width: 40px;
  }

  .tableDeliveries .form-control-sm {
    max-width: 135px;
  }

.grid .nowrap-buttons {
  white-space: nowrap;
}

.button-file {
  display: inline-block;
  margin-right: 4px;
  white-space: nowrap;
}

.attachment-block {
  background-color: #f9f9f9;
}

.btn.btn-outline-primary.btn-sm {
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
}

/****************/

.table-history.table-bordered > :not(caption) > * > * {
  border-right: 1px solid var(--bs-border-color);
}

  .table-history.table-bordered > :not(caption) > * > *:last-child {
    border-right: 0;
  }

.order-group-header td {
  background: var(--bs-tertiary-bg, #f7f7f9);
  border-top: 2px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  padding: 0;
}

.js-order-toggle {
  text-decoration: none !important;
}

  .js-order-toggle:hover {
    background: rgba(0,0,0,.035);
  }

  .js-order-toggle .chev {
    display: inline-block;
    width: 1em;
    transition: transform .15s ease;
  }

  .js-order-toggle[aria-expanded="true"] .chev {
    transform: rotate(90deg);
  }

.subhead-row td.subhead {
  background: #f1f3f5;
  color: #6c757d;
  font-size: .775rem;
  text-wrap: unset;
  font-weight: 600;
  text-transform: none; /* nebo uppercase, když chceš */
  border-top: 0;
  border-bottom: 1px solid var(--bs-border-color);
}

td, th {
  font-variant-numeric: tabular-nums;
}

.num {
  font-feature-settings: "tnum";
}

tr.details {
  display: none;
}

.table-history tbody tr:not(.order-group-header):not(.subhead-row):nth-of-type(odd) > td {
  background-color: rgba(0,0,0,.015);
}

.table-history.table-bordered > :not(caption) > * > * {
  border-right: 1px solid var(--bs-border-color);
}

  .table-history.table-bordered > :not(caption) > * > *:last-child {
    border-right: 0;
  }

.table-history td.note-col,
.table-history th.note-col {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.table-history td.note-col {
  line-height: 1.25;
}

.table-history thead th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

tr.order-group-header {
  cursor: pointer;
}

.table-history tbody tr.order-group-header > td {
  background-color: #dae9de !important;
  color: black;
}

.table-history.table-hover tbody tr.order-group-header:hover > td {
  background-color: #dae9de !important;
}

.table-history.table-striped tbody tr.order-group-header:nth-of-type(odd) > td {
  background-color: #dae9de !important;
}

.js-order-toggle[aria-expanded="true"] .chev {
  transform: rotate(90deg);
  display: inline-block;
}

.table-history .js-order-toggle .chev {
  transition: transform .15s;
}

.table-history .js-order-toggle {
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  height: 100%;
  background: none;
}

.productDeliveryEditor {
  padding: 10px;
}

  .productDeliveryEditor .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .productDeliveryEditor .left-section, .right-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
  }

  .productDeliveryEditor .right-section {
    text-align: right;
    padding-right: 10px;
  }

  .productDeliveryEditor .buttons {
    padding-top: 10px;
  }
