﻿html, body {
    font-size: 12px;
    background-color: #6c6c6c;
    font-family: Arial, Helvetica, sans-serif;
    /*background: url(../Images/Table/bg.png) repeat left top;*/
}

.container {
    width: 98%;
    margin: 0 auto; /* Center the DIV horizontally */
    top: 55px;
}

.page {
    width: 90%;
    margin: 0 auto; /* Center the DIV horizontally */
    padding: 10px;
}

.fixed-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.header {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: #fff;
    background-color: #000;
    clear: both;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}

.subheader {
    padding: 15px;
    text-align: center;
    color: #000;
    background-color: #ff9009;
    clear: both;
    font-size: 24px;
    font-weight: 600;
}

.fixed-footer {
    width: 100%;
    position: fixed;
    background: #000;
    color: #fff;
    padding: 15px;
    bottom: 0;
    left: 0;
    white-space: nowrap;
}

.footer {
    bottom: 0;
    padding: 15px;
    color: #fff;
    clear: both;
    font-size: 26px;
    font-weight: lighter;
    text-align: center;
}

.input {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-transform: capitalize;
    display: inline-block;
    color: #000000;
}

    .input:focus {
        background-color: #fff380;
        font-weight: 700;
        outline: none;
    }

.inputr {
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: right;
    text-transform: capitalize;
    display: inline-block;
    color: #000000;
}

    .inputr:focus {
        background-color: #ededed;
        font-weight: 700;
        outline: none;
    }

.label {
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-transform: capitalize;
    display: inline-block;
    color: #000000;
}

    .label:focus {
        background-color: #e1efff;
        outline: none;
    }

.button {
    background-color: #4CAF50;
    background-color: #9e9e9e;
    background-color: #2020ff;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #404040;
    color: white;
    padding: 10px 16px;
    margin: 3px 1px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    width: 75px;
}

    .button:hover {
        background-color: #45a049;
    }

    .button:focus {
        background-color: Aqua;
        color: Black;
        font-weight: 700;
        outline: none;
    }

.buttonred {
    background-color: #ff2020;
    background-color: #ff7a59;
    background-color: Maroon;
    background-color: #EA0038;
    color: white;
    padding: 10px 16px;
    margin: 3px 4px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

    .buttonred:hover {
        background-color: #2020ff;
    }

    .buttonred:focus {
        background-color: Fuchsia;
        color: Black;
        font-weight: 700;
        outline: none;
    }

.buttonround {
    background-color: #4CAF50; /* Green */
    background-color: #191919;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50%;
}

.button1 {
    background-color: #000000;
    color: white;
    padding: 45px;
    margin: 3px 4px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    width: 200px;
    height: 150px;
    font-size: 22px;
    font-weight: 700;
}

    .button1:hover {
        color: #000000;
        background-color: white;
        width: 200px;
        height: 200px;
    }

.button2 {
    background-color: #007399;
    color: white;
    padding: 45px;
    margin: 3px 4px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    width: 200px;
    height: 150px;
    font-size: 22px;
    font-weight: 700;
}

    .button2:hover {
        color: #007399;
        background-color: white;
        width: 200px;
        height: 200px;
    }

.button3 {
    background-color: #de1b1b;
    color: white;
    padding: 25px;
    margin: 3px 4px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    width: 200px;
    height: 150px;
    font-size: 22px;
    font-weight: 700;
}

    .button3:hover {
        color: #de1b1b;
        background-color: white;
        width: 200px;
        height: 200px;
    }

.button4 {
    background-color: orangered;
    color: white;
    padding: 45px;
    margin: 3px 4px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    width: 200px;
    height: 150px;
    font-size: 22px;
    font-weight: 700;
}

    .button4:hover {
        color: orangered;
        background-color: white;
        width: 200px;
        height: 200px;
    }

.Ddl {
    color: Black;
    background-color: #fff380;
    font-family: Comic Sans MS;
    font-family: Arial;
    font-style: normal;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-transform: capitalize;
    display: inline-block;
}

.Rbl {
    color: Black;
    font-family: Comic Sans MS;
    font-family: Arial;
    font-style: normal;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-transform: capitalize;
    display: inline-block;
    height: 22px;
}

.top {
    padding-top: 5px;
    margin-bottom: 5px;
    right: 0;
}

.rotate {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

    .rotate:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

.Chk {
    width: 25px;
    height: 25px;
    background: #ececec;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5); /*-webkit-transform: scale(3);*/
}

.Chk99 {
    width: 25px;
    height: 25px;
    background-color: #ececec;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

b {
    color: Teal;
    font-size: medium;
    font-weight: 700;
    padding: 10px;
}

p {
    color: Purple;
}

h2 {
    color: Silver;
    font-size: medium;
    font-weight: 700;
    padding: 10px;
}

h3 {
    color: #000000;
    font-size: medium;
    font-weight: 700;
    padding: 10px;
}

.popup-content-box-red {
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 10px;
    background-color: Red;
    border: 1px solid Black;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.popup-content-box-original {
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 10px;
    background-color: #ffecec;
    border: 2px solid Black;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.popup-content-box-center {
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 10px;
    background-color: #ffecec;
    border: 2px solid Black;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.popup-content-box-center-fixed {
    position: fixed;
    left: 50%;
    top: 50%;
    float: none;
    padding: 10px;
    background-color: #ffecec;
    border: 2px solid Black;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow-y: scroll auto;
}

.popup-content-box-center-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%; /* spacing as needed */
    height: auto;
    padding: 20px 50px 20px 20px; /* let it scroll */
    overflow: auto;
    background-color: #ffecec;
    border: 2px solid Black;
    overflow: scroll auto;
}

.popup-content-box-center-absolute-original {
    position: absolute;
    left: 50%;
    top: 10%;
    padding: 10px;
    background-color: #ffecec;
    border: 2px solid Black;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: yellow;
    padding: 50px;
    font-size: 20px;
}

@media screen and (max-width: 540px) {
    .button1, .button2, .button3, .button4 {
        width: 50%;
        height: 50%;
        display: block;
    }

        .button1:hover .button2:hover .button3:hover {
            width: 50%;
            height: 50%;
        }
}
