
/*#region New Tab*/
.main {
    padding-top: 30px;
    width: 100%;
    height: 100%;
    min-height: 450px;
    margin: 0 auto;
    color: black;
}

.font-family {
    font-family: Raleway, Montserrat;
}


/*#region AUTOCOMPLETE*/
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}


* {
    box-sizing: border-box
}

.rpad {
    padding-bottom: 10px;
}


/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Newly added for testing Javascript captcha */
#refreshCaptcha {
    padding-left: 20px;
    padding-top: 10px;
    width: 150px;
    text-align: left;
    font-weight: 400;
    padding-bottom: 0px;
    height: 40px;
}

#key {
    color: red;
}

#image {
    /*margin-top: 10px; */
    box-shadow: 5px 5px 5px 5px gray;
    width: 100%;
    text-align: center;
    font-weight: 400;
    padding-bottom: 0px;
    height: 40px;
    user-select: none;
    text-decoration: line-through;
    font-style: italic;
    font-size: x-large;
    border: red 2px solid;
}

/*#user-input {
    margin-top: 10px;
    box-shadow: 5px 5px 5px 5px gray;
    width: auto;
    margin-right: 20px;*/
/* padding: 10px; */
/*padding-bottom: 0px;
    height: 40px;
    border: red 2px solid;
    margin-bottom: 30px;
}*/

/*#submit {
    border: 1px black solid;
}*/

.inline {
    display: inline-block;
}
