/* Compiled Less CSS File */
/* Generated from "style.css" */
@import url("new-style.css");
@font-face {
  font-family: 'proxima_nova_bold';
  src: url('fonts/proxima_nova_bold-webfont.eot');
  src: url('fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proxima_nova_bold-webfont.woff2') format('woff2'), url('fonts/proxima_nova_bold-webfont.woff') format('woff'), url('fonts/proxima_nova_bold-webfont.ttf') format('truetype'), url('fonts/proxima_nova_bold-webfont.svg#proxima_nova_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_n_w01_regregular';
  src: url('fonts/proxima-nova-regular-latin-1-webfont.eot');
  src: url('fonts/proxima-nova-regular-latin-1-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proxima-nova-regular-latin-1-webfont.woff2') format('woff2'), url('fonts/proxima-nova-regular-latin-1-webfont.woff') format('woff'), url('fonts/proxima-nova-regular-latin-1-webfont.ttf') format('truetype'), url('fonts/proxima-nova-regular-latin-1-webfont.svg#proxima_n_w01_regregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novasemibold';
  src: url('fonts/proximanova-sbold-webfont.eot');
  src: url('fonts/proximanova-sbold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-sbold-webfont.woff2') format('woff2'), url('fonts/proximanova-sbold-webfont.woff') format('woff'), url('fonts/proximanova-sbold-webfont.ttf') format('truetype'), url('fonts/proximanova-sbold-webfont.svg#proxima_novasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebasregular';
  src: url('fonts/bebas-webfont.woff2') format('woff2'), url('fonts/bebas-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
p{/* text-transform: capitalize; */}

/* button, input, optgroup, select, textarea{text-transform:capitalize;} */

/* Basic Styles */
ul {
  padding: 0px;
}
body {
  font-family: 'proxima_n_w01_regregular'; 
}
#pageHeader {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header .logo {
  display: inline-block;
  padding: 20px 0;
}
.header ul {
  display: inline-block;
  float: right;
  list-style: none;
  margin-top: 13px;
}
.header ul li {
  float: left;
  margin-left: 6px;
  line-height: 32px;
  color: #000000;
  font-family: "proxima_n_w01_regregular";
  font-size: 17px;
  line-height: 36px;
  text-decoration: none;
}
.header ul li a {
  vertical-align: top;
}
.header ul li.ordivider {
  line-height: 36px;
  color: #000000;
  font-family: 'proxima_n_w01_regregular';
}
.header a {
  font-family: 'proxima_n_w01_regregular';
  color: #000000;
  font-size: 17px;
  line-height: 36px;
  text-decoration: none;
}
.header a:hover {
  text-decoration: underline;
}
.btn.pink-btn {
  background-color: #f995a7;
  color: #ffffff;
  font-family: 'proxima_nova_bold';
  font-size: 17px;
  text-decoration: none;
  font-weight: 700;
  line-height: 22px;
}
.btn.blue-btn {
  background-color: #5185dd;
  color: #ffffff;
  font-family: 'proxima_nova_bold';
  font-size: 17px;
  text-decoration: none;
  font-weight: 700;
  line-height: 22px;
}
.btn.pink-btn:hover,
.btn.blue-btn:hover {
  text-decoration: none;
}
/* #mainContent */
#mainContent {
  padding: 0;
  margin: 0;
}
.bannerImage {
  position: relative;
}
.bannerImage img {
  width: 100%;
  height: auto;
  z-index: 0;
}
.bannerText {
  top: 28%;
  position: absolute;
  z-index: 1;
  left: 50%;
  right: 10%;
  text-align: center;
}
.bannerText h1 {
  font-size: 110px;
  color: #5185dd;
   font-family: 'robotobold';
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #ffffff, -3px -3px 0 #ffffff, 0 0 0 #ffffff, -3px 3px 0 #ffffff, 3px -3px 0 #ffffff;
}
.bannerText h2 {
  font-size: 58px;
  color: #212121;
  font-family: 'proxima_nova_bold';
  text-transform: uppercase;
}
.btn.btn-danger {
  background-color: #5185dd;
  color: #ffffff;
  font-family: 'proxima_nova_bold';
  font-size: 17px;
  text-decoration: none;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  padding: 10px 35px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  line-height: 22px;
}
.graient-line {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #adad99 30%, #adad99 70%, rgba(237, 237, 237, 0) 100%);
  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #adad99 30%, #adad99 70%, rgba(237, 237, 237, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #adad99 30%, #adad99 70%, rgba(237, 237, 237, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ededed', GradientType=1);
  /* IE6-9 */

  display: inline-block;
  width: 100%;
  padding: 0 30px;
  margin: 0;
  height: 1px;
}
/* Footer */
footer .footer-links {
  padding: 20px 0;
  max-width:1070px;
  margin:0 auto;
}
footer .copyright {
  text-decoration: none;
  font-size: 15px;
  color: #a8a8a8;
  padding: 0;
  margin: 0;
  line-height: 32px;
  text-align:right;
}
footer ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  float: left;
  line-height: 32px;
  font-family: 'proxima_n_w01_regregular';
  color: #000000;
  position: relative;
  padding-right: 25px;
}
footer ul li:after {
  position: absolute;
  right: 15px;
  content: "|";
}
footer ul li a {
  color: #000000;
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
  color: #5185dd;
}
footer .fbCounter {
  float: right;
  padding: 0;
  margin: 0;
}
.modal-dialog.loginPop {
  width: 410px;
  text-align: center;
}
.modal-dialog.loginPop .fa-times {
  font-size: 30px;
}
.modal-dialog.loginPop .modal-title {
  font-size: 30px;
  font-family: 'proxima_nova_bold';
  font-weight: normal;
  color: #9c6558;
}
.modal-dialog.loginPop .modal-header {
  border-bottom: none;
}
.modal-dialog.loginPop .form-control {
  height: 50px;
  background: #eeeeee;
  border: none;
  border-radius: 25px;
}
.modal-dialog.loginPop .modal-body {
  padding: 15px 30px;
}
.modal-dialog.loginPop .form-group {
  position: relative;
}
.modal-dialog.loginPop .form-control {
  font-size: 17px;
  padding-left: 65px;
  font-family: 'proxima_n_w01_regregular';
}
.modal-dialog.loginPop .login {
  font-size: 24px;
  font-family: 'proxima_nova_bold';
  min-width: 160px;
  border-radius: 25px;
}
.modal-dialog.loginPop .login:before {
  border-radius: 25px;
}
.modal-dialog.loginPop p {
  font-size: 18px;
  color: #616161;
  text-align: center;
}
.modal-dialog.loginPop figure {
  padding-top: 10px;
}
.forgetpass a {
  display: block;
  text-align: center;
  color: #616161;
  font-size: 18px;
  font-family: 'proxima_n_w01_regregular';
  padding-top: 25px;
  font-weight: normal;
}
.formIcons {
  background: #757575;
  width: 41px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  line-height: 42px;
}
.effect-9 {
  border: 1px solid #ccc;
  padding: 7px 14px 9px;
  transition: 0.4s;
}
.effect-9 ~ .focus-border:before,
.effect-9 ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #3399FF;
  transition: 0.2s;
  transition-delay: 0.2s;
}
.effect-9 ~ .focus-border:after {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  transition-delay: 0.6s;
}
.effect-9 ~ .focus-border i:before,
.effect-9 ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #3399FF;
  transition: 0.2s;
}
.effect-9 ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  transition-delay: 0.4s;
}
.effect-9:focus ~ .focus-border:before,
.effect-9:focus ~ .focus-border:after {
  width: 100%;
  transition: 0.2s;
  transition-delay: 0.6s;
}
.effect-9:focus ~ .focus-border:after {
  transition-delay: 0.2s;
}
.effect-9:focus ~ .focus-border i:before,
.effect-9:focus ~ .focus-border i:after {
  height: 100%;
  transition: 0.2s;
}
.effect-9:focus ~ .focus-border i:after {
  transition-delay: 0.4s;
}
.effect {
  height: 45px;
  color: #fff;
  border: none;
  width: auto;
  height: 47px;
  margin-top: 15px;
  padding: 0 20px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #3c6cbe;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-transform: uppercase;
}
.effect:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5185dd;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
}
.effect:hover,
.effect:focus,
.effect:active {
  color: white;
}
.effect:hover:before,
.effect:focus:before,
.effect:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.effect:hover {
  outline: none;
  border: none;
  background: #3c6cbe;
}
.redBtn {
  height: 45px;
  color: #fff;
  border: none;
  width: auto;
  height: 47px;
  margin-top: 15px;
  padding: 0 20px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #bc6473;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-transform: uppercase;
}
.redBtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f995a7;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
}
.redBtn:hover,
.redBtn:focus,
.redBtn:active {
  color: white;
}
.redBtn:hover:before,
.redBtn:focus:before,
.redBtn:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.redBtn:hover {
  outline: none;
  border: none;
  background: #bc6473;
}
/********** dash borad css********/
.innerPages {
  background: #757575;
}
#pageHeader.innerHeader {
  background: #5185dd;
  position: relative;
}
.header .dashboardNav ul {
  display: block;
  float: left;
}
.dashboardNav ul li {
  display: inline;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
}
.dashboardNav ul li a {
  display: inline-block;
  color: #adcbff;
}
.dashboardNav ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.dashboardNav ul li span {
  color: #adcbff;
}
.dashboardNav ul li a .fa {
  margin-right: 5px;
}
.dashboardNav ul li .current {
  color: #fff;
}
.seetingBlock {
  float: right;
}
.seetingBlock ul {
  margin: 0px -10px 0 0;
}
.seetingBlock ul li a {
  font-size: 20px;
  color: #ffffff;
  background: #4d7ed2;
  padding: 2px 20px;
  margin-right: -4px;
  line-height: 58px;
  display: inline-block;
}
.seetingBlock ul .fa {
  line-height: 56px;
}
.dashboradPage {
  display: block;
}
img {
  max-width: 100%;
}
.sideMenu {
  display: block;
  background: #ffffff;
  padding: 0px;
  position: relative;
  min-height: 687px;
  top: -61px;
  z-index: 999;
  margin-bottom: -61px;
}
.dashboard-logo {
  padding: 20px;
}
.userblock {
  padding: 20px;
  position: relative;
  padding-left: 75px;
  border-bottom: 2px solid #e3e3e3;
}
.userblock h5 {
  font-size: 20px;
  font-family: 'proxima_nova_bold';
}
.userPicture {
  border: 1px solid #5c8ddf;
  border-radius: 100%;
  display: block;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 15px;
}
.accountContainer {
  background: #f7f0f0;
  padding-top: 30px;
  min-height: 626px;
}
.mangeBlock {
  display: block;
  margin-bottom: 45px;
}
.heading-text {
  font-size: 18px;
  font-family: 'proxima_nova_bold';
  text-transform: uppercase;
}
.date-block {
  float: right;
  font-size: 13px;
  color: #545454;
}
.teacherBlock {
  background: #ffffff;
  padding: 3px;
  margin-top: 10px;
}
.addTeacher {
  background: #f1f1f1;
  display: block;
  padding: 25px 25px 25px;
  height: 100%;
  left: 15px;
  padding: 25px;
  position: absolute;
  text-align: center;
  width: 250px;
}
.addTeacher a {
  color: #7e5449;
  font-size: 18px;
  font-family: 'proxima_nova_bold';
  text-transform: uppercase;
  padding-top: 15px;
  display: block;
}
.addTeacher a:hover {
  text-decoration: none;
  color: #000;
}
.mangeDescription {
  display: block;
  padding-left: 250px;
}
.mangeDescription ul {
  list-style: none;
  margin-bottom: 0px;
}
.mangeDescription ul li {
  width: 100%;
  padding: 17px 10px 17px 20px;
  border-bottom: 1px solid #eeeeee;
  color: #4e4e4e;
  font-family: 'proxima_novasemibold';
  font-size: 18px;
}
.mangeDescription ul li span {
  float: right;
  min-width: 52px;
  text-align: center;
  padding: 7px;
  color: #fff;
  border-radius: 4px;
  background: #689f38;
}
.mangeDescription ul li:last-of-type {
  border-bottom: none;
}
.mangeDescription ul li span.skyBg {
  background: #00b8d4;
}
.mangeDescription ul li span.orangeBg {
  background: #ff6f00;
}
.mangeDescription ul li span.grayBg {
  background: #757575;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  color: $DarkBrown;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #4e4e4e;
}
input[type="radio"] + label span {
  background-color: $DarkBrown;
}
input[type="radio"]:checked + label span {
  background-color: $Orange;
}
input[type="radio"]:checked + label {
  color: #5185dd;
}
input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
  background: #fff;
  border: 2px solid #5185dd;
  position: relative;
}
input[type="radio"]:checked + label span:after {
  border-radius: 10px;
  content: "";
  background: #5185dd;
  height: 6px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 6px;
}
.addTeacher.student {
  padding-top: 50px;
}
#pageFooter {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    margin-top: 73px;
    position: fixed;
    width: 100%;
	z-index: 999;
}
.genderBlock p {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.personalInfo {
  background: #ffffff;
  margin-top: 10px;
  position: relative;
  padding-left: 182px;
}
.profilePic {
  width: 182px;
  position: absolute;
  border: 2px solid #fff;
  left: 0px;
}
.persnoalDesc dl {
  border-bottom: 1px solid #eeeeee;
  padding: 17px 20px 13px;
  display: table;
  width: 100%;
  margin-bottom: 0px;
}
.persnoalDesc dl dt,
.persnoalDesc dl dd {
  display: table-cell;
  width: 50%;
}
.persnoalDesc dl dt p,
.persnoalDesc dl dd p {
  font-size: 18px;
  color: #757575;
  margin-bottom: 0px;
  font-weight: normal;
}
.persnoalDesc dl dt p strong,
.persnoalDesc dl dd p strong {
  font-family: 'proxima_novasemibold';
  color: #4e4e4e;
  font-weight: normal;
}
.infoFourm {
  margin-left: -33px;
  padding-right: 0;
  width: 78%;
}
.colGender {
  display: inline-block;
}
/* toggle switch css start */
.well {
  background: #757575;
  font-size: 18px;
  color: #c2c2c2;
  min-height: 40px;
  line-height: 40px;
  font-family: 'proxima_novasemibold';
  border-radius: 20px;
}
.well .btn-primary {
  background: #5185dd;
  color: #fff !important;
  border-radius: 20px;
}
#exTab1 .tab-content table {
  margin-top: 15px;
  background: #fff;
}
#exTab1 .tab-content table td {
  color: #000000;
  font-size: 14px;
  padding: 10px;
}
#exTab1 .tab-content table th {
  font-size: 15px;
  border-bottom: none;
  text-transform: uppercase;
  font-family: 'proxima_nova_bold';
  color: #000;
  font-weight: normal;
}
.radioToggle .btn-group {
  background: #757575;
  border-radius: 20px;
}
.radioToggle .btn-primary.active {
  background: #5185dd;
  color: #fff !important;
  border-radius: 20px !important;
  border: none !important;
}
.radioToggle .btn-primary {
  background: #757575;
  color: #c2c2c2;
  border-radius: 20px;
  font-size: 18px;
  font-family: 'proxima_nova_bold';
  min-width: 100px;
  border: none;
}
#exTab1 .tab-content table tr:first-child td {
  border-top: none;
}
.radioToggle strong {
  font-family: 'proxima_novasemibold';
  color: #4e4e4e;
  font-size: 18px;
}
.chekedMark {
  color: #43a047;
  font-size: 17px;
}
#exTab1 .tab-content {
  color: white;
  background-color: transparent;
  padding: 20px 0px;
}
#exTab2 h3 {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}
/* remove border radius for the tab */
#exTab1 .nav-pills > li > a {
  border-radius: 0;
}
/* change border radius for the tab , apply corners on top*/
#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}
#exTab3 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}
.infoTab .nav-pills {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}
.infoTab .nav-pills li a {
  color: #757575;
  border-right: 1px solid #eeeeee;
  font-size: 18px;
}
.infoTab .nav-pills {
  background: #fff;
}
.infoTab .nav-pills li {
  width: 19.8%;
}
.infoTab .nav-pills li:last-child a {
  border-right: none;
}
.infoTab .nav-pills li a {
  text-align: center;
}
.infoTab .nav-pills li .fa {
  margin-right: 10px;
}
.infoTab .nav-pills li.active a {
  color: #5185dd;
  background: #fff;
  position: relative;
}
.infoTab .nav-pills li a:hover {
  background: #fff;
}
.infoTab .nav-pills li.active a:after {
  width: 100%;
  height: 5px;
  bottom: 0px;
  background: #5185dd;
  content: "";
  position: absolute;
  left: 0px;
}
.infoTab .nav-pills li a:focus {
  outline: none;
}
.infoTab .nav-pills li.active a:before {
  content: "\f0d7";
  width: 100%;
  height: 15px;
  bottom: -5px;
  position: absolute;
  left: 0px;
  text-align: center;
  font-family: 'FontAwesome';
}
.infoTab .nav-pills li.active a:focus {
  outline: none;
}
.searchStudent {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
  background: #fff;
  margin-top: -30px;
  padding: 5px 15px 5px 10px;
}
.searchStudent input {
  height: 40px;
}
.searchBtn {
  background: none;
  border: none;
  position: relative;
  right: 30px;
  z-index: 11;
}
.searchBtn .fa {
  font-size: 20px;
}
.searchRight {
  float: right;
}
.searchRight strong {
  display: inline-block;
  color: #4e4e4e;
  padding-right: 10px;
}
.tabSmall {
  display: inline-block;
}
.tabSmall ul li {
  display: inline;
}
.tabSmall ul li a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 18px;
  color: #4e4e4e;
  font-family: 'proxima_nova_bold';
}
.tabSmall ul li a:hover {
  background: #5185dd;
  color: #ffffff;
  text-decoration: none;
}
.tabSmall ul li .active {
  background: #5185dd;
  color: #ffffff;
}
.addnewBtn {
  background: #5185dd;
  color: #ffffff;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'proxima_nova_bold';
}

