body {
  background-color: #fbfbfb;
  background-image: linear-gradient(#fcfcfc, #fbfbfb, #f5f5f5, #f0f0f0);
  font-family: Poppins;
}
.page-content {
  background-color: #fbfbfb;
  background-image: linear-gradient(#fcfcfc, #fbfbfb, #f5f5f5, #f0f0f0);
}
.sidebar {
  background-color: #0d0f28;
}
.panel {
  border: solid 1px #e4e4e4;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 25px;
  box-shadow: none;
}
.panel-heading {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.navbar {
  background-color: #fff;
  box-shadow: 2px 2px 5px #d5d5d5;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 5px 0px;
  min-height: 60px;
}
.page-container {
  margin-top: 60px;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 20px;
  color: #242956;
  font-family: Montserrat;
}
.page-title h4 {
  font-weight: 500;
}
/* .content-wrapper {
  background-color: #fbfbfb;
  background-image: linear-gradient(#fcfcfc, #fbfbfb, #f5f5f5, #f0f0f0);
} */
.school_mgt_label {
  color: #323232;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  margin-left: 0%;
  font-size: 28px;
}
.navbar-inverse .navbar-collapse {
  text-align: center;
}
.navbar-inverse .navbar-nav > li > a {
  color: #323232;
}
.navbar-inverse {
  border-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #323232;
  background-color: #fff;
}
.page-header-default {
  margin-bottom: 2rem;
}
a {
  color: #005b9a;
}
/* a:hover {
  color: #ff3e81;
} */
ul.breadcrumb li a {
  color: #005b9a;
}
.ftcontent {
  background-color: #242956 !important;
}
footer a {
  color: #6aade1;
}
.btn {
  border-radius: 100px !important;
  padding: 0.5rem 1rem;
}
.panel-default.yearly_calendar .panel-title > a {
  color: #005b9a;
}
.navigation .navigation-header {
  padding: 15px 20px 5px 20px;
  font-size: 1.5rem;
}
.navigation .navigation-header a {
  border-left: solid 1px #afafaf;
  padding-left: 10px;
}
.blog-section-right-bg {
  position: absolute;
  bottom: 0%;
  right: 0%;
}
.content {
  position: relative;
}
.blog-section-left-bg {
  bottom: 0px;
  left: -20%;
  position: absolute;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand > img {
  height: auto;
  margin-top: 0;
  max-height: 45px;
}
.navbar-header {
  min-width: auto;
}
/**NOTE EDITOR**/
.panel.note-editor {
  border-radius: 0 !important;
}
.panel.note-editor .note-btn.btn {
  border-radius: 0 !important;
}
.bootstrap-select .btn {
  border-radius: 3px !important;
}
marquee.announcement {
  border-radius: 40px;
  margin-bottom: 2rem;
  background: #d7e6f1;
  color: #333;
}
.nav > li {
  display: inline-block;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 9px;
}
.navbar-right .dropdown-menu {
  right: 5px;
}
/* .page-header-content {
  border-bottom: solid 1px #e4e4e4;
} */
/* .page-header-default .breadcrumb-line:not([class*="bg-"]) {
  background-color: transparent;
  float: left;
  width: 75%;
}
.breadcrumb-line {
  border-top: 0;
}
.above-content {
  border-top: 0;
}
.page-header-default .breadcrumb-line:first-of-type + .above-content {
  float: none;
  width: 100%;
} */

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
  top: 30%;
  height: 20px;
  width: 20px;
  border: 0px;  
  line-height: 21px;
  content: '+';
  background-color: #31b131;
  font-size: 20px;
  font-weight: bold;
  box-shadow: none;
}

#overlay_text .spinner {
  color: #f34080;
}

#overlay {
  background-color: rgba(255,255,255,0.9);
}

#overlay_text {
  color: #f34080;
}

.modal-content {
  border-radius: 25px;
}

.navigation > li.active > a, .navigation > li.active > a:focus, .navigation > li.active > a:hover {
  background-color: #6baede;
}

.att_pres, .att_late, .att_abse {
  border-radius: 10px;
}

td.att_pres, td.att_late, td.att_abse {
  border-radius: 0px;
}

.sidebar-user + .sidebar-category .navigation {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .navbar-brand > img {
    max-width: 250px;
  }
  .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    a:not(.label-flat):not(.badge-flat):not(.disabled > a) {
    color: #333;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu {
    background-color: rgb(255, 255, 255);
  }
  .page-header-default .breadcrumb-line:not([class*="bg-"]) {
    width: 100%;
    vertical-align: unset;
  }
  .sidebar-user + .sidebar-category .navigation {
    margin-bottom: 0px;
  }
}
