/*   
Responsive table build with Twitter Bootstrap
Author: Arup Senapati
Website: http://www.a2zwebhelp.com
*/

.greenBox .title{
  background-color: #35aa47;
  color: #FFFFFF;
  margin: 20px 0;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
} 
.greenBox {  
   width:96%;
   margin: 0 auto;
}
/* Responsive Table Layout For Table-1 */

.myTable table { width: 100%; }

@media only screen and (max-width: 800px) {
  .table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background: #f3f3f3;
	min-height: 28px;
	height:auto !important; 
}
.headImgpos {
   bottom: -49px;
    left: 14px;
    position: absolute;
}

.blueBox .title1 {
    background: url("../courseimages/titlebg_middle.png") repeat-x scroll 0 0 #F0F0F0;
    border: 1px solid #E1E1E1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #74AE27;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 4px 5px 70px;
}
  .myTable table {border-left: 1px solid #ddd}
  .myTable .flip-content:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
  .myTable * html .flip-content { zoom: 1; }
  .myTable *:first-child+html .flip-content { zoom: 1; }
  
  .myTable table { width: 100%; border-collapse: collapse; border-spacing: 0; }
 
  .myTable th,
  .myTable td { margin: 0; vertical-align: top; }
  .myTable th { text-align: left; }
  
  .myTable table { display: block; position: relative; width: 100%; }
  .myTable thead { display: block; float: left; }
  .myTable tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
  .myTable thead tr { display: block; }
  .myTable th { display: block; text-align: right; }
  .myTable tbody tr { display: inline-block; vertical-align: top; }
  .myTable td { display: block; min-height: 1.25em; text-align: left; }
 
 
  /* sort out borders */
 
  .myTable th { border-bottom: 0; border-left: 0; }
  .myTable td { border-left: 0; border-right: 0; border-bottom: 0; }
  .myTable tbody tr { border-left: 1px solid #ddd; }
  .myTable th:last-child,
  .myTable td:last-child { border-bottom: 1px solid #ddd; }
}

.no-more-tables table {
/*  width: 100%;*/
  padding-top: 0px;
    width: 100%;
border-collapse: collapse !important;
font-family: "open_sansregular";
}


/* Design Layout For Table -2 */

.greenBox .title{
  background-color: #35aa47;
  color: #FFFFFF;
  margin: 20px 0;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
} 

.greenBox {  
   width:96%;
   margin: 0 auto;
}

.blueBox .title {
	moz-linear-gradient(left, rgba(226,226,226,1) 51%, rgba(209,209,209,1) 51%, #ffffff 58%, rgba(254,254,254,1) 10%);
	border: 1px solid #E1E1E1;
	/* border-radius: 6px;*/
	 background: url("../courseimages/courses-list.png") no-repeat scroll 0 0 #eeeeee; 
   border: 1px solid #E1E1E1;
color: #3a3939;
padding: 6px 4px 5px 49px;
font-size: 16px;
font-weight: 500;
text-shadow: 1px 2px #fff !important;
} 
.enquirymenu{
background:url("../courseimages/enquiry_list.png")no-repeat left 7px !important;

}
.blueBox .title a, .blueBox .title1 a {
color: #020202;
}

.blueBox .title .notselected{
color: #95A0A7;
}
.blueBox .title1{
	/*background-color: #F0F0F0;*/
	background: url("../courseimages/titlebg_middle.png") repeat-x scroll 0 0 #F0F0F0;
	/* border: 1px solid #E1E1E1;
	color: #74AE27;
	
	font-size: 16px;
    font-weight: 600;
    padding: 6px 0 4px 45px; */
	border: 1px solid #E1E1E1;
color: #573B26;
padding: 6px 4px 3px 49px;
font-size: 15px;
font-weight: bold;
font-family:"open_sansregular";
}
.blueBox {  
   width:100%;
  /*  margin: 0 auto; */
 /*  margin: -6px auto 0; */
}

.blueBox1 {
/* margin: 0 auto; */
   /* margin: 1px 24px 3px 18px;*/
    width: 98%;
}
.width48{width:45%;}
.blueBox1 .title1 {
    background: url("../courseimages/titlebg_middle.png") repeat-x scroll 0 0 #F0F0F0;
    border: 1px solid #E1E1E1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #74AE27;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 4px 5px 11px;
}
.table-bordered th{

}
/* Responsive Table Layout For Table-2 */

@media only screen and (max-width: 800px) {
  
  /* Force table to not be like tables anymore */
  .no-more-tables table, 
  .no-more-tables thead, 
  .no-more-tables tbody, 
  .no-more-tables th, 
  .no-more-tables td, 
  .no-more-tables tr { 
    display: block; 
  }
 .no-more-tables tr:last-child {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 0 none;
}
  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .no-more-tables tr { 
    border-left: 1px solid #ddd; 
    border-bottom: 1px solid #ddd; 
  }

  .no-more-tables tr:last-child {
    border-bottom: 0;
  }
 
  .no-more-tables td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 46% !important;
    white-space: normal;
    text-align:left;
	   min-height: 28px;
  }
 
  .no-more-tables td:before { 
    bottom: -1px;
    color: #FFFFFF;
    left: 0;
    margin: 0;
    padding-left: 4px;
    position: absolute;
    text-align: left;
    top: 1px;
    /* white-space: nowrap; */
    width: 42%;
  }
 
  /*
  Label the data
  */
  .no-more-tables td:before { content: attr(data-title); background: none repeat scroll 0 0 #539DCE;}
  .subTable{width:100%;}
  .paddTop5px{padding-top:25px;}
  .SubPadLeft {
    margin-left: 0%;
}
 .no-more-tables .profileTab th{  display :none; }
 .no-more-tables  .bakg td:before
{
    background: none repeat scroll 0 0 #e7e7e7;
    content: attr(data-title);
	color: #4a4a4a;
}
}

@media only screen 
and (max-width : 255px)  { 

.table-bordered th, .table-bordered td {
    border-left: 1px solid #DDDDDD;
    font-size: 9px;
}
.no-more-tables th{
  background: none repeat scroll 0 0 #539DCE;
    color: #FFFFFF;
    font-size: 12px;

}
.no-more-tables tr:last-child {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 0 none;
}
.no-more-tables td:before {
    background: none repeat scroll 0 0 #539DCE;
    content: attr(data-title);
}

.subTable{width:100%;}
.subMainTab {
    margin: 0px;
    width: 100%;
}
.no-more-tables table, .no-more-tables thead, .no-more-tables tbody, .no-more-tables th, .no-more-tables td, .no-more-tables tr {
    display: block;
}
.no-more-tables td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #EEEEEE;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding-left: 46% !important;
    position: relative;
    text-align: left;
    white-space: normal;
}

}
@media only screen and (max-width : 1039px)  
{
.tabDiv25 {
    margin: 0 7px -2px 1px;
    width: 25% !important;
}
}
@media only screen and (max-width : 783px)  
{
.tabDiv25 {
    margin: 0 7px -2px 1px;
    width: 100%!important;
}
}
@media only screen and (max-width : 495px)  
{
.tabDiv25 {
    margin: 0 7px -2px 1px;
    width: 100%!important;
}
}
@media only screen and (max-width : 335px)  
{
.tabDiv25 {
    margin: 0 7px -2px 1px;
    width: 100%!important;
}
}
@media only screen and (max-width : 255px)  
{
.tabDiv25 {
    margin: 0 7px -2px 1px;
    width: 100%!important;
}
.blueBox .title, .blueBox .title1 {
    font-size: 10px !important;
}
}

.tabDiv25{  margin: 2px 7px -2px 1px;
    width: 18%;}

.titlespanm{ color: #707070;
    font-size: 12px;}

.blueBox .title div  span .titlespanm{ color: #707070;
    font-size: 12px;}

.reportScroll{
overflow: scroll;
width: 100%;
}	
.subtable td::before {
    background: none repeat scroll 0px 0px #fff !important;
}	
/* END OF CSS */
