
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: linear-gradient(to Left, #1fdbcf, #141b71);
  height: 100vh;
  position: relative;
}

.loginSection  {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 18%;
  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: #26519c;
  font-size: 26px;
}

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

.form-control:focus  {
  background: #f0f1f3;
  border: 1px solid #f27400;
  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: #f27400;
  color: #fff;
  border: none;
  padding: 8px;
  border-radius: 4px;
  text-transform: uppercase;
}

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

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

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

header  {
  background: linear-gradient(to Left, #1fdbcf, #141b71);
  padding: 0 5px;
  z-index: 999999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

header .logo  {
  padding: 15px 0;
}

header .logo img  {
  width: 180px;
}

.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: #f27400;
}

.sideMenu li.open i  {
  color: #f27400;
}

.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: #f27400;
  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: linear-gradient(to Left, #1fdbcf, #141b71);
  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: #f27400;
  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: #2157ad;}

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

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

.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: #1ec7c5;
  border-color: #49e6e5;
  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 {
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0 4px;
  color: #1ec7c5;
}

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

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

.tbl td button 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: #f27400;
  border: none;
  color: #fff;
  padding: 4px 15px;
  border-radius: 4px;
}

.btn3:hover {background: #2157ad;}

.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: #f27400;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 14px;
}

.btn:hover {background: #2157ad;}

.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: #f27400;margin-left: 8px;}

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

/* 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: #f27400;
  }

  .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: #f27400;
  }

  .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;
  }

}