
a:not([href]):not([tabindex]) {
    /* color: inherit; */
    text-decoration: none;
}

a {
	/*color: #b80924;*/
  color: #1f67af;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff !important;
}
.app-content {
  background-color: #f7fafb;
}
.material-half-bg {
  background-color: #73B4FF; 
}
.login-content .login-box {
  border-radius: 15px;
}
.form-control:focus {
  border-color: #8bbef1;
}
.btn-light-blue {
  color: #FFF;
  background-color: #4099ff;
  border-color: #4099ff;
}

.btn-light-blue:hover {
  color: #FFF;
  background-color: #38A9F9;
  border-color: #38A9F9;
  
}
.app-header {
  background: linear-gradient(to right,#4099ff,#73b4ff);
}
.app-header__logo {
  background-color: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
.app-header__logo:focus,.app-header__logo:hover {
  color: #fff !important;
}
.app-sidebar__toggle {
  background-color: rgba(115, 180, 255, 0.35);
}
.app-sidebar__toggle:focus, .app-sidebar__toggle:hover {
  color: #fff;
  background-color: #4099ff;
  text-decoration: none;
}
.app-menu li {
  padding-bottom: 1px;
}
.app-menu__item.active, .app-menu__item:hover, .app-menu__item:focus {
  background: rgba(202,202,202,.3);
  border-left-color: #4099ff;
  text-decoration: none;
  color: #000;
}
.app-sidebar {
  background-color: #fff;
  padding-top: 54px;
}
.app-menu__item {
  color: #666;
  border-left: 5px solid transparent;
}
.app-sidebar__user {
  color: #212529;
}
.sidebar-mini.sidenav-toggled .treeview:hover .app-menu__item {
  overflow: visible;
  background: rgba(202,202,202,.3);
  border-left-color: #1f67af;
  color: #212529;
}
.sidebar-mini.sidenav-toggled .app-menu__label {
  background: rgba(202,202,202,.3);
}
@media only screen and (max-width: 767px) {
 .sidebar-mini.sidenav-toggled .app-menu__label {
  background: transparent;
 }
 .btn-light-blue {
  margin: 5px 0;
 }
}
.treeview-menu {
  background: #fff;
  padding-left: 22px;
}
.treeview-item {
  color: #666;
}
.treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #4099ff;
  background: rgba(202,202,202,.3);
  color: #666;
}
.treeview-item.active, .treeview-item:hover, .treeview-item:focus {
    background: transparent;
    text-decoration: none;
    color: #4099ff;
}
.widget-small {
  height: 140px;
  padding: 20px;
  display: block;
}
.widget-small.primary {
  background: linear-gradient(45deg,#4099ff,#73b4ff);
}
.widget-small.info {
  background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}
.widget-small.warning {
  background: linear-gradient(45deg,#FFB64D,#ffcb80);
}
.widget-small.pink {
  background: linear-gradient(45deg,#FF5370,#ff869a);
}
.widget-small .icon {
  background-color: transparent;
  display: inline-table;
  align-items: normal;
  padding: 0;
  font-size: 5rem;
}
.widget-small .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  -ms-flex-item-align: center;
  align-self: normal;
  padding-bottom: 20px;
}
.widget-small .info p {
  font-size: 2.5rem;
}
.app-title {
  margin: -16px -19px 10px;
  padding: 10px 15px;
}
.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333 !important;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}
.app-title h1 small {
  font-size: 14px;
  font-weight: 300;
}
.sub-title {
  color: #38A9F9;
}
.hr {
  margin-top: 0px;
  margin-bottom: 8px;
  border-top: 1px solid #38A9F9;
}
.form-group input[type=file] {
  height: 42px;
}
.marks-entry .roll-no {
  width: 10%;
  text-align: center;
}
.marks-entry .name {
  width: 40%;
  text-align: center;
}
.marks-entry .type {
  width: 25%;
  text-align: center;
}
.marks-entry .obtained-mark {
  width: 25%;
  text-align: center;
}

.search {
 float: left;
 padding: 5px 10px;
 margin-bottom: 10px; 
} 
/*.search:first-child {
 margin-left: 15px; 
} */
.search button{
 margin-left: -5px;
 cursor: pointer;
 padding-bottom: 3px;
}
.search input{
  padding-left: 3px;
  padding-bottom: 3px;
}
@media only screen and (max-width: 767px) {
 .search {
  padding: 5px 2px; 
 }
 .search input{
  padding-left: 0px;
 }
}
/*@media only screen and (max-width: 1318px) {
 .search:first-child {
  margin-left: 0px; 
 }
}*/
table p {
   word-break: break-all;
}
.refresh {
  height: 25px;
  width: 25px;
  padding: 6px;
  color: #fff;
}

/*.single-schedule{
    margin-top: 2%;
  }
.single-schedule:first-child{
    margin-top: 0px;
 }
.single-schedule:nth-child(2){
    margin-top: 0px;
 }*/
.pin-code input[type=number]::-webkit-inner-spin-button, .aadhar input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    /*-moz-appearance: none;*/
    appearance: none;
    margin: 0; 
}
.pin-code input[type=number],.aadhar input[type=number] {
  -moz-appearance:textfield;
}
.student-marks-details-table th,.student-marks-details-table td {
  width: 25%;
}     
/* @media (min-width: 768px){
 .col-md-4 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 33.3333333333%;
     flex: auto;
     max-width: 100%;
 }
} */
.grade .dropdown-toggle::after {
  display: none;
}
.grade .btn:not([disabled]):not(.disabled):not(.btn-link):hover, .btn:not([disabled]):not(.disabled):not(.btn-link):focus,.btn:hover,.btn-group.open .dropdown-toggle {
  /*background-color: #fff;*/
  /*color: #000;*/
  box-shadow: none;
  transform: none;
}
.user_name {
  padding-left: 10px;
}
@media only screen and (max-width: 500px) {
 .user_name {
   display: none;
 }
}
#remarks tbody>tr>td {
  vertical-align: middle;
  text-align: center;
}
#remarks tbody>tr>td>textarea {
  background: transparent;
}
.alert h4 {
  margin: 0;
}
.href-disabled {
   pointer-events: none;
   opacity: 0.7;
}
.optional-subject {
  text-align: center;
  vertical-align: middle;
  padding: 0 !important;
}
.optional-subject .table {
  margin-bottom: 0;
  background: transparent;
}
.optional-subject .table .tr .td {
  border: none;
  border-top: 1px solid #ddd;
}
.optional-subject .table .tr .td1 {
  border-right: 1px solid #ddd !important;

}
.optional-subject .table .tr:first-child .td{
  border: none;
}
.optional-subject .table-striped>tbody>tr {
    background-color: transparent;
}
.container-div {
  display: inline-block;
  width: 100%;
}
.mandatory-field {
  color: red;
  display: block !important;
  margin-top: 2px;
}
#accordion label span {
  color: red;
  padding-left: 2px;
}
.subject{
  text-align:center;
  width:30%; 
  vertical-align: middle !important;
}
.table-head-th{
  text-align: center;
  width:14%; 
  vertical-align:middle !important;
}
.table-data-subject{
  width: 30%;
  padding: 10px;   
  padding-left:10px; 
}
.table-data-marks{
  width: 14%;
  padding: 10px;
  text-align: center;
} 
.app-title h5 {
  margin: 0;
}
.app-title h5 span{
  padding-left: 8px;
}
#message h6 {
    margin: 5px 0;
    color: #000;
  }
#message p {
  padding: 0px 15px;
  font-size: 12px;
  margin: 0 0 1px;
  font-weight: 400;
}
.valid {
  color: #4caf50;
}
.valid:before {
  position: relative;
  left: -15px;
  content: "✔";
}
.invalid {
 color: #f44336;
}
.invalid:before {
  position: relative;
  left: -15px;
  content: "✖";
}
#notifyLogout .modal-dialog {
   margin-top: 10%;   
 }
@media only screen and (min-width: 500px) {
 #notifyLogout .modal-dialog {
   width: 400px;
   margin-top: 10%;   
 }
 #alert .modal-content {
   width: 60%;
 }
 #alert1 .modal-content {
   width: 60%;
 }
}

/***************/
.logout-success {
  background: #4CAF50 !important;
  color: #fff !important;
}
.timeout {
  background: #d49f00 !important;
  color: #fff !important;
}
.no-logouttime {
  background: #ff3939 !important;
  color: #fff !important;
}
.remark {
  height: 10px;
  width: 10px;
}
.bg_image_teacher {
  background-image: url("../images/techer.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}