﻿.MenuButton {
    background: #609dff;
    background-image: -webkit-linear-gradient(top, #609dff, #365436);
    background-image: -moz-linear-gradient(top, #609dff, #365436);
    background-image: -o-linear-gradient(top, #609dff, #365436);
    background-image: linear-gradient(to bottom, #609dff, #365436);
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: Arial;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

    .MenuButton:hover {
        background-image: -webkit-linear-gradient(top, #42c8f4, #2c382b);
        background-image: -moz-linear-gradient(top, #42c8f4, #2c382b);
        background-image: -o-linear-gradient(top, #42c8f4, #2c382b);
        background-image: linear-gradient(to bottom, #42c8f4, #2c382b);
    }

.btn {
    width: 100px;
    font-size: 12px;
    height:25px;
}
.AddButton {
    background: transparent;
    Border: none;
    width: 35px;
    font-size: 40px;
    Color: White;
    Height: 35px;
}


@media only screen and (max-width: 600px) {
    .w1 {
        width: 60%
    }

    .w2 {
        width: 90%
    }

    .w3 {
        width: 300px
    }

    .w4 {
        width: 400px
    }

    .h1 {
        height: 1.5em
    }

    .h2 {
        height: 4.5em
    }

    .f1 {
        font-size:2em
    }

    .LabelText {
        margin-left: 5%;
        text-align: right;
        font-weight: bold;
        float: left;
    }

    .FieldText {
        text-align: left;
        float: left;
    }
    .SystemTable {
        border: 1px solid gray;
        text-align: left;
        padding: 20px 20px 20px 20px;
        width:90%;
        height: 150px;
        background-color: aliceblue;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }
        
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .w1 {
        width: 60%
    }

    .w2 {
        width: 90%
    }

    .w3 {
        width: 300px
    }

    .w4 {
        width: 400px
    }

    .h1 {
        height: 1.5em
    }

    .h2 {
        height: 4.5em
    }

    .f1 {
        font-size: 2em
    }

    .LabelText {
        margin-left: 5%;
        text-align: right;
        font-weight: bold;
        float: left;
    }

    .FieldText {
        margin-left: 5%;
        text-align: left;
        float: left;
    }

    .SystemTable {
        border: 1px solid gray;
        text-align: left;
        padding: 20px 20px 20px 20px;
        width: 500px;
        height: 150px;
        background-color: aliceblue;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }
   
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .w1 {
        width: 120px
    }

    .w2 {
        width: 280px
    }

    .w3 {
        width: 300px
    }

    .w4 {
        width: 400px
    }

    .h1 {
        height: 1.5em
    }

    .h2 {
        height: 4.5em
    }

    .f1 {
        font-size: 1em
    }

    .LabelText {
        margin-left: 10%;
        text-align: right;
        font-weight: bold;
        float: left;
    }

    .FieldText {
        text-align: left;
        margin-left: 5%;
        float: left;
    }

    .SystemTable {
        border: 1px solid gray;
        text-align: left;
        padding: 20px 20px 20px 20px;
        width: 650px;
        height: 150px;
        background-color: aliceblue;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }
   
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .w1 {
        width: 200px
    }

    .w2 {
        width: 300px
    }

    .w3 {
        width: 300px
    }

    .w4 {
        width: 400px
    }

    .h1 {
        height: 1.5em
    }

    .h2 {
        height: 4.5em
    }

    .f1 {
        font-size: 1em
    }

    .LabelText {
        margin-left: 10%;
        text-align: right;
        font-weight: bold;
       
    }

    .FieldText {
        text-align: left;
        margin-left: 5%;
       
    }

    .SystemTable {
        border: 1px solid gray;
        text-align: left;
        padding: 20px 20px 20px 20px;
        width: 800px;
        height: 150px;
        background-color: aliceblue;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }
   
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .w1 {
        width: 200px
    }

    .w2 {
        width: 300px
    }

    .w3 {
        width: 300px
    }

    .w4 {
        width: 400px
    }

    .h1 {
        height: 22px
    }

    .h2 {
        height: 66px
    }

    .f1 {
        font-size: 15px
    }

    .LabelText {
        margin-left: 10%;
        text-align: right;
        font-weight: bold;
    
    }

    .FieldText {
        text-align: left;
        margin-left: 5%;
     
    }

    .SystemTable {
        border: 1px solid gray;
        padding: 20px 20px 20px 20px;
        width: 800px;
        height: 150px;
        background-color: aliceblue;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }
   
}
