﻿  .mGrid .pgr table { margin: 5px 0; }
  .mGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
  .mGrid .pgr a { color: #666; text-decoration: none; }
  .mGrid .pgr a:hover { color: #000; text-decoration: none; }

 

  .PagerStyle table { margin:auto;border:none;}
 
tr.PagerStyle {text-align:center; background-color:#ddd;}
 
.PagerStyle table td {border:1px; padding:5px; }
 
.PagerStyle a {border:1px solid #fff; padding:2px 5px 2px 5px; color:#333; text-decoration:none;}
 
.PagerStyle span {padding:2px 5px 2px 5px; color:#000; font-weight:bold; border:2px solid #938ede;}
  .accordion table {
            width: 100% !important;
        }
         .acc_trigger {
            padding: 15px 0 0 0;
            margin: 1px 0 0 10px;
            background: url(../images/h2_trigger_a.jpg) no-repeat;
            height: 37px;
            width:100% !important;
            font-size: 18px;
            letter-spacing: -1px;
            font-weight: normal;
            color: #fff;
        }
      .ddl{
          cursor:pointer;
      }
        .acc_trigger:hover {
            color: #ccc;
        }
      
        .button {
            background-color: #2b91af;
            border-radius: 10px;
            box-shadow: 0 2px 3px rgba(0,0,0,0.3);
            color: #fff;
            cursor: pointer;
            display: inline-block;
            padding: 10px 20px;
            text-align: center;
            text-decoration: none;
            background-color: #2B91AF;
            color: #FFF;
            text-shadow: none;
        }
        .button.b-close, .button.bClose {
            border-radius: 7px 7px 7px 7px;
            box-shadow: none;
            font: bold 131% sans-serif;
            padding: 0 6px 2px;
            position: absolute;
            right: -7px;
            top: -7px;
        }
      .datepicker{
          z-index:10000;
      }
        #overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.3;
-khtml-opacity: 0.3;
opacity: 0.3 ;
z-index: 10079;
display: none;
}
  .modal-backdrop.in {
   
    opacity: 1 !important;
}
  .btn-file {
    position: relative  !important;
    overflow: hidden  !important;
}
.btn-file input[type=file] {
    position: absolute  !important;
    top: 0  !important;
    right: 0  !important;
    min-width: 100%  !important;
    min-height: 100% !important;
    font-size: 100px !important;
    text-align: right !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
    outline: none !important;
    background: white !important;
    cursor: inherit !important;
    display: block !important;
}