﻿/*
#99CD4E - green
#FFFFFF -  white
#343434 - black
#E1E1E1 - grey

// blue
#EB593C -orange F3843E
#333333 -black
#ABDCD6 - blue
#FFFCEC -  grey


    #763A7A
    #0288AD
    #F6F3EC
*/


.gridViewHeader
{
    /*     position: fixed;     margin-bottom: 50px;     width: 100%; */
}


/*  --------- Main Divs ----- */
html, body, #form1
{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #E1E1E1;
    font-family: Arial, Verdana;
    font-size: 12px;
}
#primaryDiv
{
    height: 100%;
    position: relative;
}
#header
{
    height: 70px;
    width: 100%;
    background-color: #3b5998;
    float: left;
   /* position: relative; */
}
#content
{
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    max-height: 75%;
    overflow-y: auto;
    font-size: 11px;
}
#footer
{
    /*
    background: #3b5998;
    min-height: 30px;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    padding: 10px 0px;
*/
    
    background: #3b5998;
    min-height: 30px;
    width: 100%;
    height: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #ffffff;
    padding: 10px 0px;
}

/*  --------- END Main Divs ----- */




#logo
{
    padding: 10px 0px 0px 10px;
    width: 15%;
    float: left;
    color: #E1E1E1;
    font-size: 30px;
}

#menu
{
    padding: 10px 0px 0px 10px;
    width: 60%;
    float: left; /*  font-size: 12px; */
}


