
/* GLOBALS */
* {
    margin: 0;
    padding: 0;

}
body
{
    min-width: 100vw;
    min-height: 100vh;
    background-color: white;
    overflow: auto;
    color: #29270E;
    display: inline;

}

a
{
    text-decoration: none;
    color: #29210E;
    opacity: 1.0;
}
a:hover {
    opacity: 0.5;
}


/* MAIN CONTAINERS */


div.container
{
    height: fit-content;
    width: 100%;
    display: inline;
}

div.banner {
    height: 100%;
    width: 100%;
    background-color: #E6D3B7;
    display: inline;
}

div.mid
{
    display: inline-flex;
    width: 100%;
    height: 100%;
}

div.side
{
    width: 14%;
    height: 100%;
    color: white;
    display: inline-flex;
}

#menu
{
    display: inline-flex;
    flex-direction: column;
    background-color: #C17825;
    width: 100%;
    height: 100%;

}

#main {
    height: fit-content%;
    width: 85%;
    border-radius: 3px;
    display: inline-flex;
    flex-direction: column;
}

#footer{
    background-color: #29290E;
    height: 10%;
    text-align: center;
    color: #C17825;
    font-size: 18px;
}

/* SMALLER CONTAINERS */

.data{
    display: inline-flex;
    flex-direction: row;
    margin: 10px;
}

.greeting{
    font-size: 20px;
}

.single-col{
    display: inline-flex;
    flex-direction: column;
    margin: 8px;
    font-size: 28px;
}

.single-row{
    font-size: 25px;
    display: inline-block;
    margin: 3px;
}

p.title{
    font-size: 30px;
    font-weight: bold;
}

#pban
{
    font-size: 50px;
}

div.log
{
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 5px;
}
div.lilog{
    display: block;
    font-size: 20px;
    max-width: 300px;
    margin: 10px 10px 10px 5px;
    overflow: visible;
}

#news-main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.news-big {
    display: block;
    margin: 5px;
}

.news-small {
    display: block;
    font-size: 20px;
}

.pages{
    display: inline-flex;
}

.single-page{
    background-color: #29290E;
    font-size: 15px;
    margin: 2px;
    color: white;
}




/* ALL LINKS */


a.ban
{
    display: block;
    background-color: #E6D3B7;
    width: 90%;
    text-align: center;
    padding: 5%;
    transition-property: opacity;
    transition-duration: 0.2s;
    opacity: 0.8;
}
a.ban:hover
{
    opacity: 1.0;
}

a.loginl
{
    background-color: #C17825;
    border: 2px ridge #F5DEB3;
    width: 90%;
    height: 70px;
    display: flex;
    color: white;
    transition: opacity;
    opacity: 1.0;
    margin: 10px 10px;
    font-size: 25px;
    align-content: center;
}

a.loginl:hover
{
    opacity: 0.7;
}

a.new-c-c, h3.new-c-c {
    font-size: 30px;
    background-color: #eb1809;
    transition-propety: background-color;
    height: 50px;
    width: 100px;
}
a.new-c-c:hover, h3.new-c-c:hover {
    background-color: #9c0c1b;
    height: 70px;
    width: 150px;
}



/* ALL BUTTONS(BOTH <A> AND <BUTTON> */


.choice-butt{
    margin: 25px 25px 25px 25px;
    display: inline-block;
    width: 300px;
    height: 100px;
    border: 10px solid #29270E;
    font-size: 28px;
    transition-property: opacity;
}
.choice-butt:hover{
    opacity: 0.9;
}

.justbutt
{
    display: inline-block;
    width: 190px;
    height: 50px;
    background-image: radial-gradient(circle, #cfe0e8, #b7d7e8, #87bdd8, #daebe8);
    transition: background-image;
    margin: 10px;
}
.justbutt:hover
{
    background-image: radial-gradient(circle, #b7d7e8, #87bdd8, #daebe8, #cfe0e8);
}

.justbutt:active
{
    background-image: radial-gradient(circle, #87bdd8, #daebe8, #cfe0e8, #b7d7e8);
}

.bt-acc-del {
    width: 100px;
    height: 50px;
    font-size: 25px;
    color: red;
    background-color: white;
    transition-property: background-color;
    transition-duration: 0.3s;

}
.bt-acc-del:hover {
    height: 50px;
    font-size: 25px;
    color: red;
    background-color: #e3e4e6;

}

#deact {
    background-image: radial-gradient(circle, white, #fa0000 );
    color: black;
    height: 100px;
    width: 300px;
    border-radius: 10px;
    transition-property: border-radius;
    transition-duration: 1s;
}

#deact:hover {
    border-radius: 5px;
    background-image: radial-gradient(circle, #fa0000, white, #fa0000);
    width: 310px;
}

#deact:active {
    border-radius: 5px;
    background-image: radial-gradient(circle, white, #fa0000, white, #fa0000);
    width: 310px;
}

a.bt-back {
    display: inline-block;
    width: 150px;
    height: 75px;
    font-size: 20px;
    background-color: #FCCB1A;
    transition-property: opacity;
    opacity: 1.0;
    border-radius: 10px;
    margin-top: 50px;
}
a.bt-back:hover{
    opacity: 0.7;
}

a.bt-acc-nav {
    display: inline-block;
    width: 225px;
    height: 75px;
    font-size: 24px;
    background-color: #FEFE33;
    transition-property: opacity;
    opacity: 1.0;
    transition-time: 0,7s;
    border-radius: 10px;
    margin: 10px;

}
a.bt-acc-nav:hover{
    opacity: 0.8;
}

a.bt-card, span.bt-card {
    width: 400px;
    height: 75px;
    font-size: 24px;
    background-color: #a2a685;
    transition-property: background-color;
    transition-time: 0,7s;
    border-radius: 10px;

}


/* ANY FORM EXCLUDING BUTTONS */


.input-def{
    border: 3px solid lightgrey;
    height: 50px;
    width: 300px;
}

.input-def:hover{
    border: 1px solid black;
}

input[type=date] {
    width: 100px;
    height: 50px;
}


/* ALL TABLES */


#state-tb {
    height: auto;
    width: auto;
    background-color: #E6D3B7;
}

tr.in {
    background-color: #ccf2b3;
    text-align: center;
    vertical-align: middle;

}

tr.out {
    background-color: #eb9da9;
    text-align: center;
    vertical-align: middle;
}
th.state-t, td.state-t {
    padding: 10px;

}

#cards-tb {
    height: auto;
    width: auto;
    margin: 10px;

}

tr.DC {
    background-color: #bcbd99;
    text-align: center;
    vertical-align: middle;
}

tr.CC {
    background-color: #7c9799;
    text-align: center;
    vertical-align: middle;
}

tr.DC:hover {
    background-color: #e9ebbc;
    text-align: center;
    vertical-align: middle;

}

tr.CC:hover {
    background-color: #61aeb4;
    text-align: center;
    vertical-align: middle;
}

th.cards-t, td.cards-t {
    padding: 10px;
}






