﻿/*
#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%; */
}


/* pagination */



/*  --------- 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%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#header {
    height: 90px;
    width: 100%;
    background-color: #3b5998;
    float: left;
    /* position: relative; */
}



#content {
    margin-top: 90px;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    max-height: 85%;
    font-size: 12px;
}

#divPageMenu {
    margin-top: 100px;
    position: relative;
}

#divMessage {
    position: relative;
    width: 100%;
    clear: both;
    padding: 15px;
    font-size: 14px;
    color: #ff0000;
}

#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;
    display: none;
}

/*  --------- 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: 25%;
    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: 100%;
    margin: 0px;
    padding: 0px;
    /*top: 0px;
    left: 0px;*/
}

#divMessage {
    margin-top: 5px;
    padding: 10px;
    color: #ff0000;
    font-size: 12px;
}

#mainContent {
    position: relative;
    height: 87%;
    max-height: 100%;
    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;
}

.tableBasic {
    width: 100%;
    max-width: 100%;
}

    .tableBasic > thead > tr > th,
    .tableBasic > tbody > tr > th,
    .tableBasic > tfoot > tr > th,
    .tableBasic > thead > tr > td,
    .tableBasic > tbody > tr > td,
    .tableBasic > tfoot > tr > td {
        padding: 2px;
        line-height: 1.42857143;
        vertical-align: top;
    }


.tableBasicBordered > thead > tr > th {
    border: 2px solid #ddd;
}

.panelBasic {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.radioBasic,
.checkboxBasic {
    position: relative;
    /*display: inline-table;*/
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    /*top: 5px;
    left: -2px;*/
}

    .radioBasic label,
    .checkboxBasic label {
        /*min-height: 20px;*/
        padding-left: 2px;
        padding-right: 5px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

.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; 
    border: solid 1px #8b8b8b;
    width: 100%;
    height: 20px;
    padding: 6px;
    font-size: 12px;
    /*line-height: 1.42857143;*/
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.lbl {
    font-size: 11px;
    padding: 5px;
}

.ddl {
    border: solid 1px #8b8b8b;
    font-size: 12px;
    text-decoration: none;
    margin-top: 0px;
    padding: 0px;
    /*height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;*/
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.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: 26px;
    /*color: #009900;*/
    color: #3b5998;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    padding-right: 5px;
    color: inherit;
}

.pageTitle {
    /*font-family: Corbel; */
    font-size: 26px;
    /*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;
}
