﻿.hide {
    display: none;
}
.my-table, /* this describes class my-table*/
#my-table /* this describes the table with id my-class*/ {
    width: 100%;
    height: 166px;
}
#datepicker > span:hover {
    cursor: pointer;
}

.col_w450 /* this is your menu container*/ {
    width: 79px;
    background-color: #99CCFF;
}

/* here you add whatever properties you need on your menu*/

div.hideSkiplink {
    background-color: #3a4f63;
    background-color: #3a4f63;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true');
}

div.menu {
    padding: 4px 0px 4px 8px;
    text-align: right;
    float: right !important;
    z-index: 999;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        text-align: left;
        z-index: 999;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            z-index: 999;
            /*white-space: nowrap;*/
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
                z-index: 999;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
                z-index: 999;
                /*float: right;*/
            }

.myAlert-bottom {
    position: fixed;
    bottom: 5px;
    left: 5%;
    width: 90%;
}


.myAlert-bottom-info {
    position: fixed;
    bottom: 5px;
    left: 5%;
    width: 90%;
}


.errorpopup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .errorpopup .errorpopuptext {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: fixed;
        /*z-index: 1*/
        top: 65%;
        left: 25%;
        /*height:18em;*/
        margin-top: -15em;
        /**margin-left:-400em*/
        /*margin-left: 50%;*/
        width: 800px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }

        /* Popup arrow */
        .errorpopup .errorpopuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class when clicking on the popup container (hide and show the popup) */
    .errorpopup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        /*animation: fadeIn 1s*/
    }


.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    /* The actual popup (appears on top) */
    .popup .popuptext {
        visibility: hidden;
        height: 30%;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: fixed;
        /*z-index: 1;*/
        top: 65%;
        left: 25%;
        /*height:18em;*/
        margin-top: -15em;
        /**margin-left:-400em*/
        /*margin-left: 50%;*/
        width: 50%;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class when clicking on the popup container (hide and show the popup) */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        /*animation: fadeIn 1s*/
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.9;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.9;
    }
}


body {
    font-family: Tahoma, Geneva, sans-serif;
    font-variant: normal;
    font-weight: 500;
    font-size: medium;
    color: #484a4f;
    background: white;
}



.LoginDiv {
    height: 100%;
}

.box {
    height: 100%;
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 350px;
    height: 150px;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.resetbox {
    height: 100%;
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 30%;
    height: 150px;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff
}


.button {
    border-width: thin;
    border-color: white;
    width: 150px;
    height: 25px;
    margin: auto;
    vertical-align: middle;
    background: #186cf2;
    font-family: Tahoma, Geneva, sans-serif;
    font-variant: normal;
    font-weight: 500;
    color: white;
}


.textbox {
    border-width: thin;
    width: 100%;
    margin: auto;
    vertical-align: middle;
    font-family: Tahoma, Geneva, sans-serif;
    font-variant: normal;
    font-weight: 500;
}


.inputtextbox {
    border-width: thin;
    width: 300px;
    vertical-align: middle;
    font-family: Tahoma, Geneva, sans-serif;
    font-variant: normal;
    font-weight: 500;
}

.MultiLineTextBox {
    border-width: thin;
    padding: 4px;
    width: 100%;
    height: 110px;
    margin: auto;
    vertical-align: middle;
    font-family: Tahoma, Geneva, sans-serif;
    font-variant: normal;
    font-weight: 500;
}

.Grid {
    border: solid 0px black;
    width: 1000px;
}


.TimeSheetGrid {
    width: 100%;
    table-layout: fixed;
}

.GridHeader {
    background-color: "Red";
}


.labelValidation {
    color: red;
}



.HomeBox {
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 95%;
    height: 150px;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff
}

.HomeNoticesBox {
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 95%;
    height: 20%;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff
}


.ReportBox {
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 80%;
    height: 100px;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff
}


.TimeSheetTimeEntryBox {
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 95%;
    height: 250px;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff
}

.DocumentTable {
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 80%;
    height: 70%;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff
}

.HelpEntryBox {
    border-radius: 25px;
    border-width: thin;
    background: #aad1f7;
    padding: 20px;
    width: 80%;
    height: 80%;
    margin: auto;
    vertical-align: middle;
    border: 2px solid #ffffff
}




.TimesheetDropdown {
    border-width: thin;
    width: 80px;
    height: 23px;
}

.UserDropdown {
    border-width: thin;
    width: 300px;
    height: 23px;
}

td.Noborder {
    border: 0;
    background: #aad1f7;
}

.GridNoBorder {
    border: 0;
}

.GridHeaderWithNoBorder {
    border-top: none;
    border-right: none;
    border-bottom: none;
}


.GridHeaderWithNoBorderLeft {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-left: none;
    border-left: none;
}

.GridHeaderWithBorder {
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-color: black;
    border-right-width: 1px;
}



.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #428bca;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #3AC0F2;
}



.SearchBox {
    background: firebrick;
    height: 100px;
    width: 20%;
    display: inline-block;
}


.btn-space {
    margin-right: 5px;
}
