/*
Plugin Name: Academist Time Table
Plugin URI: https://www.nayeshdaggula.me/wordpress/plugins/academist-timetable
Description: Academist Course Time Table
Version: 1.0
Author: Nayesh Daggula
Author URI: Https://www.nayeshdaggula.me/
*/

.act_table_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.act_header {
  width: 100%;
}
.act_header h2{
  font-size: 18px;
  text-align: center;
}

.act_registartion{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Poppins,sans-serif;
  font-size: 12px;
  outline: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  padding: 5px 10px;
  color: #fff;
  border: 2px solid transparent;
  line-height: initial;
  background-color: #ff6600;
  cursor: pointer;
}
.act_registartion:hover,
.act_registartion:visited{
  color: #fff;
}
.act_table span{
  color:blue;
}
.act_table .fispan{
  display: block;
}

.act_table {
  margin: auto;
  max-width: 100%;
  border-collapse: collapse;
}

.act_table thead tr{
  border-top: none;
  background: #2b2a2a;
  color: #fff;
}

.act_table tr {
  border-top: 1px solid #0c0c0c;
  border-bottom: 1px solid #0c0c0c;
  background-color: #ffffff;
}

.act_table th {
  display: none;
}

.act_table td {
  display: block;
}

.act_table td:first-child {
  margin-top: .5em;
}

.act_table td:last-child {
  margin-bottom: .5em;
}

.act_table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.act_table th,
.act_table td {
  text-align: left;
}

.act_table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.act_table tr {
  border-color: #e6e6e6;
}

.act_table th,
.act_table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
	.act_table{
	   table-layout: fixed;
	   border-radius: 0px;
	   border: 3px dashed #000;
	   border-collapse: collapse;
	}
	.act_table .freetag{
		margin: 0px !important;
    font-size: 9px !important;
    padding: 0px 5px !important;
	}
  .act_table span {
    color: blue;
    display: inline-block;
    text-align: center;
    margin-left: -15px;
  }
  .act_table tr span:first-child{
    margin-left: 80px;
  }
  .act_table tr .secdnspan{
    margin-left: 0px !important;
  }
   .act_table tr {
	/* border: 1px solid #0c0c0c !important; */
	background-color: #ffffff;
	
	 /* [2] */
	 /* [3] */
	 /* [4] */
	/* padding: 10px; */
	/* margin: 10px; */
	border: 3px dashed #000 !important;
	border-spacing: 0px 1em;
	}
	.act_registartion{
		padding: 3px 10px !important;
    font-size: 11px;
	}
}
@media screen and (min-width: 600px) {
	
  .act_table tr:hover:not(:first-child) {
    background-color: #f1f1f1;
  }
  .act_table td:before {
    display: none;
  }
  .act_table th,
  .act_table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .act_table th:first-child,
  .act_table td:first-child {
    padding-left: 0;
  }
  .act_table th:last-child,
  .act_table td:last-child {
    padding-right: 0;
  }
  .act_table th,
  .act_table td {
    padding: 1em !important;
  }
}

.act_table .freetag{
	padding: 2px 10px;
    background-color: #d0981a;
    color: white !important;
    border-radius: 4px;
    font-size: 10px;
}