.contentWrap{
    word-break:keep-all;
}

table.wizard{
    font-weight: 300;
    font-size: 14px;  
}

table.wizard td{
    width: 15%;
    /*background-color: lightgray;*/
    /*background-color: #505759;*/
    background-color: rgba(0, 106, 141, 1);
    color: white;
    text-align:center;
    border-bottom-style: none;    
}

table.wizard td.active{
    color: whitesmoke;
    /*background-color: darkgray;*/    
    background-color: rgba(8, 72, 94, 1);
}


.tableButton{
    padding: 0.4em 0.5em;
    font-weight: normal;
    margin-left:5px;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

div.hint{
    font-size: small;
    font-weight:400;
    margin-bottom: 10px;
    clear:both;
    padding-top: 15px;
}

.buttonBar{
    margin: 10px 5px;

}

.recaptchaDiv { /*May be we can merge both buttonBar and recaptchaDiv - 20230725*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ui-button{
    padding: 0.6em 1.2em;
}

div.ui-dialog-titlebar > .ui-dialog-titlebar-close{
    /*top: 2px;*/
    top: 10%;
    right: 0.3em;
    /*right: 5px;*/
    border-radius: 0px;
    background-color: white;
    border: 1px solid #aaa;
}

label.required::after {
    content: " *";
    color: #AB2328;
    font-weight: bold;
}

ul.k-upload-files{
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.k-upload-button{
    background-color: rgba(170, 35, 40, 1);
    color: white;
}


li.k-file{
    margin: 0 !important;
    padding: 0.2em 0.2em 0.2em 0.8em !important;
}


#tdConsent td{
    padding: 0;
}

.field{
    color:black;
    font-size: medium;
    font-weight: 400;
}

hr{
    margin: 0 0 10px 0;
}

.ui-datepicker {
width: 19em !important; 
}

.ui-datepicker select{
    display: inline-block;
}

@media only screen and (max-width : 767px), only screen and (max-device-width : 767px) {
      .wizard {
          display: none;
      }
}


#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: progress; /* Add a pointer on hover */
}


#overlay-wait{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.question{
    margin-bottom: 0;
    margin-top:0;
    table-layout:auto !important;
}

div#intro {
    padding-top: 15px;
}

div#importantInfo {
    padding-top: 15px;
}

#divCookieWarning{
    padding-top: 10px;
}


div#yourInfo td,
#frmRespondentInfo td
{
    vertical-align:baseline;
}

/*td{
    word-break:break-all;
}*/


/*[type='file'] {
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    outline-style:none;

}



::-ms-browse {
  background-color: rgba(170, 35, 40, 1);
  color: white;
  border-style:none;
}

::-webkit-file-upload-button {
  background-color: rgba(170, 35, 40, 1);
  color: white;
    border-style:none;
    padding: 0.5em;
    font-size:16px;
}


a:hover{
    cursor: pointer;
}*/

/* Sign in Page */

.card-container.card {
    max-width: 640px;
    padding: 40px 40px;
}
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin-top: 20px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.profile-img-card {
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}
.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.message-card-container.cardmessage {
    max-width: 350px;
    /*padding: 10px 10px;*/
}
.cardmessage {
    background-color: transparent;
    /* just in case there no content*/
    /*padding: 10px 10px 10px;*/
    margin: 0 auto 10px;
    margin-top: 10px;
    /* shadows and rounded borders */
   
}

@media screen and (min-width: 640px) {
    manageDash {
        margin-top:-40px;
    }
}

@media screen and (min-width: 768px) {
    #formLogOn, manageDash {
        margin-top:-75px;
    }
    .card {
        margin: 0 auto 25px;
    }
}

@media screen and (min-width: 960px) {
    #formLogOn, manageDash {
        margin-top:-75px;
    }
    .card {
        margin: 0 auto 25px;
    }
}

@media screen and (min-width: 1380px) {
    #formLogOn, manageDash {
        margin-top:-75px;
    }
    .card {
        margin: 0 auto 25px 250px;
    }
}

.complaint-container.complaint {
    max-width: 360px;
    padding: 40px 40px;
    clear:both;
}
.complaint {
    background-color:#F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin-top: 20px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    clear:both;
}

.complaintLeft {
    float:left;
    width:120px;
}

.complaintRight {
    float:right;
    clear:both;
    width:120px;
}

/* Block Dates */

.block-dates {
    background-color:#F7F7F7;
    margin: 20px 25px 30px;
    padding: 20px 25px 30px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.block-links {
    background-color:#F7F7F7;
    padding: 20px 25px 30px;
    margin: 20px 25px 30px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.block-dates__date {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.block-dates__date:not(:last-child) {
  padding-bottom: 0.65em;
  border-bottom: 1px solid #c4c5c6;
  margin-bottom: 0.65em;
}

.block-dates__date .date__date,
.block-dates__date .date__description {
  display: table-cell;
  vertical-align: middle;
}

.block-dates__date .date__date {
  width: 15em;
  padding-right: 0.75em;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (min-width: 960px) {
  .block-dates__date .date__date {
    font-size: 18px;
  }
}

.block-dates__date .date__description {
  line-height: 1.3em;
}

@media screen and (min-width: 960px) {
  .block-dates__date .date__description,
  .block-dates__date .date__description a {
    font-size: 22px;
  }
}

li.block-links__link {
    list-style-type:none;
}