﻿

body {
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.error {
    /*color: red;*/
    color: #ff4411;
    font-size: 28px;
    font-family: 'Signika', sans-serif;
    padding-bottom: 10px;
}

/*BUTTON RIBBON STYLES*/
.MainButton {
    Height: 50px;
    width: 105px;
    vertical-align: top;
    border-color: black;
    Font-Size: 13px;
    font-family: 'Arial Narrow', 'Nimbus Sans L', sans-serif;
    font-weight: bold;
    white-space: normal;
    cursor: pointer;
    margin-bottom: 5px;
}

    .MainButton:hover {
        background: #999;
        color: blue;
    }
/* Navigation */
#navigation {
    width: 100%;
    font-family: Arial;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

    /* CSS for each Item */
    #navigation li {
        display: inline;
        /*clear: both;*/
        border-right: 1px solid slategrey;
    }

        #navigation li:last-child {
            border-right: none;
        }

        #navigation li a {
            margin-left: auto;
            margin-right: auto;
            display: inline-block;
            padding: 4px;
            text-decoration: none;
            color: slategrey;
            text-transform: uppercase;
        }



#homeLink:hover {
    border-bottom: 3px solid #e73535;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

#mimicLink:hover {
    border-bottom: 3px solid #4343da;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

#configLink:hover {
    border-bottom: 3px solid #34c134;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.ConfirmMessageLabel {
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
}

.label-1 {
    font-weight: bold;
    color: blue;
    font-family: verdana, arial, snas-serif;
    font-size: 31px;
}

.label-docs {
    font-weight: bold;
    color: blue;
    font-family: verdana, arial, snas-serif;
    font-size: 20px;
}

.dropdown-1 {
    width: 200px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    font-weight: bold;
    color: #808080;
    top: 0px;
    left: 37px;
}

.TextBox-1 {
    width: 250px;
    height: 45px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    font-weight: bold;
    color: #808080;
    top: 0px;
    left: 37px;
    text-align: center;
}

input.TextBox-1 {
    font-family: verdana, arial, snas-serif;
    font-size: 31px;
}

p {
    font-family: 'Arial Narrow', 'Nimbus Sans L', sans-serif;
    font-weight: bold;
}

.push_button {
    padding: 0px;
    width: 100px;
    height: 40px;
    color: black;
    font-family: 'Arial Narrow', 'Nimbus Sans L', sans-serif;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    white-space: pre-line;
    border-radius: 10px;
    border: none;
    background: rgba(0,0,0,0.15);
    -webkit-transition: all -0.2s;
    -moz-transition: all -0.2s;
    transition: all -0.2s;
    -webkit-box-shadow: 0px 5px 0px #575252;
    -moz-box-shadow: 0px 5px 0px #575252;
    box-shadow: 0px 5px 0px #575252;
}

    .push_button:active {
        -webkit-box-shadow: 0px 2px 0px #808080;
        -moz-box-shadow: 0px 2px 0px #808080;
        box-shadow: 0px 2px 0px #808080;
        top: 7px;
    }

    .push_button:hover {
        background: #999;
        color: #fff;
    }


.animate-1 {
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

canvas {
    left:5vw;   
    width: 90vw;
    height: 90vh;
    display: block;
}

#Menu1x {
    width: 100%;
    font-family: Arial;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

    #Menu1x li {
        display: inline;
        /*clear: both;*/
        border-right: 1px solid slategrey;
    }

.MenuClass {
    color: green;
    text-decoration-color: green;
    border: solid;
}

    .MenuClass li {
        color: green;
        text-decoration-color: green;
        border: solid;
    }
/*CHOICE BUTTON RIBBON STYLES*/
.ChoiceButton {
    Height: 60px;
    width: 150px;
    vertical-align: top;
    border-color: black;
    Font-Size: 15px;
    font-family: 'Arial Narrow', 'Nimbus Sans L', sans-serif;
    font-weight: bold;
    white-space: normal;
    cursor: pointer;
    margin-bottom: 5px;
}

    .ChoiceButton:hover {
        background: #999;
        color: blue;
    }

.ClassicBtn {
    padding: 0px;
    width: 50px;
    height: 40px;
    color: black;
    font-family: 'Arial Narrow', 'Nimbus Sans L', sans-serif;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    white-space: pre-line;
    border: none;
    background-color: lightgrey;

    box-shadow: 0px 3px 0px #575252;
}
    .ClassicBtn:active {
        box-shadow: 0px 0px 0px #808080;
        top: 7px;
    }
.ClassicBtn:hover {
  background-color: lightsteelblue;
  text-decoration: none;
}
.StandLabel {
    color: #111;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.StandTextBox {
    width: 200px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    font-weight: bold;
    color: #808080;
    top: 0px;
    left: 37px;
    text-align: center;
}

input.StandTextBox {
    font-family: verdana, arial, snas-serif;
    font-size: 21px;
}