.persnoalDesc dl.full_field{}
.personalInfo dl.full_field .form-group{ width:79%;}


.addnewBtn:hover {
  text-decoration: none;
  opacity: 0.9;
  color: #ffffff;
}
.studentTable {
  padding: 15px;
}
.studentTable table {
  background: #fff;
}
.studentTable table td {
  vertical-align: middle !important;
}
.btn-group.switchBlock {
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.userPicture img{ border-radius:100%;}
.editBtn {
  font-size: 16px;
  color: #d4d4d5;
}
.innerStudentPage {
  /* background: #d1d1d2; */
  background: #FFF;
}
.studentDashbordLogo {
  background: #f5f5f5;
  padding: 0;
  margin: 0 -15px;
}
.studentDashbordLogo a {
  display: block;
  padding: 20px 15px;
  line-height: normal;
}
.dashbordTopSec {
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}
.dashbordTopSec .studentInfoDiv {
  padding: 0px;
  margin: 0px;
}
.dashbordTopSec .studentInfoDiv .studentPic {
  width: 86px;
  height: 86px;
  border: 1px solid #5185dd;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.dashbordTopSec .studentInfoDiv .studentName {
  font-family: 'proxima_nova_bold';
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
.dashbordTopSec .studentInfoDiv .studentName span {
  font-size: 24px;
  display: block;
}
.topRight {
  float: right;
}
.topRight .showReport {
  float: right;
  text-align: right;
}
.topRight .showReport .btn-primary {
  background: #fff;
  color: #868686;
  border: 1px solid #d1d1d2;
  font-size: 15px;
  padding: 2px 14px;
  font-family: 'proxima_nova_bold';
}
.topRight .showReport .btn-group > .btn:last-child:not(:first-child),
.topRight .showReport .btn-group > .dropdown-toggle:not(:first-child) {
  border-left: medium none;
}
.topRight .showReport .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-right: medium none;
}
.topRight .showReport .btn-primary.active,
.topRight .showReport .btn-primary:active,
.topRight .showReport .open > .dropdown-toggle.btn-primary {
  background-color: #428bca !important;
  border-color: #204d74;
  box-shadow: none;
  color: #fff !important;
  border: 1px solid #d1d1d2;
}
.topRight .showReoprtLabel {
  font-family: 'proxima_nova_bold';
  font-size: 15px;
  color:#9c6558;
  padding-right: 7px;
  display: inline-block;
  vertical-align: middle;
}
.topRight .levelDiv {
  padding-top: 20px;
  clear: both;
}
.topRight .levelDiv ul {
  padding: 0px;
  margin: 0px;
  float:left;
}
.topRight .levelDiv ul li {
  list-style: none;
  float: left;
  padding: 0px;
  margin: 0px;
}
.topRight .levelDiv ul li .lavelSelect {
  padding: 0px;
  margin-right: 39px;
}
.topRight .levelDiv ul li .lavelSelect .levelLabel {
  font-family: 'proxima_nova_bold';
  font-size: 15px;
  color: #ff9300;
  padding-right: 23px;
  float: left;
  text-transform: uppercase;
  padding-top: 6px;
}
.topRight .levelDiv ul li .lavelSelect .levelLabel .fa.fa-flag {
  display: inline-block;
  font-size: 22px;
  padding-right: 5px;
  vertical-align: middle;
}
.topRight .levelDiv ul li .storySelect {
  padding: 0px;
}
.topRight .levelDiv ul li .storySelect .storyLabel {
  color: #039be5;
  font-family: 'proxima_nova_bold';
  font-size: 15px;
  padding-right: 23px;
  float: left;
  text-transform: uppercase;
  padding-top: 6px;
}
.topRight .levelDiv ul li .storySelect .storyLabel .fa.fa-edit {
  display: inline-block;
  font-size: 22px;
  padding-right: 5px;
  vertical-align: middle;
}
.selectControl {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  background: url("../../img/front/select-arrow.png") no-repeat scroll 91% center;
  border: 2px solid #ff9300;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ff9300;
  font-family: 'proxima_n_w01_regregular';
  font-size: 15px;
  font-weight: normal;
  height: 36px;
  padding: 0 6px;
  width: 100%;
  float: left;
}
.selectsky {
  border: 2px solid #039be5;
  color: #039be5;
  background: url("../../img/front/sky-arrow.png") no-repeat scroll 96% center;
  width: 195px;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.width96 {
  width: 96px;
}
.selectTrack {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  background: url("../../img/front/gray-arrow.png") no-repeat scroll 96% center;
  border: none;
  border-radius: 0px;
  box-sizing: border-box;
  color: #616161;
  font-family: 'proxima_nova_bold';
  font-size: 15px;
  font-weight: normal;
  height: 36px;
  padding: 0 6px;
  width: 100%;
  float: left;
  /* text-transform: uppercase; */
  
}
.width180 {
  width: 180px;
}
.width150 {
  width: 150px;
}
.width49 {
  width: 49px;
}
.width90 {
  width: 90px;
}
.width280 {
  width: 396px;
}
.width250 {
  width: 250px;
}
.studentInfoTable {
  background: #fff none repeat scroll 0 0;
  border-radius: 0 0 8px 8px;
  margin: 0 0 70px;
  padding: 29px 0 160px;
      min-height: 544px;
}
.studentInfoTable .progress-bar-warning {
  background-color: #ffa000;
  border-radius: 0 5px 5px 0;
  box-shadow: none;
}
.studentInfoTable .progress-bar-info {
  background-color: #bdbdbd;
  border-radius: 0 5px 5px 0;
  box-shadow: none;
}
.srNo {
  color: #bdbdbd;
  font-family: 'proxima_nova_bold';
  font-size: 17px;
}
.studentInfoTable .tableInfo {
  padding: 0px;
}
.tblBggray {
  background: #eeeeee;
  border-radius: 5px;
}
.tblBggray tr td {
  padding: 6px 22px;
}
th{background:#cee0fe}
.theadbg{ background:#cee0fe !important; border-radius:0px !important;}
.bluefont {
  color: #5185dd;
  font-family: 'proxima_nova_bold';
  font-size: 17px;
}
.blackfont {
  color: #616161;
  font-family: 'proxima_nova_bold';
  font-size: 17px;
}

.l1 {
  background: #fff none repeat scroll 0 0;
  text-align: center;
}
.studentInfoTable .progress {
  width: 80%;
  float: left;
  padding-right: 0px;
  margin-bottom: 0;
  margin-top: 5px;
  height: 15px;
  background-color: #e0e0e0;
  box-shadow: none;
}
.progPer {
  float: right;
  color: #5185dd;
  font-family: 'bebasregular';
  font-size: 18px;
}
.borderRL {
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.selectBtn {
  background: #5185dd;
  color: #fff;
  text-transform: upercase;
  text-align: center;
  font-family: 'proxima_nova_bold';
  font-size: 15px;
padding: 3px 50px;
  display: inline-block;
  border-radius: 5px;
}
.selectBtn:hover {
  text-decoration: none;
  color: #fff;
}
.tdSpace {
  height: 10px;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.studentInfoTable .table-responsive {
  overflow-y: hidden;
}
.contactPage {
  margin-top: 120px;
}
#pageHeader.staticPages {
  border-bottom: 1px solid #eeeeee;
}
.tremsPage h2 {
  font-family: 'bebasregular';
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
}
.tremsPage h5 {
  color: #a5a1a1;
  font-size: 22px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
  text-align: center;
  font-family: 'proxima_n_w01_regregular';
}
.contactFourm .form-control {
  border: 1px solid #c9c8c8;
  border-radius: 5px !important;
  color: #a5a1a1;
  font-family: 'proxima_n_w01_regregular';
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  width: 100%;
}
.addressBlock .fa {
  color: #5185dd;
  font-size: 24px;
  margin-right: 10px;
}
.addressBlock,
.tremsPage .addressBlock p {
  color: #010101;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
}
.contactFourm textarea.form-control {
  height: 165px;
  resize: none;
}
.contactFourm .input-group {
  width: 100%;
}
.contactFourm .send {
  border-radius: 25px;
  font-family: "proxima_nova_bold";
  font-size: 24px;
  min-width: 160px;
}
.radioToggle .btn-primary.active:hover,
.radioToggle .btn-primary:active {
  border-radius: 20px !important;
  background: #5185dd ;
}
.contactFourm .send:hover {
  background: #f995a7;
}
.noteArea {
  background: #ffffff;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
}
.noteArea label {
  color: #757575;
  font-family: 'proxima_n_w01_regregular';
  font-size: 18px;
  font-weight: normal;
}
.noteArea textarea {
  height: 60px;
  width: 100%;
  border: none;
  font-family: 'proxima_nova_bold';
  font-size: 18px;
  color: #4e4e4e;
  resize: none;
}
.noteArea .radioToggle label {
  padding-top: 5px;
}
.noteArea .radioToggle .btn-group {
  margin-top: -7px;
}
.toogleRow .radioToggle {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0 5px;
}
.toogleRow .radioToggle label span {
  display: inline-block;
  min-width: 180px;
}
.levelBlock {
  border: 2px solid #ff9300;
  border-radius: 3px;
  text-align: center;
  float: left;
  font-size: 15px;
  color: #ff9300;
  padding: 5px;
  min-width: 65px;
}
.testReport {
  color: #5185dd;
  font-size: 24px;
  font-family: 'proxima_nova_bold';
  text-transform: uppercase;
  text-align: right;
}
.mediumEnt {
  border: 2px solid #039be5;
  color: #039be5;
  width: 145px;
  float: left;
  font-size: 15px;
  font-weight: normal;
  height: 36px;
  padding: 0 6px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
}
.topRight .levelDiv {
  padding-top: 10px;
}
.btnsBlock {
  float: left;
  margin-top: 8px;
  padding-left: 30px;
}
.btnsBlock .blueBtn {
  background: #4d7ed2;
  padding: 10px 10px 9px;
  color: #ffffff;
  font-size: 15px;
  font-family: 'proxima_nova_bold';
  border-radius: 3px;
  text-transform: uppercase;
  border: none;
  margin-right: 5px;
}
.btnsBlock .blackBtn {
  background: #616161;
}
.btnsBlock .blueBtn:hover {
  text-decoration: none;
  background: #315eab;
}

/**** switch ***/

.studentTable .bootstrap-switch{width: 68px !important;}
.studentTable .bootstrap-switch-handle-on.bootstrap-switch-primary {float: left;
    height: 31px;
    line-height: 30px;
    width: 32px;}
	
.studentTable .bootstrap-switch-handle-off.bootstrap-switch-default{width: 32px; height: 31px;
    line-height: 30px;}
	
.studentTable .bootstrap-switch-label{float: left;
    height: 32px;
    width: 32px;}

.studentTable .btn-primary {
  background: #fff;
  color: #868686;
  border: 1px solid #d1d1d2;
  font-size: 15px;
  padding: 2px 14px;
  font-family: 'proxima_nova_bold';
}
.studentTable .btn-group > .btn:last-child:not(:first-child),
.studentTable .btn-group > .dropdown-toggle:not(:first-child) {
  border-left: medium none;
}
.studentTable .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-right: medium none;
}
.studentTable .btn-primary.active,
.studentTable .btn-primary:active,
.studentTable .open > .dropdown-toggle.btn-primary {
  background-color: #428bca !important;
  border-color: #204d74;
  box-shadow: none;
  color: #fff !important;
  border: 1px solid #d1d1d2;
}

.student_dashboard_ex_title td{
	font-family: "proxima_nova_bold";
	font-size: 18px;
}


.selectWidth27{width: 270px;}

.compOuter{ min-height:358px; padding:0px;}
.compOuter .comp_icon {
    left: 50%;
    margin: 0px 0 0 -64px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.comp_content{ padding:15px; font-size:15px; margin-top:30px; }
.one {
    background: #fff none repeat scroll 0 0;
    color: #616161;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    width: 95px;
}
.tdbg_White{ background:#fff}



/* Responsive Media Query */
@media screen and (max-width: 1400px) {
  .bannerText h1 {
    font-size: 80px;
  }
  
  
  
}
@media only screen and (max-width:1366px){
.width250 {
    width: 199px;
}
.width180 {
    width: 129px;
}
	}



@media screen and (max-width: 1200px) {
  .bannerText h1 {
    font-size: 50px;
  }
  .bannerText h2 {
    font-size: 25px;
  }
 .storySelect .btnsBlock {
    float: right;
    margin-top: 8px;
    padding-left: 11px;
}
.seetingBlock ul li a{ line-height:52px;}
.seetingBlock ul .fa{ line-height:52px;}
}

@media screen and (max-width:1024px) {
.btnsBlock .blueBtn {
    background: #4d7ed2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    font-family: "proxima_nova_bold";
    font-size: 12px;
      margin-right: 2px;
    padding: 10px 7px 9px;
    text-transform: uppercase;
}
.btnsBlock .blackBtn {
    background: #616161 none repeat scroll 0 0;
}
.persnoalDesc dl {
  border-bottom: 1px solid #eeeeee;
  padding: 17px 18px 13px;}
  
  .infoTab .nav-pills li {
    width: 19%;
}
.infoTab .nav-pills li a {
    font-size: 15px;}
	.colGender {
    display: inline-block;
    width: 40%;
}
.genderBlock .statusLabel{ width:100%;}
}
@media screen and (max-width:1023px) {
	 .topRight .levelDiv ul {
    float: right;
    margin-bottom: 15px;
    padding: 0;
}
.btnsBlock .blueBtn{margin-right: 5px;}
}

@media screen and (max-width: 991px) {
  .bannerText {
    top: 20%;
  }
  .bannerText h1 {
    font-size: 50px;
  }
  .bannerText h2 {
    font-size: 25px;
  }
  .header ul li {
    float: none;
    display: inline-block;
  }
  .topRight .levelDiv ul li {
    float: left;
    list-style: outside none none;
    margin-bottom: 14px;
    padding: 0 2px;
  }
  .topRight .levelDiv ul li .lavelSelect {
    margin-right: 0px;
  }
  
  .persnoalDesc dl dt, .persnoalDesc dl dd {
    display: block;
    width: 100%;
}
.seetingBlock ul li a{padding: 0px 15px;}
.answerOption input[type="radio"] + label span {
    margin: 0px 4px 0 0;
	    padding-top: 16px!important;
}
 .bannerText {
    left: inherit;
    position: inherit;
    right: inherit;
    text-align: center;
    top: inherit;
    z-index: 1;
	min-height: 350px;
  }
  
 .tabSmall ul li a{padding: 5px 9px;}
 .addressBlock, .tremsPage .addressBlock p{ font-size: 16px;}
 
 
.dashbordTopSec .studentInfoDiv .studentPic{    width: 76px;
    height: 76px;}
.studentName{max-width: 45%;}


 
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 100%;
    text-align: center;
  }
  .header ul {
    float: none;
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    padding: 0;
    text-align: center;
  }
  .footer-links {
    text-align: center;
  }
  #mainContent {
    margin-top: 105px;
  }
 
  footer ul {
    float: none;
    display: inline-block;
    margin: 0 auto;
  }
  footer ul li {
    float: none;
    display: inline-block;
  }
  footer .copyright {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  footer .fbCounter {
    float: none;
    margin: 10px 0 0;
  }
  .modal-dialog.loginPop {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
  }
  .sideMenu {
    min-height: inherit;
  }
  .accountContainer {
    padding-bottom: 30px;
  }
  .mangeDescription {
    margin-left: 0px;
    padding-left: 15px;
  }
  .addTeacher {
    position: inherit;
  }
  .heading-text {
    padding-left: 15px;
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
  }
  .date-block {
    float: none;
    text-align: center;
  }
  .profilePic {
    position: inherit;
    text-align: center;
    width: 100%;
  }
  .personalInfo {
    padding-left: 0px;
  }
  .persnoalDesc dl dt,
  .persnoalDesc dl dd {
    width: 100%;
    display: block;
  }
  .infoTab .nav-pills li a span {
    display: none;
  }
  .infoTab .nav-pills li {
    width: 19%;
  }
  .searchStudent {
    margin: 0px;
    padding: 10px;
  }
  .searchRight {
    float: left;
    padding-top: 10px;
  }
  .sideMenu {
    top: 0px;
  }
  .header ul {
    margin: 0px;
  }
  .dashbordTopSec .studentInfoDiv {
    text-align: center;
  }
  .dashbordTopSec .studentInfoDiv .studentPic {
    display: block;
    margin: 0 auto;
  }
  .topRight {
    float: none;
  }
  .topRight .showReport {
    float: none;
    margin-top: 15px;
    text-align: center;
  }
  .topRight .levelDiv {
    text-align: center;
    padding-top: 10px;
  }
  .topRight .levelDiv ul li {
    float: none;
    display: inline-block;
    margin-bottom: 0px;
  }
  .topRight .levelDiv ul li .storySelect .storyLabel {
    padding-right: 10px;
  }
  .selectsky {
    width: 133px;
    padding-right: 22px;
  }
  .topRight .levelDiv ul li .lavelSelect .levelLabel {
    padding-right: 10px;
  }
  .header ul li {
    font-size: 15px;
  }
  #pageHeader.staticPages {
    padding-bottom: 10px;
  }
  .tremsPage h5 {
    max-width: 100%;
    font-size: 15px;
  }
  .tremsPage h2 {
    font-size: 35px;
  }
  .contactPage {
    margin-top: 70px;
  }
  .contactPage .pull-right {
    float: none !important;
  }
  .testReport {
    text-align: center;
  }
  
  .comp_start{ position:relative;}
  .compOuter .comp_icon {
    left: 50%;
    margin: 111px 0 0 -64px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.lavelSelect .width96 {
    width: 100%;
}
.selectsky{ width:100%;}
.topRight .levelDiv ul li .lavelSelect .levelLabel{ text-align:left;}
.topRight .levelDiv ul li .storySelect .storyLabel{ text-align:left;}
.seetingBlock ul .fa {
    line-height: 27px !important;
}
.seetingBlock {
    float: none !important;
}
.seetingBlock ul li a {
    line-height: 25px;
}
input[type="radio"] + label span{ line-height:18px;}
.answerOption input[type="radio"] + label span {
    margin: 0px 4px 0 0;
	    padding-top: 16px!important;
}
.accountContainer{ min-height:inherit; padding-top: 73px;}
.resp-vtabs .resp-tabs-container h2 a{ color:#000;}
.header ul li {
    font-size: 13px;
}
.form-horizontal.contactFourm {
    margin: 0;
    padding: 0 15px;
}
.personalInfo dl.full_field .form-group{ width:100%;}
.topRight .levelDiv ul {
    float: none;}
	.storySelect .btnsBlock {
    float: none;}
}

@media screen and (max-width:640px) {
.alert{ position:fixed; top:0; width:100%; left:0; right:0;}

}