body,
html {
  font-family: 'Muli', sans-serif;
  font-size: 13px;
  color: #333333;
  background: #f2f2f2;
}
a {
  cursor: pointer;
}
html {
  min-height: 100%;
  position: relative;
}
.main-head {
  font-family: 'Righteous', cursive;
  text-transform: uppercase;
}
.font-family {
  font-family: 'Muli', sans-serif;
}
.font-family1 {
  font-family: 'Righteous', cursive;
}
.login-html {
  height: 100%;
}
.logo {
  margin: 5px 0;
}
.logo img {
  float: left;
}
.logo p {
  float: left;
  position: relative;
  top: 10px;
  left: 10px;
  font-weight: 600;
  color: #1C2D72;
}
.logo p span:first-child {
  font-size: 20px;
}
.logo p .estd {
  font-size: 10px;
}
header {
  box-shadow: 0 0 6px 0 #bbb;
  background: #fff;
  position: relative;
  z-index: 10;
}
header .right {
  text-align: right;
}
.settings-top {
  float: right;
}
.settings-top .icon {
  position: relative;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 77px;
  text-align: center;
  width: 75px;
}
.settings-top .fa {
  padding-top: 26px;
  color: #fff;
  background: #2487c9;
}
.settings-top .dropdown {
  position: absolute;
  right: 15px;
  top: 67px;
  border: 1px solid #dddddd;
  border-bottom: 0;
  background: #fff;
  font-size: 13px;
  width: 200px;
  display: none;
  z-index: 1;
}
.settings-top .dropdown a {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
  text-align: left;
  color: #333333;
}
.settings-top .dropdown a:hover {
  background: #333333;
  color: #fff;
}
.settings-top .dropdown button {
  padding: 0;
  border: 0;
  background: none;
}
.welcome-admin {
  position: relative;
  top: 28px;
  margin-right: 15px;
}
.dashborad-col {
  margin-top: 20px;
  color: #333333;
}
.dashborad-col h4 {
  font-size: 16px;
  margin-top: 15px;
}
.dashborad-col span {
  background: #2487c9;
  border-radius: 50%;
  color: #fff;
  margin-top: 30px;
  display: inline-block;
}
.dashborad-col span.icon-staff,
.dashborad-col span.icon-student {
  font-size: 40px;
  padding-top: 6px;
}
.dashborad-col span.icon-call {
  padding-top: 6px;
}
.dashborad-col .inner {
  border: 6px solid #dddddd;
  transition: all 0.3s ease 0s;
}
.dashborad-col .inner:hover {
  box-shadow: 0 0 5px 0 #dddddd;
}
.dash-head {
  margin: 30px 0 40px;
  color: #000;
  position: relative;
  display: inline-block;
}
.dash-head:after {
  background: #2487c9;
  bottom: -15px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  width: 40%;
}
.left-nav {
  background: #2487c9;
}
.left-nav ul {
  padding: 0;
}
.left-nav li {
  list-style: none;
}
.left-nav li a {
  padding:10px 15px;
  display: block;
  color: #fff;
  font-size: 13px;
  background: #2487c9;
  border-bottom: 1px solid #1c76b2;
  position: relative;
}
.left-nav li a.active {
  background-color: #0863a0;
}
.left-nav li a:after {
  background: #3d92cc;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.left-nav span {
  margin-right: 6px;
  font-size: 17px;
}
.action-table a {
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #333333;
  margin: 0 2px;
  padding: 8px 15px;
  display: inline-block;
}
.action-table span {
  margin-right: 5px;
}
.enable {
  background: darkgreen;
}
.disable {
  background: brown;
}
.status-table i {
  font-size: 16px;
}
.action-btn {
  width: 38px;
  height: 38px;
  text-align: center;
  margin-right: 6px;
  padding: 0;
  border: 1px solid #666;
  border-radius: 50px;
  background: #fff;
  transition: all 0.3s ease 0s;
  color: #666;
}
.action-btn span {
  font-size: 16px;
}
.action-btn:hover {
  color: #fff;
  background: #2487c9;
  border-color: #2487c9;
}
.right-search {
  text-align: right;
  margin: 20px 0 15px;
}
.right-search .form-control {
  display: inline-block;
  width: 200px;
  height: 38px;
  margin-right: 8px;
}
.modal-dialog {
  float: none;
}
.modal-footer {
  clear: both;
}
.fa.status,
.fa.status1 {
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  font-size: 10px;
  cursor: pointer;
}
.fa.add-icon {
  font-size: 12px;
  margin-right: 2px;
}
.gallery-col {
  margin-top: 20px;
}
.flash-news-col {
  padding-top: 10px;
}
.flash-news-col input[type="checkbox"] {
  position: relative;
  top: 2px;
  left: 3px;
}
footer {
  line-height: 35px;
  position: absolute;
  z-index: 1;
  font-size: 11px;
  color: #fff;
  background: #333;
  height: 35px;
  bottom: 0;
  width: 100%;
  margin-top: 30px;
}
footer a {
  color: #fff;
}
label.error {
  font-size: 12px;
  font-style: normal !important;
  margin-top: 3px;
}
.login {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 350px;
  padding: 25px;
  height: 280px;
}
.login .input-group {
  width: 100%;
  display: inline-block;
  margin-bottom: 12px;
}
.login button {
  border-radius: 5px;
  box-shadow: 0 2px 0 0 #265e7f;
  font-size: 16px;
  height: 42px;
  margin-top: 5px;
  text-transform: uppercase;
  width: 100%;
  background: #2487c9;
}
.login button:hover {
  background: #2487c9;
}
.login .form-control {
  height: 40px;
}
.login label,
.login a {
  color: #fff;
}
.login h3 {
  text-shadow: 2px 2px 1px #333;
  color: #fff;
  margin: 5px 0 15px;
}
.login-bg {
  background: url("../images/login-bg.jpg") repeat 0 0 / cover;
  height: 100%;
}
body {
  margin-bottom: 65px;
  overflow-x: hidden;
}
.gallery-thumb .imageThumb {
  width: 135px;
  max-height: 80px;
}
.gallery-thumb .remove {
  font-size: 12px;
  border: 0;
  background: none;
}
.gallery-thumb .form-control {
  width: 135px;
  margin-top: 5px;
}
.gallery-thumb .caption {
  color: #333333;
  margin-bottom: 5px;
  background: none;
  border: 0;
}
.gallery-thumb .pip {
  margin: 0 20px 20px 0;
}
.btn-primary .fa-spin {
  font-size: 16px;
}
img {
  max-width: 100%;
}
.scroll-div {
  max-height: 200px;
  overflow: auto;
  text-align: justify;
  padding: 0 15px 0 20px;
}
.dash-sub-head {
  margin: 20px 0 15px;
  color: #000;
}
.mandatory {
  color: #ff0000;
}
.scroll-div {
  max-width: 450px;
  white-space: normal;
}
.download-notice .pip {
  text-align: center;
}
.download-notice .pip a {
  display: block;
  margin-bottom: 3px;
  color: #333333;
}
.download-notice .pip .remove {
  display: inline-block;
  padding: 0 6px;
}
.articles_slider .caption {
  display: none;
}
.link-to-log {
  color: #3c763d;
}
*:focus {
  outline: 0 !important;
}
.login-logo {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 85px;
  line-height: 70px;
  margin: auto;
  overflow: hidden;
  text-align: center;
  width: 85px;
  border: 4px solid #1777b7;
}
.login-logo img {
  display: inline-block;
  width: 60px;
}
.seperator {
  height: 1px;
  background: #bbb;
}
.admin-right {
  background: #fff;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  width: 140px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cover-photo-btn {
    color: #fff;
    background: #2487c9;
    padding: 2px;
    display: inline-block;
    font-size: 10px;
    cursor: pointer;
    margin-bottom: 2px; text-align: center; width: 100%;
}
.cover-photo-btn.current{ pointer-events: none; background: #aad9f8;}
.grievences-registration-form{ float: none; margin:75px auto 0; background: #fff; overflow: hidden; border: 1px solid #ccc; border-radius: 4px}
.m-0{ margin: 0 !important}
.grievences-registration-addbtn{ margin:18px 0 20px}
.grievences-registration-head{ border-bottom: 1px solid #ccc; margin-bottom: 25px; padding-bottom: 15px;}
.grievences-registration-form .form-group{ height: 80px;}
.grievences-col{ margin-bottom: 15px}

.dashborad-col span.complaints{ line-height: 72px;}
.grievences-admin-msg{ max-width: 300px}
