body {
	font-family: "Helvetica", Sans-Serif;
	background-color: #ffffff;
}
.logo_img {
    height: 80\px;
}
.logout_button {
    width: 150px;
    margin: auto;
}
.control_button {
    width: 150px;
    margin: auto;
    margin-bottom: 10px;
}
.header_div {
    width:1450px;
    margin:auto;
    display:table;
}
.login_block {
    margin-top:30px;
}
.header_left {
    display: table-cell;
    width: 250px;
    text-align: center;
    vertical-align: middle;
    //background-color: #22ff99;
    
}
.header_normal {
    font-size: 16px;
    margin-left: 100px;
    color: #7482BF;
    text-align: left;
}
.header_middle {
    display: table-cell;
    width:1000px;
    //background-color: #ff6600;
    //text-align: center;
    font-weight: 600;
    //font-size:16px;
    vertical-align: top;
    //text-align: center;
}
.header_right {
    display: table-cell;
    width: 200px;
    //height: 125px;
    text-align: center;
    vertical-align: top;
    //font-size: 36px;
    //font-weight: 600;
    //background-color:#0055ff;
}
.header_title {
    color:#606062;
}
.header_title_label {
    color:#7482BF;
}
.bold {
    font-weight: 600;
}
.table_border {
    border: 1px #a0a0a0 solid;
    border-collapse: collapse;
}
.display_table {
    display: table;
    margin: auto;
    padding: 5px;
}
.display_table > div {
    display: table-row;
}
.display_table > div > div {
    display: table-cell;
    padding: 5px;
    font-size: 18px;
    text-align: left;
}
.input_box {
    font-size:18px;
    width: 200px;
}
.submit_button {
    font-size: 20px;
    background-color: #A0A0A0;
    border-radius: 5px;
    height: 30px;
    width: 150px;
}
.submit_button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24);
    background-color: #9EBC99;
}
.center {
    text-align: center!important;
}
.right {
    text-align: right;
}
.pad-right {
    padding-right: 30px;
}
.orange-btn-sm {
    color:#21130B;
    background-color: #F09B59;
    border: 2px solid #663922;
    border-radius: 4px;
    padding: 5px 15px;
    text-decoration: none;
}
.orange-btn-sm:hover {
    background-color: #ED844F;
    color: #21130B;
    text-decoration: none;
    box-shadow: 4px 4px 10px #888888;
}
.footer_normal {
    text-align:left;
    font-size:12px;
    padding-left: 20px;
    width:1200px;
    color: #7482BF;
    margin: auto;
}
@media only screen and (max-height:765px) {
    #footer {
	position: unset;
	display: none;
    }
}