body,
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 13px;
  color: #666666;
  background: #f0f1f3;
  font-family: 'Roboto', sans-serif;
}

.loginLogo {
  padding: 20px 0;
}

.loginLogo img {
  width: 340px;
}

.loginPage {
  background: #154060;
  height: 100vh;
  position: relative;
}

.loginSection {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 22%;
  text-align: center;
}

.loginSection figure {
  padding-bottom: 15px;
}

.loginSection figure img {
  width: 280px;
}

.loginSection h2 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 30px;
}

.loginSection .loginForm {
  background: #fff;
  padding: 30px 30px;
  border-radius: 8px;
  width: 340px;
  margin: 15px auto 0;
}

.loginSection .loginForm h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #154060;
  font-size: 26px;
}

.form-control {
  background: #f0f1f3;
  border: 1px solid #f0f1f3;
  height: 42px;
  font-size: 14px;
}

.form-control:focus {
  background: #f0f1f3;
  border: 1px solid #70bf44;
  box-shadow: none;
}

.loginSection .loginForm .remLine {
  margin-bottom: 15px;
}

.loginSection .loginForm .remLine .checkBoxLine {
  float: left;
}

.loginSection .loginForm .remLine a {
  float: right;
}

.loginSection .loginForm .remLine .checkBoxLine input {
  margin-right: 8px;
}

.loginSection .loginForm .loginBtn {
  padding: 10px 0 0;
}

.loginSection .loginForm .loginBtn input {
  cursor: pointer;
  width: 100%;
  background: #154060;
  color: #fff;
  border: none;
  padding: 8px;
  border-radius: 4px;
  text-transform: uppercase;
}

.loginSection .loginForm .loginBtn input:hover {
  background: #154060;
}

