
table input { 
 /* width:10em;  */
}

table.vq input {
	width:none;
}

table.questionnaireFilling {
    margin-top: 10px;
    margin-bottom: 50px;
    border: 1px solid #ddd;
}

table.questionnaireFilling tr th,
table.questionnaireFilling tr td
{
    background-color: white;
    padding: 10px;
}

table.questionnaireFilling tr td:first-child {
    text-align: right;
    width:60%;
}

table.questionnaireFilling tr td:nth-child(2) {
    width:2%;
}

table.questionnaireFilling tr td:nth-child(3) {
    font-weight: bold;
    width:38%;
}

table.questionnaireFilling tr:nth-child(odd) {
}

table.questionnaireFilling tr:nth-child(even) {
}

textarea.wide {
    width: 50%;
}

div.note {
    border-top: 1px solid #666;
    padding: 16px;
}

.credit-control-row td ul {
    list-style: none;    
    width: 60px;
}

.credit-control-row td ul li {
    float: left;
}


.tooltip-icon {
    color: white !important;
    background-color: #0093ff;
    border-radius: 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    font-weight: normal;
    margin-right: 4px;
    padding: 3px;
    font-size: 16px;
    font-family: Times New Roman;
    cursor:pointer;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.23);
}

.tooltip-text {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    color: #51626f;
    text-align: center;
    font-size: 20px;
    transition: opacity 0.3s; /* not working because we have to use display:none too */
    opacity: 0;
    display:none;
    z-index: 1000000;
    padding: 24px;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
    font-weight: lighter;
}

.tooltip-icon:hover + .tooltip-text {
    opacity: 1;
    display:block;
}

.tooltip-text:hover {
    opacity: 1;
    display: block;
}

.message {
    text-align: center;
    color: #333;
    font-size: 20px;
    padding: 4px;
}

.activate-message {
    display:none;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    text-shadow: black 2px 2px 3px;
    background-color: rgba(0, 0, 0, 0.8);   
}

.bigLink {
    position: relative;
    overflow: hidden;
}

.bigLink.disabled {
    background-color: #99b;
}
