@charset "UTF-8";

/**
 * iQ-WEBX WADO 
 * 
 * @version 3.1.1
 * @author Robert Schulz <schulz@image-systems.biz>
 *
 * @copyright Copyright (c) 2012, IMAGE Information Systems Ltd.
 * 
 * This is the default stylesheet to manipulate the page design and font.
 */

.wadoConvertedDate{
    font-size: 8px;
    line-height: 8px;
}

.wadoGeneralConfiguration{
    border: 1px solid #FFF;
    float: left;
    margin:20px;
    width: 40%;
}

.wadoLicenseStatus{
    line-height: 22px;
}

.wadoLink{
    border-bottom: 1px dotted #000;
    cursor: pointer;
}

.wadoLinkCreator{
    margin: 20px;
    float:right;
    border: 1px solid #FFF;
    width: 45%;
}

.wadoCheckbox{
    margin-bottom: 5px;
}

.wadoStatusBox{
    background-color: #EEE;
    border: 1px solid #BBB;
    margin: 20px;
    padding: 10px;
    text-align: center;
    clear:both;
}

.wadoTextField{
    background-color: #EEE;
    border: 1px solid #BBB;
    height: 20px;
    margin: 3px;
    width: 150px;
}

.wadoTextField2{
    background-color: #EEE;
    border: 1px solid #BBB;
    height: 20px;
    margin-bottom: 3px;
    width: 30px;
}

.wadoLinkValidity{
    width: 1.5rem;
}

.wadoEmailText{
    width: 100%;
}

.wadoEmailDiv{
    display: none;
}

.wadoPlaceholderDiv{
    display: inline-block;
    position: relative;
}

#wadoHelpBtn {
    width: 20px;
    height: auto;
    vertical-align: middle;
    padding-bottom: 5px;
}

.wadoEmailOpener {
    position: absolute;
    display: inline-block;
    right: 0.3rem;
    top: 0;
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
}

.wadoEmailInputWrapper{
    position: relative;
    width: 100%;
    padding:2px;
    margin:0;
    margin-bottom: 0.3rem;
    box-sizing: border-box;
}

.wadoEmailInputWrapper span{
    display: inline-block;
    margin-right: 1rem;
    width: 7rem;
    box-sizing: border-box;
}

.wadoEmailInputWrapper input{
    width: calc(100% - 8rem);
    padding: 0;
    margin:0;
}

#wadoEmailRow{
    cursor: pointer;
}

.wrapOpener{
    position: relative;
    width: 100%;
    height: 100%;
}

#spanEmailDisabled{
    float: left;
    height: 1rem;
    vertical-align: initial;
    margin-top: 6px;
    color: red;
}

.tooltipWarning{
    padding-bottom: 3px;
}

#wadoError{
    color: red;
    display: inline-block;
    text-align: center;
    padding-left: 1px;
    font-size: 1.2rem;
    float: left;
    margin-top: 2px;
}

#wadoExpandButton{
    display: block;
    position: relative;
    user-select: none;
}

.expanded{
    rotate: 180deg !important;
    left: 2px !important;
}

.wadoPlaceholderDiv:hover .wadoPlaceholderInfoBox{
    display: inline-block;
}

.wadoPlaceholderInfoBox{
    display:none;
    position: absolute;
    background-color: rgb(235, 243, 248);
    border-radius: 5px; 
    max-width: 30rem;
    max-height: 10rem;
    margin: 0.2rem;
    padding: 0.3rem;
    top: 1rem;
    left: 0;
    z-index: 100;
    text-align: left;
    overflow-y: auto;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.18);
}

.wadoPlaceholderInfo span{
    font-style: italic;
    text-align: right;
}

.wadoTitle{
    font-weight: bold;
    padding: 5px;
    width:100%;
    height:15px;
    color:white;
    background-color:rgb(0, 130, 200);
    vertical-align: middle;
}

.wadoTable {
    width:100%;
    cellpadding:2px;
}

tr.tableborderbuttom td {
    border-bottom: 1pt solid gray;
}


#checkWadoDOB{
    font-family: Verdana, Arial, sans-serif;
    font-size: 1rem;
}

.dobField{
    position: relative;
    width: 100%;
    height: 100%; 
    box-sizing: border-box;
}

.dobField .verifyWado{
    color: white;
    background-color: rgb(0, 130, 200);
    border: 1px solid white;
    padding: 0.5rem 1.5rem;
    font-size: 1.3rem;
    border-radius: 1px;
    min-width: 15rem;
    box-sizing: border-box;
}

.dobField .deactVerifyWado{color: white;
    background-color: rgb(0, 130, 200);
    border: 1px solid rgb(228, 228, 228);
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    border-radius: 1px;
    min-width: 15rem;
    box-sizing: border-box;
    color: rgb(228, 228, 228);
}


.dobField .verifyWado:hover {
    background-color: #EE7F00;
    border: 1px solid #EE7F00;
    border-radius: 1px;
    outline:none;
    box-sizing: border-box;
}

.wadoDateSelection{
    margin: 3rem;
}

.wadoDateSelection select{
    font-size: 1.2rem;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    width: 6rem;
    text-align: center;
}

.wadoDateSelection option{
    font-size: 0.8rem !important;
    background-color: white;
    color: black;
    text-align: right;
}

.dobDialog{
    height: 60%;
    width: 50%;
    padding: 1rem;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #0081C7;
    color: white;
    overflow: auto;
    box-sizing: border-box;
}

.welcomeWadoAuth{
    text-align: center;
    font-size: 1rem !important;
    padding-top:0;
    padding-bottom:2rem;
    color: rgb(228, 228, 228);
}

.introWadoAuth{
    font-size: 1.5rem;
    color: white;
}

.wadoErrorMsg{
    min-height: 2rem;
    padding: 1rem;
    margin-top: 1rem;
    color: white;
    background-color: #0081C7;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}
.wadoErrorMsg p{
    margin: 0;
    padding: 0.1rem;
    font-size: 1rem;
}

.wadoDisclaimer{
    text-align: left;
    font-size: 0.75rem;
}

.dobField .hide {
    display: none;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 0.5rem;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -6rem;
  
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  /* Tooltip arrow */
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 6rem;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  .tooltip .tooltipDefaultEmail{
    text-align: left;
    white-space: nowrap;
  } 
  
  .tooltip .tooltipEmailError{
    text-align: left;
    white-space: nowrap;
  } 

@media (max-width: 74rem){
    .dobDialog {
        width: 100%;
        height: 100%;
    } 
 }

 @media (max-height: 40rem){
    .dobDialog {
        margin: 0;
        width: 100%;
        height: 100%;
    } 
 }