/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}
.form-control {
    height: 43px;
}
.pkn_orlen_v2 .ls-questionhelp  {
    color: black;
}
.pkn_orlen_v2 .radio-item label, 
.pkn_orlen_v2 .checkbox-item label {
    font-size: 16px;
}
.pkn_orlen_v2 .checkbox-text-item .form-control,
.pkn_orlen_v2 .radio-text-item .form-control {
    font-size: 14px;
    margin-top:-7px;
}

.pkn_orlen_v2 .checkbox-item label::before,
.pkn_orlen_v2 .radio-item label::before {
    width: 18px;
    height: 18px;
}
.pkn_orlen_v2 .checkbox-item label::after,
.pkn_orlen_v2 .radio-item label::after{
    width: 18px;
    height: 18px;
    padding-left: 1px !important;
    padding-top: 0px;
}
/* Survey Group Title */
.pkn_orlen_v2 .survey-group-title {
  height: 54px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.pkn_orlen_v2 .survey-group-title .survey-group-number {
  min-width: 54px;
  height: 100%;
  color: #fff;
  background-color: #066aab;
  border-bottom: 1px solid #066aab;
}
.pkn_orlen_v2 .survey-group-title.small .survey-group-number {
  min-width: 34px;
}
.pkn_orlen_v2 .survey-group-title .survey-group-name {
  color: var(--base-color);
  background-color: var(--bs-panel-color);
  border-bottom: 1px solid #066aab;
  width: 100%;
  height: 100%;
}
.pkn_orlen_v2 .survey-group-title .survey-group-number h1,
.pkn_orlen_v2 .survey-group-title .survey-group-name h1 {
  line-height: 18px;
}
.pkn_orlen_v2 .survey-group-title .survey-group-number h2,
.pkn_orlen_v2 .survey-group-title .survey-group-name h2 {
  line-height: 22px;
}
.pkn_orlen_v2 .survey-group-title .survey-group-number h3,
.pkn_orlen_v2 .survey-group-title .survey-group-name h3 {
  line-height: 20px;
}
.pkn_orlen_v2 .survey-group-title .survey-group-number h6,
.pkn_orlen_v2 .survey-group-title .survey-group-name h6 {
  line-height: 14px;
}
.pkn_orlen_v2 .survey-group-title .survey-group-number h1,
.pkn_orlen_v2 .survey-group-title .survey-group-number h2,
.pkn_orlen_v2 .survey-group-title .survey-group-number h3,
.pkn_orlen_v2 .survey-group-title .survey-group-number h4,
.pkn_orlen_v2 .survey-group-title .survey-group-number h5,
.pkn_orlen_v2 .survey-group-title .survey-group-number h6 {
  text-align: center;
}
.pkn_orlen_v2 .survey-group-title .survey-group-name h1,
.pkn_orlen_v2 .survey-group-title .survey-group-name h2,
.pkn_orlen_v2 .survey-group-title .survey-group-name h3,
.pkn_orlen_v2 .survey-group-title .survey-group-name h4,
.pkn_orlen_v2 .survey-group-title .survey-group-name h5,
.pkn_orlen_v2 .survey-group-title .survey-group-name h6 {
  padding-left: 22px;
  padding-right: 22px;
}
.pkn_orlen_v2 .survey-group-title.small {
  height: 34px;
}
.pkn_orlen_v2 .survey-group-title.small .survey-group-name h1,
.pkn_orlen_v2 .survey-group-title.small .survey-group-name h2,
.pkn_orlen_v2 .survey-group-title.small .survey-group-name h3,
.pkn_orlen_v2 .survey-group-title.small .survey-group-name h4,
.pkn_orlen_v2 .survey-group-title.small .survey-group-name h5,
.pkn_orlen_v2 .survey-group-title.small .survey-group-name h6 {
  padding-left: 16px;
  padding-right: 16px;
}
.vertical-align {
    display: flex;
    align-items: center;
}

/* List group horizontal */
.pkn_orlen_v2 [class*="group-h"] .other-text-item {
  width: inherit;
}
.pkn_orlen_v2 [class*="group-h"] .othertext-label-checkox-container {
  margin-top: -4px;
}
.pkn_orlen_v2 [class*="group-h-"] ul > li {
  padding-right: 5%;
}
.group-h ul > li {
  display: inline-block !important;
}
.group-h-first-2 ul > li:nth-child(-n+2) {
  display: inline-block !important;
}
.group-h-first-3 ul > li:nth-child(-n+3) {
  display: inline-block !important;
}
.group-h-first-4 ul > li:nth-child(-n+4) {
  display: inline-block !important;
}
.group-h-first-5 ul > li:nth-child(-n+5) {
  display: inline-block !important;
}
.group-h-first-6 ul > li:nth-child(-n+6) {
  display: inline-block !important;
}
.group-h-first-7 ul > li:nth-child(-n+7) {
  display: inline-block !important;
}
.group-h-first-8 ul > li:nth-child(-n+8) {
  display: inline-block !important;
}
.group-h-first-9 ul > li:nth-child(-n+9) {
  display: inline-block !important;
}
.group-h-first-10 ul > li:nth-child(-n+10) {
  display: inline-block !important;
}
.group-h-col-2 ul,
.group-h-col-3 ul,
.group-h-col-4 ul,
.group-h-col-5 ul {
  flex-wrap: wrap;
  display: flex;
}
.group-h-col-2 ul li {
  flex: 0 0 45%;
}
.group-h-col-3 ul li {
  flex: 0 0 30%;
}
.group-h-col-4 ul li {
  flex: 0 0 20%;
}
.group-h-col-5 ul li {
  flex: 0 0 20%;
}
/* Columns */
.col-sm-10.question-container:nth-child(even):not(:last-child),
.col-sm-8.question-container:nth-child(even):not(:last-child),
.col-sm-6.question-container:nth-child(even):not(:last-child),
.col-sm-4.question-container:nth-child(even):not(:last-child),
.col-sm-2.question-container:nth-child(even):not(:last-child) {
  width: calc(50% - 10px);
  margin-right: 10px;
}
/* Question type Date inline */
.date-inline div {
  width: auto;
}
.date-inline .question-title-container {
  /*margin-top: 1.5rem;*/
}
.date-inline .question-title-container .question-text {
  float: right; /* from asterix */
}
.date-inline .question-help-container
.date-inline  question-valid-container {
  width: 100%
}
.date-inline .date-item {
  padding-bottom: 0;
}
.ls-question-mandatory text-danger
.col-clear{clear:left}
/*Reset Margin and Padding*/
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.ml-auto, .mx-auto {
  margin-left: auto!important;
}
.mr-auto, .mx-auto {
  margin-right: auto!important;
}