﻿
table {
    width: 100%;
    border-top: 1px solid #e5eff8;
    border-right: 1px solid #e5eff8;
    margin: 1em auto;
    border-collapse: collapse;
}

thead th {
    background: #f4f9fe;
    text-align: center;
    font: bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #66a3d3;
}

td {
    color: #678197;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em;
    text-align: center;
}

tr.odd td {
    background: #f7fbff
}

tr.odd .column1 {
    background: #f4f9fe;
}

.column1 {
    background: #f9fcfe;
}

#menu12 {
    width: 100%;
    padding: 0px;
    background-color: #F0FFFF;
    color: #333;
}

    #menu12 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
    }

    #menu12 li {
        /*border-bottom: 3px solid #90bade;*/
        border-bottom: 3px solid #fff;
        margin: 0;
        width: auto;
    }

        #menu12 li a {
            display: block;
            padding: 1px 0px 3px 0.5em;
            border-left: 2px solid #00897b;
            background-color:#ffffff;
            border-bottom:1px dashed #00897b;
            /*border-right: 5px solid #8AA1B6;
            background-color: #FFFAF0;*/
            color: rgba(32,32,32,.9);
            text-decoration: none;
            /*margin-bottom:2px;*/
            width: auto;
        }

        #menu12 li a:hover {
            /*border-left: 1px solid #800000;*/
           border-right: 1px solid #800000;
          /*background-color: rgba(0,137,123,.2);
           color: #ffffff;*/
           background-color:transparent;
           color:#B8860B;
        }


.bt1 {
    width: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
    color: #fff;
    background-color: #8AA1B6;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 4px;
    border-left: 5px solid #FF7C3E;
    display: block;
}

.input-group-addon img {
    height: 28px;
    margin-right: -16px;
    margin-bottom: -6px;
    vertical-align: text-bottom; /* align the text */
}

    .input-group-addon img:hover {
        height: 100%;
        margin-right: -16px;
        margin-bottom: -6px;
        display: block;
        padding-bottom: 10px;
        vertical-align: text-bottom; /* align the text */
    }



.custom-bullet ul {
   
    padding: 0;
}

.custom-bullet li {
    padding-left: 1.3em;
    list-style: none;

}

    .custom-bullet li:before {
        content: "\f058"; /* FontAwesome Unicode */
        font-family: FontAwesome;
        display: inline-block;
        color:darkgoldenrod;
        margin-left: -2.0em; /* same as padding-left set on li */
        width: 1.3em; /* same as padding-left set on li */
    }




.list-stle{
    color:darkgoldenrod;
    margin-right:10px;
    
}

#myList li {
    display: none;
}

#loadMore {
    color: green;
    cursor: pointer;
}

    #loadMore:hover {
        color: black;
    }

#showLess {
    color: red;
    cursor: pointer;
}

    #showLess:hover {
        color: black;
    }


/************************* STYLE FOR TBOND PAGE**************************************/
#tbillSummaryTable tbody tr:first-child td {
    background: #D2B48C;
}

#headingDiv {
    background: #FFF5EE;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    width: 100%;
    margin: 0 auto
}

#tbillSummaryTable, #tbondSummaryTable {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto
}

    #tbillSummaryTable td, #tbondSummaryTable td {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #tbillSummaryTable tr:nth-child(even), #tbondSummaryTable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #tbillSummaryTable #tbondSummaryTable tr:hover, #tbondSummaryTable tr:hover {
        background-color: #ddd;
    }
/************************* END OF STYLE FOR TBOND PAGE**************************************/



/************************* STYLE FOR TBILL PAGE**************************************/
    #tbillSummaryTable tbody tr:first-child td {
        background: #D2B48C;
    }

#headingDiv {
    background: #DCDCDC;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    width: 100%;
    margin: 0 auto
}

#tbillSummaryTable, #mytable2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto
}

    #tbillSummaryTable td, #mytable2 td {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #tbillSummaryTable tr:nth-child(even), #mytable2 tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #tbillSummaryTable #mytable2 tr:hover, #mytable2 tr:hover {
        background-color: #ddd;
    }
/************************* END OF STYLE FOR TBILL PAGE**************************************/


.newImg {
   display:inline;
   height:45px;
}