#headerRight
{
    padding: 20px 10px 0px 0px;
    width: 20%;
    float: right; /*color: #E1E1E1; */
    color: #FFD452; /* text-transform: uppercase; */
    font-size: 12px;
    text-align: right;
    font-weight: bolder;
    line-height: 200%;
}
#headerRight a
{
    /* text-transform: lowercase;*/
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
#headerRight a:hover
{
    /*text-transform: lowercase;*/
    color: #000;
     font-size: 12px;
    text-decoration: underline;
    background-color: #96ce92;
}

#ulDsr li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}

#ulDsr li .lnkdsr
{
    padding: 5px;
    background-color: #56B870;
    font-size: 10px;
    color: #ffffff;
    height: 25px;
}

#ulDsr li .lnkdsr:hover
{
    cursor: pointer;
    color: #666666;
    background-color: #C5E923;
    height: 25px;
}



#menuContent
{
    position: relative;
    height: 10%;
    width: 98%;
    border-bottom: solid 2px #3b5998;
    padding: 5px 10px;
    top: 0px;
    left: 0px;
}


#mainContent
{
    position: relative;
    height: 87%;
    max-height: 100%;
    overflow-y: auto;
    padding: 0px 10px;
}
#contentPop
{
    margin: 0px 10px;
}





/* --------------------------------------------------- Print Area ------------------------------------- */

#printBody
{
    width: 100%;
}

#printDiv
{
    float: left;
    min-height: 550px;
    width: 98%;
    padding: 10px;
}
#printDiv table
{
    margin: 10px 0px;
}


#printHeader table
{
    width: 100%;
}

.printMainTitle
{
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

#printHeader
{
    width: 100%;
}

#printMenuDiv
{
    text-align: right;
    vertical-align: top;
}
.reportLogo
{
    width: 190px;
    height: 72px;
}
.reportGvHeaderRow
{
    font-size: 14px;
}
.reportGvRow
{
    font-size: 12px;
    vertical-align: text-top;
}
.reportGvAlternatingRow
{
}

/* --------------------------------------------------- End Print Area ------------------------------------- */

#tblTime table
{
    float: left;
    width: 10%;
    text-align: center;
    vertical-align: top;
    padding: 0px;
    margin: 5px auto;
}
#tblTime td
{
    /*   height: 20px;  width: 20px; background-color: #0B99BC; /*border: solid 1px #333333;  color: #f2f2f2;*/
    padding: 3px;
}



.homeBtnDiv1
{
    border: solid 1px #000000;
    width: 30%;
    margin: 10px;
    padding: 0px;
    float: left;
    height: 320px;
    background-image: url('/assets/dsr2.png');
    background-size: 100% 100%;
    display: none;
}
.homeBtnDiv2
{
    border: solid 1px #000000;
    width: 30%;
    margin: 10px;
    padding: 0px;
    float: left;
    height: 320px;
    background-image: url('/assets/expenses.png');
    background-size: 100% 100%;
    display: none;
}

.homeBtnDiv3
{
    border: solid 1px #000000;
    width: 30%;
    margin: 10px;
    padding: 0px;
    float: left;
    height: 320px;
    background-image: url('/assets/dsr.png');
    background-size: 100% 100%;
    display: none;
}



#tblLogin td
{
    padding: 5px;
}


#footerLeft
{
    color: #ffffff;
    width: 40%;
    float: left;
    padding: 5px;
    margin: 0px;
    line-height: 200%;
}
#footerRight
{
    color: #ffffff;
    width: 50%;
    float: right;
    padding: 5px;
    margin: 0px;
}

#content input[type="text"]
{
    vertical-align: middle;
    text-align: left;
    font-size: 10px;
    border: solid 1px #8b8b8b;
    padding-left: 5px;
}

/*
input[type="text"]
{
    vertical-align: middle;
    text-align: left;
    border: solid 1px #8b8b8b;
    font-size: 10px;
    padding-left: 5px;
    font-family: Arial, Verdana;
}
*/
.myPassword
{
    vertical-align: middle;
    text-align: left;
    font-size: 10px;
    border: solid 1px #8b8b8b;
    height: 20px;
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
}

.myTextbox
{
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    border: solid 1px #8b8b8b;
}
.lbl
{
    font-size: 11px;
    padding: 5px;
}
.ddl
{
    border: solid 1px #8b8b8b;
    font-size: 10px;
    text-decoration: none;
    height: 20px;
    margin-top: 0px;
    padding: 0px;
}

.myBtn
{
    font-family: arial;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 1px 4px 2px 4px;
    background-color: #56B870;
    font-size: 12px;
    color: #ffffff;
    margin: 2px 0px;
    height: 20px;
}

.myBtn:hover
{
    cursor: pointer;
    color: #666666;
    background-color: #C5E923; /*height: 23px;*/
    border: none;
}
.myTime
{
    padding: 2px;
    background-color: #56B870;
    font-size: 10px;
    color: #ffffff;
    height: 23px;
    margin: 2px 0px;
    border: none;
}
.myTime:hover
{
    cursor: pointer;
    color: #666666;
    background-color: #C5E923;
    height: 23px;
    border: none;
}
.myBtnPopUp
{
    padding: 5px;
    background-color: #56B870;
    font-size: 10px;
    color: #ffffff;
}
.myBtnPopUp:hover
{
    cursor: pointer;
    color: #666666;
    height: 25px;
    background-color: #C5E923; /*border: 1px solid #666666;*/
}
.myLbl
{
    font-family: Arial;
    font-size: 11px;
}

.message
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: red;
}
.txtArea
{
    font-family: Arial, Verdana;
    color: #000000;
    vertical-align: top;
    text-align: left;
    font-size: 11px;
    border: solid 1px #8b8b8b;
    padding: 2px;
}


#content #tblLogin .loginTextBox
{
    font-family: Arial, Verdana;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    border: solid 1px #8b8b8b;
    font-weight: bold;
}
.pageTitle
{
    /*font-family: Corbel; */
  
    font-size: 14px;
    /*color: #009900;*/
    color: #3b5998;
    text-transform: uppercase;
      font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  padding-right: 5px;
  color: inherit;
}
#addDsrDiv .tdTr
{
    background-color: #003333;
    color: #ffffff;
    font-weight: bold;
}
#addDsrDiv td
{
    margin: 0px;
    padding: 0px;
    border: solid 1px #000000;
    background-color: #ffffff;
}

.myBtnSearch
{
    vertical-align: text-top;
    background-color: #56B870;
    font-size: 10px;
    color: #f2f2f2;
    background-image: url('../assets/images/magnifier12.png');
    background-size: 70%;
    background-position: center top;
    background-repeat: no-repeat;
    border-style: none;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin: 0px;
}

.myBtnSearch:hover
{
    cursor: pointer;
    color: #666666;
    background-color: #C5E923;
    background-image: url('../assets/images/magnifier12.png');
    background-size: 70%;
    background-position: center top;
    background-repeat: no-repeat;
    border-style: none;
    width: 20px;
    height: 20px;
}

/*  autocomplete */
.ui-autocomplete
{
    max-width: 300px;
    overflow-x: auto;
    max-height: 150px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    padding-right: 10px;
}

/*  autocomplete menu items */
.ui-menu .ui-menu-item
{
    font-family: arial;
    margin: 0;
    padding: 0;
    zoom: 1;
    width: 100%;
    font-size: 11px;
}

.lblTitle
{
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana;
    text-transform: uppercase;
    color: Blue;
}


.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
{
    color: Red;
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.dialogMessage
{
    text-align: center;
    text-transform: uppercase;
    font-family: Arial;
    color: Green;
    font-size: 14px;
    font-weight: bold;
}


/* -------------------------- */


.tdHead
{
    text-align: left;
}
.tdContent
{
    text-align: left;
}
.lbl1Green
{
    font-family: Corbel;
    font-size: 12px;
    color: #56B870;
    text-transform: lowercase;
 }
