﻿body {
    background-color: #1B3C53;
    color: #F5F5F5;
    font-family: sans-serif;
    margin: 0;
    padding: 10px;
}

header {
    align-items: center;
    background-color: #456882;
    border-radius: 20px;
    display: flex;
    height: 40px;
    justify-content: space-between;    
}

    header a {
        border-radius: 15px;
        color: #F9F3EF;
        font-weight: bold;
        padding: 5px;
        text-decoration: none;
        -webkit-transition: all 0.25s ease-in-out;
    }

        header a:hover {
            background-color: #D2C1B6;
            color: #456882;
            font-weight: bold;
        }

.header_logo {
    background: url("../ico/DTWH.png");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    border: 2px solid #D2C1B6;
    border-radius: 15px;
    height: 30px;
    margin-left: 5px;
    padding: 0px;
    text-decoration: none;
    width: 30px;
}

.header_button {
    background-color: #D2C1B6;
    border-radius: 15px;
    color: #456882;
    font-weight: bolder;
    font-size: 20px;
    height: 30px;
    margin-right: 5px;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    width: 30px;
}


.DTWH_Container {
    /*background-color: rgb(64,80,134);*/
    border-radius: 5px;
    /*box-shadow: 0px 0px 3px 3px rgb(64,80,134);*/
    box-sizing: border-box;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 10px;
    display: inline-block;
    flex-direction: row;
    width: 100%;
}

.DTWH_Select {
    margin: 1px;
    border-radius: 2px;
    border: 2px solid #ccc;
    text-align: center;
}

.DTWH_Label {
    display: inline-block;
    text-align: center;
}

.DTWH_Input {
    width: 90px;
    margin: 1px;
    text-align: center;
}

.DTWH_Table {
    background-color: rgb(64,80,134);
    border: 2px solid #ccc;
    border-collapse: collapse;
    border-radius: 5px;
    border-spacing: 0px;
    box-shadow: 0px 0px 20px 5px rgb(64,80,134);
    box-sizing: border-box;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

    .DTWH_Table th {
        border: 1px solid;
        border-left: none;
        border-top: none;
    }

    .DTWH_Table td {
        border: 1px solid;
        border-bottom: none;
        border-left: none;
    }

.DTWH_Button {
    border-radius: 5px;
}



.DTWH_Design_Aera {
    display: inline-block;
    max-width: 800px;
    width: 100%;
    height: 138px;
    margin: 20px;
    padding: 5px;
    /*background-color: rgb(64,80,134);*/
    border-radius: 10px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    /*box-shadow: 0px 0px 20px 5px rgb(64,80,134);*/
    align-content: center;
    position: relative;
}

.DTWH_Result {
    background-color: rgb(64,80,134);
    border: groove;
    border-radius: 5px;
    border-width: 2px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    white-space: pre-line;
    width: 100%;
}