.loginCopyright {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.loginCopyright p {
  margin: auto;
  color: #fff;
  padding: 15px 0;
}

header {
  background: #154060;
  padding: 0 5px;
  z-index: 999999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

header .logo {
  padding: 17px 0;
}

header .logo img {
  width: 160px;
}

.sidenav {
  min-height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: 0.5s;
  box-shadow: 0 0 3px 1px #bcb8b8;
  bottom: 0;
  padding-top: 65px;
  overflow-x: hidden;
}

.sidenav a {
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

.sideMenu .link:hover,
.sideMenu .link:hover i {
  color: #fb7700;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 26px;
  margin-left: 50px;
  z-index: 9;
  color: #333;
}


.sideMenu {
  width: 100%;
  max-width: 360px;
  padding: 0;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
}

.sideMenu li {
  list-style-type: none;
}

.sideMenu .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 52px;
  color: #4D4D4D;
  font-size: 14px;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sideMenu li i {
  position: absolute;
  top: 18px;
  left: 18px;
  font-size: 16px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sideMenu li i.fa-chevron-down {
  right: 15px;
  left: auto;
  font-size: 14px;
  top: 18px;
}

.sideMenu li.open .link {
  color: #70bf44;
}

.sideMenu li.open i {
  color: #70bf44;
}

.sideMenu li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdownSec {
  display: none;
  background: #f4f4f4;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.dropdownSec li {
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}

.dropdownSec a {
  display: block;
  text-decoration: none;
  color: #4D4D4D;
  padding: 12px;
  padding-left: 50px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.dropdownSec a:hover {
  background: #70bf44;
  color: #FFF;
}

.mainBody {
  width: calc(100% - 240px);
  float: right;
  padding-top: 62px;
}

.dashboardSection {
  padding: 30px 17px;
}

.dashboardSection .dashBrdBox {
  background: #fff;
  padding: 25px;
  box-shadow: 0 0 2px 1px #dccdcd;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}

.dashboardSection .dashBrdBox>i {
  position: absolute;
  right: 11%;
  font-size: 34px;
  top: 28%;
  color: #fb7700;
}

.dashboardSection .dashBrdBox h3 {
  font-size: 24px;
  color: #32325d;
  margin-bottom: 5px;
}

.dashboardSection .dashBrdBox p {
  margin: 0;
  color: #32325d;
  font-size: 14px;
  text-transform: capitalize;
}


@media (min-width:768px) {
  .sidenav {
    width: 240px;
  }

  .main_menu,
  .closebtn {
    display: none !important;
  }

}

footer {
  background: #154060;
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 240px);
}

footer p {
  margin: auto;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}

.innerPageSection {
  padding: 30px 30px 40px;
}

.headingSec {
  background: #fff;
  padding: 8px 15px;
  box-shadow: 0 0 2px 1px #ddd;
  margin-bottom: 25px;
  width: 100%;
}

.headingSec ul {
  margin: auto;
  padding: 0;
}

.headingSec ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 10px;
  color: #1dbabf;
  position: relative;
}

.headingSec ul li::before {
  content: '/';
  position: absolute;
  left: -4px;
  color: #333;
}

.headingSec ul li:first-child {
  padding-left: 0;
}

.headingSec ul li:first-child::before {
  display: none;
}

.headingSec ul li a,
.headingSec ul li a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: #333;
}

.formSearch {
  background: #fff;
  padding: 23px 10px 8px;
  box-shadow: 0 0 2px 1px #ddd;
  margin-bottom: 30px;
}

.formSection {
  background: #fff;
  padding: 23px 10px;
  box-shadow: 0 0 2px 1px #ddd;
  margin-bottom: 30px;
}

.subHeading {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.subHeading h3 {
  font-size: 18px;
  color: #164083;
  margin: auto;
}

.subHeading .btn3 {
  position: absolute;
  right: 15px;
  top: -5px;
}

.formSection .form-control[type='file'] {
  padding: 8px 15px;
}

.formSection label {
  color: #4D4D4D;
}

.mt-25 {
  margin-top: 25px;
}

.formBtn {
  text-align: center;
  padding: 15px 0 10px;
}

.formBtn input,
.formBtn2 input,
.formBtn button,
.formBtn2 button {
  cursor: pointer;
  min-width: 130px;
  background: #70bf44;
  color: #fff;
  border: none;
  padding: 8px;
  border-radius: 4px;
  text-transform: uppercase;
  margin: 0 10px;
}

.formBtn button i,
.formBtn2 button i {
  margin-right: 5px;
}

.formBtn input:first-child,
.formBtn2 input:first-child {
  margin-left: 0;
}

.formBtn input:hover,
.formBtn2 input:hover,
.formBtn button:hover,
.formBtn2 button:hover {
  background: #154060;
}

.formBtn input[type="reset"],
.formBtn2 input[type="reset"] {
  background: #154060;
}

.formBtn input[type="reset"]:hover,
.formBtn2 input[type="reset"]:hover {
  background: #70bf44;
}

.tbl {
  width: 100%;
  margin-bottom: 10px;
}

.tbl,
.tbl th,
.tbl td {
  border: 1px solid #ddd;
  padding: 4px 6px;
}

.serialNumber {
  counter-reset: serial-number;
}

.serialNumber td:first-child,
.serialNumber td.tdAction {
  text-align: center;
}

.serialNumber td:first-child::before {
  counter-increment: serial-number;
  content: counter(serial-number);
}

.tbl th {
  color: #fff;
  background: #154060;
  border-color: #154060;
  padding: 8px 12px 8px 6px !important;
}

.tbl th:first-child {
  /*! width: 60px; */
}

.tbl thead,
.tbl tbody {
  border: none;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  top: 6px;
}

.tbl td button,
.tbl td a {
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0 4px;
  color: #154060;
}

.tbl td button i.fa-eye,
.tbl td a i.fa-eye {
  color: #2b86e6;
}

.tbl td button i.fa-pencil-alt,
.tbl td a i.fa-pencil-alt {
  color: #dd8411;
}

.tbl td button i.fa-trash-alt,
.tbl td a i.fa-trash-alt {
  color: #444141;
}

.tbl td .form-control {
  text-align: center;
}

.settingDropdown .dropbtn {
  cursor: pointer;
  background: transparent;
  border: none;
  box-shadow: none;
}

.settingDropdown {
  float: right;
  padding: 10px 0;
  margin: 5px auto;
}

.settingDropdown button img {
  width: 33px;
}

.settingDropdown .dropdown-content {
  display: none;
  position: absolute;
  min-width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin: auto;
  padding: 0;
  background: #fff;
  right: 18px;
  top: 88%;
  border-radius: 6px;
  overflow: hidden;
}

.settingDropdown .dropdown-content li {
  list-style-type: none;
  display: block;
  border-bottom: 1px solid #ddd;
}

.settingDropdown .dropdown-content li a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.settingDropdown .dropdown-content li a i {
  margin-right: 10px;
}

.settingDropdown .dropdown-content li a:hover {
  background: #fb7700;
  color: #fff;
}

.settingDropdown:hover .dropdown-content {
  display: block;
}

.studentProfile {}

.studentProfilePic {
  margin-top: 10px;
}

.studentProfilePic figure {
  width: 220px;
  border: 1px solid #ddd;
  padding: 10px;
}

.studentProfilePic figure img {
  width: 100%;
}

.studentProfile table {
  width: 100%;
}

.studentProfile table th {
  color: #164083;
  font-size: 18px;
}

.studentProfile table th h3 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 18px;
  padding-bottom: 15px;
}

.studentProfile table tbody tr:first-child th h3 {
  margin-top: 10px;
}

.studentProfile table td {
  padding: 8px 25px;
}

.studentProfile table td:first-child {
  padding-left: 0;
}

.studentProfile table td b {
  color: #4D4D4D;
  font-weight: 500;
  white-space: nowrap;
}

.btn3 {
  cursor: pointer;
  background: #70bf44;
  border: none;
  color: #fff !important;
  padding: 4px 15px;
  border-radius: 4px;
}

.btn3:hover {
  background: #154060;
}

.formSearch .formBtn {
  text-align: left;
  padding: 31px 0 0;
}

.formSearch .formBtn2 {
  text-align: left;
  padding-bottom: 10px;
}

.successMsg {
  color: #38b00d;
}

.alertMsg {
  color: #fa0101;
}

.form-group .alertMsg {
  text-align: left;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.radioInline {
  margin: auto;
  padding-top: 12px;
  padding-left: 0;
}

.radioInline li {
  display: inline-block;
  padding-right: 25px;
}

.radioInline li input {
  margin-right: 8px;
}

.radioInline li label {
  margin: auto;
}

.form-control {
  box-shadow: none !important;
}

.form-control:disabled,
.form-control[readonly] {
  background: #d5d5d5;
}

.formSearch2 .formBtn {
  padding: 3px 0;
}

.btn {
  cursor: pointer;
  min-width: 130px;
  background: #70bf44;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 14px;
}

.btn:hover {
  background: #154060;
}

.addPanel {
  margin-bottom: 22px;
}

.addPanel .addPanelBody {
  background: #fff;
  box-shadow: 0 0 2px 1px #ddd;
  margin-top: 25px;
  padding: 23px 23px 8px;
}

.addPanel .addPanelBody .formBtn {
  padding: 5px 0 15px;
  text-align: left;
}

.addPanel .addPanelHeader {
  padding: 0;
  text-align: right;
}

.addPanel .addPanelHeader button {
  margin: 0 7px;
}

.addPanel .addPanelHeader button:last-child {
  margin-right: 0;
}

.alert-error {
  background: #f5c6cb;
  border-color: #f5c6cb;
  color: #721c24;
}

.page-item.active .page-link {
  background: #ff8d12;
  border-color: #ff8d12;
}

.print-icon {
  position: fixed;
  top: 2%;
  right: 5%;
}

.print-icon img {
  width: 40px;
}

.responsiveTbl {
  overflow: auto;
}

.topLine {
  font-size: 20px;
  margin: auto;
  padding: 6px 0;
  color: #333;
}

.topLine span {
  color: #70bf44;
  margin-left: 8px;
}

.topLine span i {
  font-size: 18px;
}

.calendarModal {
  padding-top: 45px;
}

.month-nav ul {
  margin: 0;
  padding: 0;
}

.month-nav ul li {
  display: inline-block;
  width: 7.42%;
}

.month-nav ul li a {
  background: transparent;
  border: 1px solid #c6c6c6;
  width: 100%;
  display: block;
  text-align: center;
  padding: 8px 1px;
  border-radius: 4px;
  color: #333;
}

.month-nav ul li.active a {
  background: #154060;
  color: #fff;
  border-color: #154060
}

.month-nav h3 {
  font-size: 22px;
  font-weight: bold;
  color: #154060;
  text-align: center;
  padding-top: 20px
}

ul.calendar {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.calendar li {
  border: 0.5px solid #ddd;
  text-align: center;
  min-height: 130px;
  line-height: 30px;
  padding: 3px;
}

ul.calendar li a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #000;
  height: initial;
  line-height: initial;
  text-align: center;
}

ul.calendar li:hover {
  background: #f6f6f6;
}

ul.calendar li a span {display: block;font-size: 14px;color: #666;padding: 2px 0;}

ul.calendar li a span span {color: #333;padding: 2px 0 0;}

ul.calendar li span.event_status {
    display: block;
    line-height: initial;
    border-radius: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 110px;
    padding: 2px 4px;
    margin: 1px auto;
    cursor: pointer;
}

ul.calendar li span.event_status-0, ul.calendar li span.event_status-running {
    background: rgb(213, 213, 14);
    color: #333;
}

ul.calendar li span.event_status-1, ul.calendar li span.event_status-Done {
    background: green;
    color: #fff;
}
 
ul.calendar li span.event_status-2, ul.calendar li span.event_status-Cancel {
    background: red;
    color: #fff;
}

.empty {
  background: #f9f9f9;
}

.month-nav {
  margin-bottom: 15px;
}

/* Responsive Start */

@media (min-width:768px) {

  .desktopHidden {
    display: none !important;
  }

}

@media (max-width:767px) {

  .mainBody {
    width: 100%;
    padding-top: 48px;
  }

  header .logo {
    padding: 12px 0;
  }

  .settingDropdown {
    margin: 0;
    padding: 8px 0;
  }

  .dashboardSection {
    padding: 20px 0;
  }

  .dashboardSection .dashBrdBox {
    margin-bottom: 15px;
  }

  footer {
    width: 100%;
  }

  .main_menu {
    z-index: 11111111;
    position: fixed;
    right: 25px;
    top: 15px;
    cursor: pointer;
  }

  .main_menu img {
    width: 30px;
  }

  .settingDropdown {
    display: none;
  }

  .innerPageSection {
    padding: 20px 15px 40px;
  }

  .xs_hidden {
    display: none;
  }

  .formSection {
    padding: 23px 0;
  }

  .responsiveTbl {
    border: none;
  }

  .responsiveTbl thead {
    display: none;
  }

  .responsiveTbl tr {
    display: block;
    margin-bottom: 25px;
  }

  .responsiveTbl td {
    text-align: right !important;
    display: block;
    padding: 8px;
  }

  .responsiveTbl td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    color: #70bf44;
  }

  .responsiveTbl td:nth-child(4),
  .responsiveTbl td:nth-child(5) {
    text-align: justify !important;
    display: block;
    padding: 28px 8px 8px;
    ;
    position: relative;
  }

  .responsiveTbl td:nth-child(4):before,
  .responsiveTbl td:nth-child(5):before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    top: 6px;
    position: absolute;
    color: #70bf44;
  }

  .serialNumber td:first-child {
    display: none;
  }

  .studentProfile table td {
    display: block;
    padding: 4px !important;
    width: 100%;
  }

  .studentProfile table td b {
    color: #000;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 5px;
  }

  .sidenav {
    min-height: 100%;
    width: 0;
    position: fixed;
    z-index: 11111111;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: 0.5s;
    box-shadow: 0 0 3px 1px #bcb8b8;
    bottom: 0;
    padding-top: 25px;
    overflow-x: hidden;
  }

}