html{
    height: 100%;
}
body{
    margin: 0 auto;
    font-family: Arial;
    font-size: 14px;
    color: #333333;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}

#password{
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top:30px;
}

#password input{
    width: 300px;
    height: 50px;
    font-size: 30px;
    border-radius: 5px;
    border:1px #cccccc solid;
}

#password button{
    background-color: #07a0ed;
    width: 300px;
    height: 50px;
    font-size: 30px;
    border-radius: 5px;
    color:white;
    border:none;
    cursor: pointer;
    outline: none;
}

#header{
    width: 100%;
    height: auto;
    background-color: #07a0ed;
    color:white;
    padding-top: 5px;
    padding-bottom: 5px;
}

#info{
    text-align: center;
    width: 100%;
}

#listado tr:nth-child(even) {
    background: #eeeeee;
  }


#listado th {
    color:white;
    background: #1e5799;
    font-weight: normal;
}

#listado tr{
    height: 50px;
}

#listado tr:hover {
    background-color:#07a0ed;
    color:white;
}

#listado tr:hover a{
    color:white;
}

#logout{
    float:right;
    padding-right: 5px;
    text-align: right;
    line-height: 2;
}

#logout a{
    color:white;
    text-decoration: none;
}

#logout a:hover{
    color:white;
    text-decoration: underline;
}

.divpayment{
    width: 100%;
}

.divh3{
    width: 100%;
    background-color: #07a0ed;
    padding-top: 5px;
    padding-bottom: 5px;
    color:white;
}

.h3text{
    padding-left: 15px;
}

#accordion {
    list-style: none;
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#accordion div {
    display: block;
    cursor: pointer;
    width: 100%;
    background-color: #0066cc;
    margin-bottom: 1px;
}
#accordion div:hover {
    background-color:#0090FF;
    transition: 300ms;
}

#accordion ul {
    list-style: none;
    padding: 0 0 0 0;
}
#accordion ul{
    display: none;
}
#accordion ul li {
    font-weight: normal;
    cursor: auto;
    background-color: #fff;
    padding: 0 0 0 7px;
}
#accordion a {
    text-decoration: none;
}
#accordion a:hover {
    text-decoration: underline;
}

#payment{
    margin-top: 30px;    
}

.greenstyle{
    color: green;
}

.redstyle{
    color:red;
}
.coolsubmit[disabled]{
    background-color: gray;
    cursor: not-allowed;
}