.error {
  font-weight: bold;
  color: #FF0000;
}

.login {
  font-style: italic;
}

/*form label {  display: inline-block;  width: 150px;
  font-weight: bold;
}*/

td.label {
  font-weight: bold;
}

img.profile {
  vertical-align: top;
}
.footer {
  margin:0;
  padding:0;
  text-align: center;
  font-size: 80%;
  background-color: #333;
  color: white;
  position:fixed;
  width:99%;
  bottom:0;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: serif, sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: serif, sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.form input[type=submit] {
  font-family: serif, sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
  background: #ffffff; /* fallback for old browsers */

  font-family: serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.genform {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  margin: 0 auto 100px;
  padding: 45px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.genform input {
  font-family: serif, sans-serif;
  margin: 0 0 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.genform button {
  font-family: serif, sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.genform input[type=submit] {
  font-family: serif, sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.genform button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.genform .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.genform .message a {
  color: #4CAF50;
  text-decoration: none;
}
.genform .register-form {
  display: none;
}

.wideform {
  position: relative;
  width:auto;
  align:center;
  display:table;
  z-index: 1;
  background: #FFFFFF;
  margin: 0 auto 20px;
  padding: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}



.filterform {
  position: relative;
  width:auto;
  z-index: 1;
  background: #FFFFFF;
  margin: 0 auto 20px;
  padding: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.filterform input {
  font-family: serif, sans-serif;
  margin: 0 0 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.filterform button {
  font-family: serif, sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.filterform input[type=submit] {
  font-family: serif, sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: auto;
  border: 0;
  padding: 5px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.filterform button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.filterform .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.filterform .message a {
  color: #4CAF50;
  text-decoration: none;
}
.filterform .register-form {
  display: none;
}

.filterformreport input[type=submit] {
  font-family: serif, sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: auto;
  border: 0;
  padding: 5px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.filterformreport button:hover,.form button:active,.form button:focus {
  background: #43A047;
}

table {
    border-collapse: collapse;
    width: auto;
    align:"center";
}

.tctable tr{
  height: 40px;
}

.tctable tr:hover{background-color:rgba(0, 0, 0, 0)}

.tctable td:nth-child(1){
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  border:none;
  width:10px;
}
.tctable td:nth-child(2){
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  border:none;
  width:300px;
}
.tctable td:nth-child(3){
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  border:none;
  width:10px;
}
.tctable td:nth-child(4){
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  border:none;
  width:400px;
}
tr.tc_tr{
  height: 40px;
}
tr.tc_tr2{
  height: 20px;
}
td.tctd_first{
    padding: 10px;
    text-align: left;
    border:none;
    width:10px;
}
td.tctd_second{
    padding: 10px;
    text-align: left;
    border:none;
    width:300px;
}
td.tctd_third{
    padding: 10px;
    text-align: left;
    border:none;
    width:400px;
}

th{
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    width:auto;
}

td{
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    width:auto;
}

td.autowidth {
    width: auto;
    white-space: nowrap;
}

th.autowidth {
    height:auto;
    line-height:auto;
    width: 0px;
    white-space: nowrap;
}
td.leftalign
{
    text-align:left;
    width:auto;
}
th.leftalign
{
    text-align:left;
    width:0px;
}
th.leftalignpgm
{
    text-align:left;
    width:autopx;
}
th.date
{
    text-align:left;
    text-align:center;
    width:100px;
}

th.fbborder{
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width:auto;
}

td.fbborder{
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width:auto;
}

td.fbleft{
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-top: 10px solid #ddd;
    border-left: 10px solid #ddd;
    border-right: 10px solid #ddd;
    width:auto;
}

td.date
{
    text-align:left;
    width:100px;
    text-align:center;
}

th.sl
{
    text-align:left;
    text-align:center;
    width:20px;
}
td.sl
{
    text-align:left;
    width:20px;
    text-align:center;
}
td.name
{
    text-align:left;
    width:100px;
    text-align:center;
}

td.question
{
    text-align:left;
    width:200px;
    text-align:left;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

tr.head
{
    background-color:#aaaaaa
}

th.fbanswer
{
    text-align:left;
    width:100px;
    text-align:center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

td.fbanswer
{
    text-align:left;
    width:250px;
    text-align:center;
}


tr.head:hover
{
    background-color:#aaaaaa
}
tr:hover{background-color:#f5f5f5}

.checkboxFour input[type=checkbox] {
visibility:hidden;
}


/**
 * Checkbox Four
 */
.checkboxFour {
	width: 40px;
	height: 40px;
	background: #fff;
	margin: 10px 10px;

	border-radius: 100%;
	position: relative;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

/**
 * Create the checkbox button
 */
.checkboxFour label {
	display: table-row;
	width: 30px;
	height: 30px;
	border-radius: 100px;
    vertical-align:middle;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
    line-height:30px;
	background: #fff;
    font-weight:bold;
	-webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}

/**
 * Create the checked state
 */
.checkboxFour input[type=checkbox]:checked + label {
	background: #FE5C5C;

}


th.rotate {
  /* Something you can count on */
  height: 100px;
  white-space: nowrap;
  text-align:center;
  width: 1px;
  padding:0;
  vertical-align:middle;
  text-align:center;

    line-height:auto;
}

th.rotate > div {
  transform:
    /* Magic Numbers */
    /* 45 is really 360 - 45 */
    rotate(270deg);
    padding:0;
    width=1px;
}

/* Added on 22.07.2021 - Begin*/
.addstudentform {
  position: relative;
  /*z-index: 1;*/
  background: #FFFFFF;
  margin: 0 auto 100px;
  width:50%;
  /*padding: 45px;*/
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
}
.addstudentform fieldset {
  padding:20px;
  margin:20px 0;
  border:3px solid #222;
}
.addstudentform legend {
  padding:10px;
  font-size:18px;
  letter-spacing:0.1em;
}
.addstudentform input[type=text],input[type=number],input[type=tel] {
  padding:10px;
  font-size:18px;
  letter-spacing:0.1em;
  display:block;
  width:90%;
}

.addstudentform input[type=date] {
  padding:10px;
  font-size:18px;
  letter-spacing:0.1em;
  display:block;
}
.addstudentform input[type=email] {
  padding:10px;
  font-size:18px;
  letter-spacing:0.1em;
  display:block;
  width:90%;
}
.addstudentform input[type=month] {
  padding:10px;
  font-size:18px;
  letter-spacing:0.1em;
  display:block;
}
.addstudentform select {
  padding:10px 50px 10px 10px;
  font-size:18px;
  letter-spacing:0.1em;
  border-radius:4px;
  border:1px solid
  display:block;
  width:auto;
  margin:auto;
  align-content: center;
}

.addstudentform label{
  font-size:18px;font-size:18px;font-size:18px;font-size:18px;font-size:18px;font-size:18px;
  line-height: 150%;
  display: block;
}

.addstudentform input[type=submit] {
  font-family: serif, sans-serif;
  font-weight:bold;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  border-radius:4px;
  width: 100%;
  border: 0;
  padding: 10px;
  color: #FFFFFF;
  font-size: 18px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.required:after {
    content:" *";
    color: red;
  }

.tcpage{
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;

    width: 21cm;
    height: auto;
}
.tcpage2{
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;

    width: 19cm;
    height: auto;
}
.filterformreport {
  position: relative;
  width:auto;
  z-index: 1;
  background: #FFFFFF;
  margin: auto 20px;
  padding: 5px;
}
@media print
{
  .no-print, .no-print *
  {
    display:none !important;
  }
  html, body{
    height:99%;
  }
  * {-webkit-print-color-adjust:exact;}
}
