@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i&amp;display=swap');


@font-face {
    font-family: 'krutipad_021_bold';
    src: url('../fonts/kp021.woff2') format('woff2'),
         url('../fonts/kp021.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
h2,h3,h4{ font-weight: normal;}
.table {
    border-collapse: collapse !important; width: 100%;
}
.table td,
.table th {
    border: 1px solid #000 ;
    padding:5px 10px;
    background: #fff;
    min-width: 55px;
    font-weight: normal;
    text-align: center;
}
.wrap-top-head{ max-width: 600px; margin: auto;padding: 0 15px;}
.bg-black{ background: #000;}
.wrap{ max-width: 1200px;margin: auto; }
.wrap-top-head .header-1,
.wrap-top-head .header-2{font-family: 'krutipad_021_bold'; background: #e36c0a; text-align: center; padding: 5px; min-height: 80px; border: solid 1px #000;}
.wrap-top-head .header-1 h2 { color: #fff; font-size: 45px;  margin: 0 0 10px;}
.wrap-top-head .header-1 p { color: #000; margin: 0 0 10px; font-size: 22px;}
.wrap-top-head .header-1 p span {
	color: #CE0F14;
	display: block;
}
.wrap-top-head .header-2 { background: #00823b; font-family: 'Roboto', sans-serif; border-top: 0;}
.wrap-top-head .header-2 h2 { font-size: 25px;}
.table .red-bg{ background: #fabf8f;}
.table .green-bg{ background: #c2d69b;}
.table .lal-bg{ background: #900; color:#FFF}
.table .gray-bg{ background: #8d8d8d;}
.table .yellow-bg{ background: #ffc000; color: #f00; padding: 3px;}
.table  thead th { padding: 15px; color: #fff; font-size: 18px; background: #e36c0a;}
.table .td-content {
	font-family: 'krutipad_021_bold';
	font-size: 25px;
	text-align: center;
	width: auto;
}
.table tr td:first-child{ background: #e36c0a; color: #fff;text-align: center; width: 8%;} 
.table tr td:nth-child(2){ background: #bfbfbf; width: 12%;} 
.table tr td:nth-child(3){ background: #d9edf7; width: 8%;} 
.table tr td:nth-child(4){ background: #d6f7f4; width: 8%;} 
.table tr td:nth-child(5){  width: 50%; text-align:justify; 
     height: 150px; width:100%; 
    display: inline-block;
   
    overflow: auto;} 
  

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.table tr td:nth-child(6){ background: #d6f7f4; width: 8%;} 
audio { 
  width: 260px; 
  box-shadow: 2px 5px 5px rgba(0,0, 0, 0.4);
  border-radius: 100px;
  transform: scale(1.05);
}
.btn {
  background-color: #b9330f;
  border: none;
  color: #fff;
  padding: 5px 16px;
  font-size: 16px;
  cursor: pointer;
 position:fixed;
 bottom:50;
 opacity:0.9;
 
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #e36c0a;
}


.table-wrap {
    overflow: auto;
    
}

@media (max-width:767px){
    .table audio {
    width: 300px;
    
}
.table wrap{clear:both;}
.table tr td:first-child{ background: #e36c0a; color: #fff;text-align: center; width: 8%;} 
.table tr td:nth-child(2){ background: #bfbfbf; width: 12%;} 
.table tr td:nth-child(3){ background: #d9edf7; width: 8%;} 
.table tr td:nth-child(4){ background: #d6f7f4; width: 8%;} 
.table tr td:nth-child(5){  width: 50%; text-align:justify; 
     height: 150px; width:250px; 
    display: inline-block;
   
    overflow: auto;
    
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}