@charset "utf-8";
/* CSS Document */
body{font-size:16px!important;  }
.tophead{background-color:#042d63 !important; color:#fff; font-size:20px;}

.tophead th {border-right: 1px solid #4a628d!important; padding: 8px 9px 8px 9px!important;}

.bothead{ background-color:#e32e38 !important; color:#fff; font-size:18px;}

.bothead th{border-right: 1px solid #ee8282!important; padding: 8px 9px 8px 9px!important;}

.table-striped>tbody>tr:nth-of-type(odd){ background-color:#e8e8e8;line-height: 1.2!important;}

.table>tbody>tr>th {
    line-height: 1.2!important;
}

.table>tbody>tr>td{ border: 1px solid rgb(209, 209, 209);/*border-right: 1px solid #d6e6ff;*/ padding: 7px 9px 7px 9px;}

.gaprow{height:10px; background: repeating-linear-gradient(180deg, #ffffff, #ffffff 7px, #c1cce1 3px, #c1cce1 9px);}



sub, sup {
    font-size: 80%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.myinput {
 background-image: url('/images/searchicon.png');
    background-position: 4px 7px;
    background-repeat: no-repeat;
    background-sizE: 11px;
    font-size: 14px;
    padding:4px 3px 2px 3px;
    padding-left: 18px;
    max-width: 80px;
    border: 00px;
}
.searcharea{display:table-row!important;}
.num {font-size: 12px; vertical-align: 5px; margin-right:-1px;}
.den {font-size: 12px; vertical-align: 0px;}

body {
    font-family: Arial, sans-serif;
}


@media screen and (max-width: 767px) {
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: pre-wrap ;
    }
	.bothead {
    background-color: #e32e38 !important;
    color: #fff;
    font-size: 15px;
	} .myinput{max-width:50px;}  :-webkit-input-placeholder {
        /* WebKit browsers */
         color: transparent;
    }
     :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
         color: transparent;
    }
     ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
         color: transparent;
    }
     :-ms-input-placeholder {
        /* Internet Explorer 10+ */
         color: transparent;
    }
     input::placeholder {
         color: transparent;
    }
     textarea::-webkit-input-placeholder {
        /* WebKit browsers */
         color: transparent;
    }
     textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
         color: transparent;
    }
     textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
         color: transparent;
    }
     textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
         color: transparent;
    }
     textarea::placeholder {
         color: transparent;
    }
}

@media screen and (max-width: 507px) {
    .bothead {
    background-color: #e32e38 !important;
    color: #fff;
    font-size: 13px;
	} 
    /*body{font-size:13px!important;}*/
}

@media screen and (max-width: 767px) {
    .table-responsive {
      border: none !important;
    }
}
@media(max-width: 998px){
    td { font-size: 15px !important; }
    .bothead{ font-size: 15px !important;  }
}
td { font-size: 16px !important; }

 .row-even {
    background-color: #fff !important;
  }
  .row-odd {
    background-color: #e8e8e8 !important;
  }
  .gaprow {
    background-color: transparent;
  }