/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 19, 2019, 2:48:35 PM
    Author     : niloo
*/

.welcomeMessage{
    color: cadetblue;
    text-align: center;
    font-size: 1.2em;
    padding-top: 10px;
}

.formsDiv{
    text-align: center;
    margin: 1%;
}

.forms {
    height: 250px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background-color: white;
    max-width: 300px;
    width: 300px;
    vertical-align: top;
    margin: 0 auto
}

.userForms {
    height: 350px;
    max-height: 600px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background-color: white;
    max-width: 800px;
    width: 600px;
    vertical-align: top;
    margin: 0 auto;
    text-align: left;
}

.loginBody{
    padding-top: 5px;
    background-color: whitesmoke;
}

.loginHeading{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 2%;
    padding-top:  2%;
    color: #818181;
    text-align: center
}

.forms .tab-group .userForms {
    list-style: none;
    padding: 0;
    margin: 0;
}

.forms .tab-group .userForms:after {
    content: "";
    display: table;
    clear: both;
}

.forms .tab-group .active .userForms a {
    background: #fff;
    color: #444;
    border-top: 3px solid cadetblue;
}

.forms .userForms label {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-bottom: 5px;
    display: block;
}

.forms .userForms form{
    height: 100%;
}

.userInputs{
    height: 90%;
}

.userInputs tr td:nth-child(1){
    text-align: left;
    color: lightblue;
    font-weight: bold;
}

.userInputs tr th:nth-child(1){
    text-align: left;
}

.userInputs tr td:nth-child(2){
    width: 80%;
    text-align: left;
}

.userInputs input{
    width: 96%;
    outline: none;
}

.userInputs input:focus {
    border: 2px solid lightblue;
}

.userInputs tr:last-child td{
    height: 15%;   
    vertical-align: top;
}

.userInputs tr:not(:nth-last-child(-n+2)) td{
    height: 2%;   
}

.input-field {
    padding: 3%;
    outline: none;
}

.input-field:focus {
    border: 2px solid lightblue;
}
.icon {
    padding-left: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: lightblue;
    min-width: 35px;
    text-align: center;
}

.releaseNotesTb {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top:double cadetblue;
    max-width: 1000px;
    width: 800px;
    height: 500px;
    color: #616161;
    overflow-y: auto;
    font-size: 13px;
}

#releaseNotes{
    margin: 20px;
}

#releaseNotes td{
    margin: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}