﻿/*
* Created By Shemeer NS 
* This Code is created for demo purpose and uploaded in Codeproject
* My Other Articles in codeproject - http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=3175840
* */
.grid
{
    font-family: tahoma;
    font-size: 12px;
    border: solid 1px #7f7f7f;
    border-collapse: collapse;
    color: #333333;
    width: 100%;
}

.grid th
{
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 1px;
    color: Menu;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
    text-align: left;
    background-color: Highlight;
}
.grid td
{
    color: #333333;
    padding: 4px 1px 4px 1px;
    border-bottom: solid 1px #BBD9EE;
    padding: 4px 5px 4px 10px;
}
.gridRow
{
    background-color: #B1DEDC;
}

.gridAltRow
{
    background-color: #D1EDE9;
}

.gridEditRow
{
    background-color: #0DC6DE;
}
.gridFooterRow
{
    background-color: #E8ECED;
}
.grid tr.gridRow:hover, .grid tr.gridAltRow:hover
{
    font-family: tahoma;
    font-size: 12px;
    border: solid 1px #7f7f7f;
    border-collapse: collapse;
    background-color: #99BBE1;
}

.hCursor
{
    cursor: pointer;
    cursor: hand;
}

.Mainheadcss {
    cursor: pointer;
    text-align: center;
    float: left;
    height: 38px;
    padding: 10px 0px 0px 5px;
    width: 151px;
    border-radius: 5px;
    background: linear-gradient(to top, #09203f 0%, #537895 100%);
    color: #FFF;
}

.Mainheadshow {
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    float: left;
    height: 38px;
    padding: 10px 0px 0px 5px;
    width: 150px;
    color: rgb(115, 167, 235);
    border: 0px 1px 1px 1px solid #f68525;
    background: #FFF;
    /*background: -webkit-linear-gradient(top, #083d7e, #6b9fe1);
    background: -moz-linear-gradient(top, #083d7e, #6b9fe1);
  background: -ms-linear-gradient(top, #083d7e, #6b9fe1);
  background: -o-linear-gradient(top, #083d7e, #6b9fe1);*/
}
    .Mainheadshow:after {
        content: "";
        border: 12px solid;
        border-color: #0b7ab3 transparent transparent transparent;
        /* position: absolute; */
        float: left;
        margin-left: 40%;
        margin-top: 8px;
    }
       .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=90);
        opacity: 0.8;
    }
    .modalPopup
    {
        border: 3px solid black;
            background-color: #FFFFFF;
            padding-top: 10px;
            padding-left: 10px;
            height: 140px;
            overflow-y:auto;
    }
         
           .hideGridColumn
    {
        display:none;
    }
      

               .subbtn_new
       {
    margin-top: 20px;
    width: 95%;
    height: 25px;
    margin-left: 2%;
    color: #ffffff;
    padding-top: 15px;
    font-family: monospace;
    font-size: 80%;
    float: left;
    cursor: pointer;
    border-radius: 5px;
    background: linear-gradient(45deg, #19577c, #008bd0);
    /* background: -webkit-linear-gradient(top, #3c80ba, #6192bb);
    
             /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3c80ba), to(#6192bb));

  /* Safari 5.1, Chrome 10+ */
  /*background: -webkit-linear-gradient(top, #3c80ba, #6192bb);*/

  /* Firefox 3.6+ */
  /*background: -moz-linear-gradient(top, #3c80ba, #86a7c2);*/

  /* IE 10 */
  /*background: -ms-linear-gradient(top, #3c80ba, #6192bb);*/

  /* Opera 11.10+ */
  /*background: -o-linear-gradient(top, #3c80ba, #6192bb);*/

       }

        .subbtn_arr {
   width: 20%;
   height: 40px;
   background: #FFF;
   float: left;
   opacity: 0.7;
   margin-top: -15px;
   border-left: 2px solid #19577c;
   border-right: 2px solid #ffffff;
   background: #19577c;
   }
     
            .subbtn_new a
           {width:90%; height:100%; text-decoration:none; color:#FFF; padding-left:7%; font-family:Calibri; font-size:10px; font-weight:700;  
           }

           .subbtn_arr:after
           {
                content: "";
    border: 7px solid;
   border-color: transparent transparent transparent #fff;
    /*position: absolute;*/
 float:left; margin-left:100%; margin-top:13px;

           }
     .chart_head {
    width: 100%;
    float: left;
    height: 25px;
    padding-top: 5px;
    color: #FFF;
    font-family: monospace;
    font-size: 80%;
    font-weight: 800;
    background: rgb(25,87,124);
    text-align: center;
    text-transform: uppercase;
}