/*noinspection ALL*/
body {
    background-color: #A68167;
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin: 0px;
    background-image: url("../img/wood8.jpg");
    min-width: 1000px;
}

p {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.split_1 {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.split_2 {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.split_3 {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
}

.split_2-3 {
    width: 66.66%;
    float: left;
    box-sizing: border-box;
}

.split_4 {
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.spilt_3-4 {
    width: 75%;
    float: left;
    box-sizing: border-box;
}

.align_right {
    text-align: right;
    float: right;
}

.align_left {
    text-align: left;
    float: left;
}

.text_alignRight {
    text-align: right;
}

.text_alignLeft {
    text-align: left;
}

.text_bold {
    font-weight: bold;
}

.noUserSelect {
    -ms-user-select: None;
    -moz-user-select: None;
    -webkit-user-select: None;
    user-select: None;
}

/*noinspection ALL*/
#header {
    width: 100%;
    height: 50px;
    background-color: #623C16;
    background-image: url("../img/wood7.jpg");
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
}

#banner {
    cursor: pointer;
}

.box_element, .button, .button_big {
    background-color: #3f3f3f;
    opacity: 70%;
    margin: 10px;
    padding: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 16px;
    color: #FFFFFF;
    border: #000000 2px solid;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 17px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 17px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
}

.button {
    cursor: pointer;
}

.button_big {
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.container {
    display: none;
    width: 900px;
    min-height: 600px;
    color: #000000;
    font-size: 16px;
    background-color: #006b0e;
    margin: 45px auto 45px;
    text-align: center;
    background-image: url("../img/table.png");
    border-radius: 30px 30px 30px 30px;
    -webkit-box-shadow: 4px 4px 18px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 18px 5px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 18px 5px rgba(0,0,0,0.75);
    overflow: hidden;
}

#loading{
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 74px;
    text-align: center;
    line-height: 600px;
}

#preload {
    display: none;
}

.popup_background {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 60%;
}

.popup {
    display: none;
    position: fixed;
    left: calc(50% - 203px);
    top: calc(50% - 133px);
    width: 340px;
    background-color: #A68167;
    border-radius: 20px;
    border: #2b2b2b solid 3px;
    padding: 30px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    text-align: center;
    -webkit-box-shadow: 4px 4px 18px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 18px 5px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 18px 5px rgba(0,0,0,0.75);
}

#message {
    background-color: white;
    color: #666666;
    position: fixed;
    bottom: 50px;
    height: 50px;
    left: 25%;
    width: 50%;
    border-radius: 20px;
    border: #2b2b2b solid 3px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    opacity: 80%;
    display: none;
}

.login_container {
    display: block;
    width: 400px;
    min-height: 10px;
    text-align: center;
    color: #B7D1BA;
    padding: 20px;
}

.login_container h1 {
    font-weight: bold;
    font-size: 35px;
    line-height: 60px;
    margin-block-end: 0px;
    text-shadow: 0px 0px 1px #B7D1BA;
}

.login_container ::placeholder {
    color: #444444;
}

.login_container input {
    background-color: rgba(183, 209, 186, 0.7);
    margin: 10px;
    padding: 10px;
    width: 250px;
    line-height: 10px;
    font-size: 16px;
    color: #000000;
    border: #000000 1px solid;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 17px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 17px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
}

.login_container input[type=submit] {
    background-color: rgba(183, 209, 186, 0.9);
    font-weight: bold;
    width: 150px;
    margin: 20px;
    cursor: pointer;
}

.login_container p {
    margin-top: 20px;
    margin-bottom: 5px;
}

.login_container p:last-child {
    margin-top: 5px;
    margin-bottom: 40px;
}

.login_container a:link, a:visited, a:hover {
    color: #B7D1BA;
    text-decoration: underline;
    cursor: pointer;
}