﻿body {
    background-color: #961612;
    background-size: cover;
    color: #bfbfbf;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
}

b {
    color: white;
}

.but {
    font-weight: 300;
    height: 30px;
    color: black;
    font-size: 18px;
    cursor: pointer;
}

.button {
    font-weight: 300;
    width: 100%;
    height: 40px;
    background-color: #3f3f3f;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.content_f {
    position: relative;
    left: 20px;
    top: 20px;
    width: 320px;
    height: 500px;
    z-index: 1;
    overflow: hidden;
}

.content_f2 {
    position: relative;
    left: 20px;
    top: 20px;
    width: 680px;
    height: 500px;
    z-index: 1;
    overflow: hidden;
}

.content_h {
    position: relative;
    left: 20px;
    top: 10px;
    width: 80px;
    height: 100px;
    z-index: 1;
    overflow: hidden;
}

.digit {
    width: 30px;
    height: 45px;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    border: 0.5px solid #777777;
}

.discI {
    position: relative;
    left: 10px;
    width: 60px;
    height: 60px;
    border: 1px solid #aaaaaa;
    border-radius: 30px;
    cursor: pointer;
}

.empty {
    width: 100%;
    height: 12px;
    font-size: 8px;
    line-height: 4px;
    opacity: 0;
    display: block;
}

.file_up {
    font-weight: 300;
    font-size: 16px;
    color: white;
    padding-top: 8px;
    padding-bottom: 3px;
    display: block;
}

.frame_size {
    width: 680px;
    height: 500px;
    background-color: white;
}

.heading {
    font-weight: 600;
    font-size: 24px;
    color: #bfbfbf;
    display: block;
    padding: 5px;
    text-align: center;
}

.lblbox {
    font-weight: 300;
    font-size: 13px;
    color: white;
    padding-top: 8px;
    padding-bottom: 3px;
    display: block;
}

.lbldisc {
    font-weight: 300;
    font-size: 13px;
    color: white;
    text-align: center;
    display: block;
}

.lblerror {
    font-weight: 600;
    width: 100%;
    font-size: 15px;
    color: #ffff00;
    text-align: center;
    display: block;
}

.listbox1 {
    font-weight: 600;
    font-size: 18px;
    color: black;
    border: none;
    border-bottom: 0.5px solid #777777;
    width: 320px;
    height: 40px;
    padding: 5px;
}

.listbox3 {
    font-weight: 600;
    font-size: 18px;
    color: black;
    border: none;
    border-bottom: 0.5px solid #777777;
    width: 320px;
    height: 80px;
    padding: 10px;
}

.scene_f {
    float: left;
    width: 360px;
    height: 540px;
}

.scene_f2 {
    float: left;
    width: 720px;
    height: 540px;
}

.scene_h {
    float: left;
    width: 120px;
    height: 120px;
}

.subheading {
    font-weight: 300;
    font-size: 20px;
    color: #00ffff;
    display: block;
    padding: 5px;
    text-align: center;
}

.txtbox1 {
    font-weight: 600;
    font-size: 18px;
    color: black;
    border: none;
    border-bottom: 0.5px solid #777777;
    width: 320px;
    height: 30px;
    padding: 5px;
    text-align: center;
}

.txtbox2 {
    font-weight: 600;
    font-size: 18px;
    color: black;
    border: none;
    border-bottom: 0.5px solid #777777;
    width: 160px;
    height: 30px;
    padding: 5px;
    text-align: center;
}

.txtbox3 {
    font-weight: 600;
    font-size: 18px;
    color: black;
    border: none;
    border-bottom: 0.5px solid #777777;
    width: 140px;
    height: 30px;
    padding: 5px;
    text-align: center;
}
