﻿body {
    color: #eee;
    background: #353535;
    text-align:center;
}




table {
    margin: auto;
}

.tablesettings td
{
    text-align:left;
}

.tableborder td:nth-child(n+2) {
    border-style: groove;
    border-color: grey;
}

a {
    color: tomato;
}

a:visited {
    color:green;
}

#div1, #div2 {
    width: 350px;
    height: 70px;
    padding: 10px;
    border: 1px solid #aaaaaa;
    margin: auto;
}

#formAdd {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
    #formAdd > div {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
    }
.buttonFiles {
    margin-right: 0;
    margin-left: auto;
}

.wronginput
{
    border-color: red;
}

.registered::before {
    content: "Register successfully ";
}

.updated::before {
    content: "Password changed ";
}
.notVisible {
    display:none;
}

#javaText {
    color: red;
}

.message {
  /*  text-align: center;*/
}

#ShareSecret
{
    border-style:dotted;
    padding:10px;
}



.list button ,.list input {
    float: right;
}
.list li {
    clear:both;
}

.list ul {
    margin-top:0px;
    text-align: left;
    display: inline-block;
}

.keyError {
    border-style:double;
    border-color:red;
}

.authentication
{

}
.needAuthorisation
{
    color:red;
}

.nodrop {
    color:dimgrey;
}

.authentication::after {
    content: "Enter the user name and password credentials in the pop up window";
}


.hide1,.hide2,.hide3,.hide4 {
    display:none;
}


.show3 #mainLock {
    display: none;
}

.show0 .hide0 {
    display: none;
}

.show1 .hide1 {
    display: inherit;
}
.show2 .hide1 {
    display: none;
}
.show2 .hide2 {
    display: inherit;
}



.show3 .hide3 {
    display: inherit;
}
.show4 .hide4 {
    display: inherit;
}

