﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    border-top: solid 0px #000;
    color: black;
    font-family: "Raleway", Verdana, Helvetica, Sans-Serif;
    height: 100%;
    font-size: 20px;
}


.ErrorControl {
    background-color: #FBE3E4;
    border: solid 1px Red;
}


.mobilegrid {
    font-size: 20px !important;
}

.loginformfont {
    font-size: 30px !important;
}



h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}


h1 {
    font-size: 2em;
    color: white;
}

h2 {
    font-size: 1.75em;
    color: white;
}

h3 {
    font-size: 1.2em;
    color: white;
}

h4 {
    font-size: 1.1em;
    font-weight: 100;
    color: white;
}

h5, h6 {
    font-size: 1em;
}


h7 {
    font-size: .9em;
    background-color: azure;
}

h10 {
    font-size: 1.75em;
    color:black;
}



img.resize {
    width: 100%; /* you can use % */
    height: auto;
}


.BtnYes {
    border-collapse: collapse;
    padding: 0px;
    background-color: forestgreen;
    width: 100%;
    height: 100%;
    display: inline;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.BtnBack {
    border-collapse: collapse;
    padding: 0px;
    background-color:orange;
    width: 100%;
    height: 100%;
    display: inline;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.BtnSaveHrs {
    border-collapse: collapse;
    padding: 0px;
    background-color: darkblue;
    width: 100%;
    height: 50px;
    display: inline;
    color: white;
    font-weight: bold;
    font-size: 24px;
}


.BtnNo {
    border-collapse: collapse;
    padding: 0px;
    background-color: darkred;
    width: 100%;
    height: 100%;
    display: inline;
    color: white;
    font-weight: bold;
    font-size: 24px;
}


.BtnNoDisabled {
    border-collapse: collapse;
    padding: 0px;
    background-color:gray;
    width: 100%;
    height: 100%;
    display: inline;
    color: white;
    font-weight: bold;
    font-size: 24px;
}



.BtnIn {
    border-collapse: collapse;
    padding: 0px;
    background-color: black;
    width: 100%;
    height: 100%;
    display: inline;
    color: white;
    font-weight: bold;
    font-size: 24px;
}


.BtnInOt {
    border-collapse: collapse;
    padding: 0px;
    background-color: green;
    width: 100%;
    height: 100%;
    display: inline;
    color: white;
    font-weight: bold;
    font-size: 24px;
}


.BtnLogin {
    border-collapse: collapse;
    padding: 20px;
    background-color: green;
    width: 80% !important;
    height: 70px;
    display: inline;
    color: white;
    font-weight: bold;
    font-size: 24px;
}




.BtnOut {
    border-collapse: collapse;
    padding: 0px;
    background-color: black;
    width: 100%;
    height: 100%;
    display: inline;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.navbuttons {
    height: 30px;
    width: auto;
}


.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    /*border: 5px solid #67CFF5;*/
    /*width: 200px;
            height: 100px;*/
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}


.loadingcenter {
    /*position: absolute;
    top: 375px;
    left: 555px;*/

    top: 0px;
    left: 0px;


    z-index: 1000;
    margin: 0px auto;
}


.loadingcenter {
   /*position: absolute;

    left: 555px;*/


    margin: 0px auto;
        margin: 0px; padding: 0px; position: fixed; right: 0px; top: 350px; width: 100%; height: 100%; z-index: 30001; opacity: 0.8;

}


.loadingClass {
    height:40px;
    width: auto;
    margin: 0 auto;

}
.Uploadbtn {
    /*border-collapse: collapse;
    padding: 0px;
    width: 100%;
    height: 200px;
    display: inline;
    color: orange;
    font-weight: bold;
    font-size: 24px;*/
}


.OptionButton {
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 5px;
    /*box-shadow: 0 9px #999;*/
    width: 120px;
    height: 40px !important;
    border-style: none !important;
    font-weight: bold !important;
    font-size: 16px !important;
    font-family: Arial;
    background-color: gray !important;
    color: white !important;
    text-align: center;
}

    .OptionButton:hover {
        background-color: gray !important;
    }

    .OptionButton:active {
        background-color: darkgray;
        box-shadow: 0 2px #666;
        transform: translateY(4px);
    }