
.errorlist {
    background-color: red;
    color:white;
}
.form-group.required .control-label:after {
  content:"*";
  color:red;
}
.formbox {
    width: 180px;
    height: 180px;
    background-color:cornflowerblue;
    padding: 50px;
    text-align: center;
    color:white;
    font-weight: bold;
}
.formarrow {
    width:100px;
    height:100px;
    background-color: white;
    padding-top: 50px;
    font-size: 36px;
    text-align: center;
}
.largefont {
    font-size: 36px;
}
.showdisable {
    opacity: 0.5;
}
.form-control {
    font-weight: bold;
    font-size: 14px;
}

.input-group .form-control {
    margin-top: -10px;
}

.btn.btn-flat {
    margin-top: -10px;
}

/* css for toggle buttons */
.switch {
    position: relative;
    height: 26px;
    width: 120px;
    margin: 20px auto;
    background: white;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  }
  
  .switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 58px;
    line-height: 26px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }
  .switch-label:active {
    font-weight: bold;
  }
  
  .switch-label-off {
    padding-left: 2px;
  }
  
  .switch-label-on {
    padding-right: 2px;
  }
  
  
  .switch-input {
    display: none;
  }
  .switch-input:checked + .switch-label {
    font-weight: bold;
    color: white;
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: color, text-shadow;
    -moz-transition-property: color, text-shadow;
    -ms-transition-property: color, text-shadow;
    -o-transition-property: color, text-shadow;
    transition-property: color, text-shadow;
  }
  .switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 60px;
    /* Note: left: 50%; doesn't transition in WebKit */
  }
  
  .switch-selection {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    display: block;
    width: 58px;
    height: 22px;
    border-radius: 3px;
    background-color: #65bd63;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd993), color-stop(100%, #65bd63));
    background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
    background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
    background-image: -ms-linear-gradient(top, #9dd993, #65bd63);
    background-image: -o-linear-gradient(top, #9dd993, #65bd63);
    background-image: linear-gradient(top, #9dd993, #65bd63);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -ms-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
  }
  .switch-blue .switch-selection {
    background-color: #3aa2d0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fc9ee), color-stop(100%, #3aa2d0));
    background-image: -webkit-linear-gradient(top, #4fc9ee, #3aa2d0);
    background-image: -moz-linear-gradient(top, #4fc9ee, #3aa2d0);
    background-image: -ms-linear-gradient(top, #4fc9ee, #3aa2d0);
    background-image: -o-linear-gradient(top, #4fc9ee, #3aa2d0);
    background-image: linear-gradient(top, #4fc9ee, #3aa2d0);
  }
  .switch-yellow .switch-selection {
    background-color: #c4bb61;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0dd94), color-stop(100%, #c4bb61));
    background-image: -webkit-linear-gradient(top, #e0dd94, #c4bb61);
    background-image: -moz-linear-gradient(top, #e0dd94, #c4bb61);
    background-image: -ms-linear-gradient(top, #e0dd94, #c4bb61);
    background-image: -o-linear-gradient(top, #e0dd94, #c4bb61);
    background-image: linear-gradient(top, #e0dd94, #c4bb61);
  }
  /* css ends here for toggle buttons */

  .frontend-box {
    padding: 30px;
    background-color: lightgray;
  } 

  /* css for student dashboard */
  .stu_show_div {
    display: block;
  }

  .stu_hide_div {
    display: none;
  }

  .myinfo-div {
    border: 1px groove #F1F1F1;
    border-top: 3px solid lightskyblue;
  }

  .myinfo-img {
    padding: 5px;
    background-color: lightskyblue;
    color: white;
    font-size: medium;
  }

  .feeinfo-div {
    border: 1px groove #F1F1F1;
    border-top: 3px solid brown;
  }

  .holiday-div {
    border: 1px groove #F1F1F1;
    border-top: 3px solid brown;
  }

  .legend {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
  }

.legend li {
    float: left;
    margin-right: 10px;
}  

.legend .holiday {
  background-color: #00A65A;
}
.legend span {
  border: 1px solid #ccc;
  float: left;
  width: 12px;
  height: 12px;
  margin: 2px;
}

.notice-div {
  border: 1px groove #F1F1F1;
  border-top: 3px solid brown;
  min-height: 700px;
}

/* for new design */

/*
.row.match-my-cols {
  overflow: hidden; 
}

.row.match-my-cols [class*="col-"]{
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

*/

.nav-user-links {
  cursor: pointer;
}


.nav-user-links:hover {
  text-decoration: underline;
  color: yellow;
}

.row{
  overflow: hidden; 
}

/*.menu-col {
  margin-bottom: -99999px;
   padding-bottom: 99999px;
}*/
.row.row-overfl{
  display:flex;
}
/*====Media Queries start 14-6-2021==*/
@media only screen and (min-width:320px) and (max-width:767px){
  .stu_show_div {
    display: block;
    margin-right: 109px;
}
.pay-collect {
  min-height: auto !important;
}
  .color_change{
    color:#fff;
  }
  .table{
    background-color: #f7f7f7 !important;
  }
  .perment-address {
      width: 96% !important;
      margin: 0px auto !important;
  }
  .column-spacing {
      margin-right: 0px !important;
      margin-left: 7px !important;
  }
    .left-side {
      padding: 0px 30px !important;   
    }
    .left-side ul {
      padding: 0px 20px !important;   
    }
    .left-side ul li { 
      width: 100% !important;  
      margin-bottom: 0px !important;    
    }
    .left-side {
      padding-bottom: 20px !important;
  }
  .panel.panel-login {
      width: 90%;
      margin: 0px auto;
    margin-bottom:30px;
  }
  .left-side h1{
    text-align:center !important;
  }
  #login-form .form-group {
      float: left;
      width: 100% !important;
  }
  .table-bordered {
      border: 1px solid #f4f4f4;
      display: block;
      overflow-x: scroll;
  }
  .table-style {
      overflow-x: scroll;
      display: block;
  }
  }
  /*====Media Queries End 14-6-2021==*/










