﻿* {
    margin: 0px
}

div_backup {
    -webkit-box-shadow: inset 0px 0px 0px 1px black;
    -moz-box-shadow: inset 0px 0px 0px 1px black;
    box-shadow: inset 1px black;
}

div {
    -moz-box-shadow: inset 0px 0px 0px 1px black;
    box-shadow: inset 1px black;
    background-color: #F0F8FF;
    background-color: #7FFFD4;
}

h4.msg {
    font-family: "Times New Roman";
    font-variant: small-caps;
    color: white;
    background-color: #008B8B;
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
    font-size: expanded;
    vertical-align: middle;
    border-bottom-color: coral;
}


h1 {
    text-align: center;
    color: white;
    margin-top: 1%;
    width: 100%;
    text-shadow: 3px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

div.initpara {
    font-family: "Times New Roman";
    font-variant: small-caps;
    font-style: oblique;
    color: white;
    background-color: #008B8B;
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
    font-size: expanded;
    vertical-align: middle;
    border-bottom-color: coral;
    border-bottom: 2px solid #2F4F4F;
    cursor: pointer;
}

div.nextpara {
    font-family: "Times New Roman";
    font-variant: large-caps;
    font-style: oblique;
    color: #191970;
    background-color: #7FFFD4;
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
    font-size: large;
    vertical-align: middle;
    height: 200%;
}

div#start {
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0px;
    height: 100%;
    background-color: white;
    color: black;
    text-align: center;
    font-size: 30px;
}

div#content {
    width: 100%;
    height: 95%;
    position: absolute;
    background-color: #F0F8FF;
    float: left;
}

div#backup_screenTop {
    width: 100%;
    float: left;
    background-color: #1d277f;
    height: 10%;
}

div#screenTop {
    width: 100%;
    float: left;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    background-color: #008B8B;
}

div#screenBottom {
    width: 100%;
    float: left;
    height: 7%;
    position: fixed;
    bottom: 10%;
    border-style: dotted;
    border-width: 1px;
    background-color: #008B8B;
}

div#screenBottom2 {
    width: 100%;
    float: left;
    height: 8%;
    position: fixed;
    bottom: 5px;
    vertical-align: middle;
    border-style: dotted;
    border-width: 1px;
    background-color: #008B8B;
}

div.screenLeft {
    width: 10%;
    float: right;
    height: 100%;
    background-color: white;
    vertical-align: middle;
}

div#screenCenter {
    width: 100%;
    float: left;
    // height:80%;
    background-color: white;
    position: relative;
    overflow-y: scroll;
    max-height: 370px;
    bottom: 0px;
    vertical-align: middle;
}

div.btnColor {
    width: 11%;
    float: left;
    height: 100%;
    bottom: 0px;
    background-color: white;
    vertical-align: middle;
}

div.altbtnColor {
    width: 11%;
    float: left;
    height: 100%;
    bottom: 0px;
    text-align: center;
    font-style: bold;
    color: black;
    vertical-align: middle;
    cursor: pointer;
}

div.btnQuery {
    width: 50%;
    float: left;
    height: 100%;
    bottom: 0px;
    vertical-align: middle;
    background-color: #008B8B;
    cursor: pointer;
}

div.bullOrCowsLeft {
    width: 10%;
    height: 30px;
    float: left;
    text-align: center;
    vertical-align: middle;
}

p {
    width: 3%;
    float: right;
    color: black;
    margin-left: 1%;
    margin-right: 3%;
    margin-top: 1.5%;
    margin-bottom: 1%;
    font-size: large;
}

div.backup_bullOrCowsCenter {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    vertical-align: middle;
}

div.bullOrCowsCenter {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    vertical-align: middle;
}

div.colorView {
    width: 15%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    height: 60%;
    bottom: 0px;
    border-radius: 5px;
    margin-top: 1%;
    margin-bottom: 1%;
    text-align: center;
    vertical-align: middle;
}

div.result {
    margin-top: 1%;
    font-size: large;
}

div.errstyle {
    font-style: oblique;
    color: red;
    background-color: #7FFFD4;
    background-color: b;
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
    font-size: large;
    vertical-align: middle;
}

div.win {
    font-style: bold;
    color: black;
    background-color: #FFD700;
    text-align: center;
    font-size: extra-expanded;
    vertical-align: middle;
}
