.overlap {
    position: absolute;
    padding: 50px;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
}

.btn-link {
    outline: none;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    border: 0px;
    padding: 0;
    background: inherit;
}

.btn-question {
    /*margin-bottom: 1.3rem;*/
}
.response{
    width:100%; 
    border:1px solid #DDD; 
    padding: 10px 0px ;
}

.responseStd{
    border-radius: 8px;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 3px 8px;
    margin-left: 5px;
}

.closeIcon{
cursor: pointer;
  }
.table thead th{
    border-top: none;
}

.btn-reply.active {
    border: #000 4px solid !important;
}

.formGroup {
    width: 350px;
    float: left;
    margin: 2px;
}

.formTitle {
    font-weight: bold;
}

.formGroup {
    border: #DDDDDD 1px solid;
    padding: 20px;
    border-radius: 10px;
}

.formLabel {
    margin-bottom: 0px;
    margin-top: .5rem;
}

.formMandSign:after {
    color: #FF0000;
    content: '*';
}

.formMandError {
    border: 2px solid #FF0000;
}

.contBody {
    min-height: calc(100vh - 295px);
}

select {
    padding: 4px;
}

.fixed-top {
    position: inherit;
}

.IDN {
    text-align: center;
    font-size: 40px;
}

.IDNinfo {
    text-align: center;
    font-size: 40px;
}

.vxlight {
    color: #999;
}

.topBlock p {
    font-size: 50px;
    font-weight: 100;
}

.reply,
.reply-lt {
    font-size: 40px;
    font-weight: bold;
    padding: 30px 0;
}

.reply-lt {
    padding: 40px 0 0 0;
    font-size: 25px;
}

.confirm-bt {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
    width: 49%;
}

.formRo-val {
    font-style: italic;
}

.formRo-label {
    color: #555555;
    margin-bottom: 0px;
    margin-top: .5rem;
    font-weight: lighter;
}

.modal-backdrop {
    opacity: 0.90 !important;
}

.posInline {
    float: left;
    padding-right: 5px;
}

.vXquestionBox {
    border: 1px #EEEEEE solid;
    background-color: #F9F9F9;
    padding: 10px;
}

.questionBox {
    background-color: #F5F5F5;
    padding: 10px 20px;
    border-radius: 10px;
}

.roField {
    border: 0;
    background-color: #EEE
}

.iconBtn {
    border: 0;
    width: 16px;
    opacity: 60%;
    cursor: pointer;
}

.iconBtnOff {
    border: 0;
    width: 16px;
    opacity: 40%;
    cursor: pointer;
}

.iconBtn:hover {
    opacity: 100%;
}

.ufc{
    max-width: 300px;
}

@media only screen and (max-width: 600px) {
    .topBlock {
        font-size: 0.8rem;
    }
    .topBlock p {
        font-size: 25px;
        font-weight: normal;
    }
    .IDN {
        font-size: 30px;
    }
    .reply {
        font-size: 30px;
    }
    .reply-lt,
    .confirm-bt {
        font-size: 15px;
    }
}

.wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .tabs {
    position: relative;
    top: 12px;
  }
  .tabs::before,
  .tabs::after {
    content: "";
    display: table;
  }
  .tabs::after {
    clear: both;
  }
  .tab {
    float: left;
  }
  .tab-switch {
    display: none;
  }
  .tab-label {
    position: relative;
    display: block;
    line-height: 2.75em;
    height: 3em;
    padding: 0 1.618em;
    background: #fff;
    border: 1px solid #bdc3c7;
    cursor: pointer;
    top: 0;
    transition: all 0.25s;
    border-bottom: 0px;
  }
  .tab-label:hover {
    top: -0.2rem;
    padding-bottom: 0.2rem;
    transition: top 0.25s;
    
  }
    
  .tab-switch:checked + .tab-label {
    color: #fff;
    transition: all 0.35s;
    z-index: 1;

  }
  .tab-switch:checked +  #rad-DICO_WORD_PUBLISHED{
    background: #007bff;

  }
  .tab-switch:checked +  #rad-DICO_WORD_PREVIEW{
    background: #f89406;

  }
  .tab-switch:checked + label + .tab-content {
    z-index: 2;
    opacity: 1;
    transition: all 0.35s;
  }
  
  