@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);
body {
	font-family: 'Source Sans Pro', sans-serif;
}
.footerbar {
  width: 100%;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
.navigationBar{
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1000;
height: 55px;
background: #00395f;
margin-bottom: 40px;
}
.navigationBarHeading{
color: #fff;
text-align: center;
margin-top: 8px;
font-size: 22px;
font-weight: 600;
}
.loginFormContainer{
margin-top: 150px !Important;
width: 400px;
margin: 0 auto;
background: #F1F1F1;
border: 1px solid #22424E;
box-shadow: 0px 5px 15px 0px rgba(34, 66, 78, 0.55);
}
.formContainer{
margin-top: 30px !Important;
width: 800px;
margin: 0 auto;
background: #F1F1F1;
border: 1px solid #22424E;
box-shadow: 0px 5px 15px 0px rgba(34, 66, 78, 0.55);
margin-bottom: 60px;
}
.btn, .btn-large{
background-color: #00395f;
}
.loginFormHeading{
text-align: center;
font-weight: 600;
font-size: 20px;
color: #22424E;
}
.formHeading{
text-align: center;
font-weight: 600;
font-size: 20px;
color: #22424E;
}
.loginSubmitDivision{
text-align: right;
margin-right: 11px;
}
.formSubmitDivision{
text-align: right;
margin-right: 11px;
}
.formProcessing, .formResult{
	min-width: 50px;
	min-height: 30px;
	background: #F3F3F3;
	bottom: 0;
	position: fixed;
	right: 0;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	max-width: 300px;
	padding: 9px;
	border: 1px solid #22424E;
	color: #22424E;
	font-weight: 600;
	word-wrap: break-word;
	display: none;
	z-index: 999999;
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.errorHolder{
margin-top: 110px;
}

#nav-mobile li.search {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  margin-top: 1px;
  padding: 1px 0 0 0;
  z-index: 2;
}
#nav-mobile li.search:hover {
	background-color: #fff;
}

#nav-mobile li.search .search-wrapper {
	margin: 0 12px;
	-webkit-transition: margin .25s ease;
	-moz-transition: margin .25s ease;
	-o-transition: margin .25s ease;
	-ms-transition: margin .25s ease;
	transition: margin .25s ease;
}

#nav-mobile li.search .search-wrapper.focused {
	margin: 0;
}

#nav-mobile li.search .search-wrapper input#search {
	display: block;
	font-size: 16px;
	font-weight: 300;
	width: 100%;
	height: 45px;
	padding: 0 45px 0 15px;
	border: 0;
}

#nav-mobile li.search .search-wrapper input#search:focus {
	outline: none;
}

#nav-mobile li.search .search-wrapper i.material-icons {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

#nav-mobile li.search .search-results {
	margin: 0;
	border-top: 1px solid #e9e9e9;
	background-color: #fff;
}

#nav-mobile li.search .search-results a {
	font-size: 12px;
	white-space: nowrap;
}

#nav-mobile li.search .search-results a:hover, #nav-mobile li.search .search-results a.focused {
	background-color: #eee;
	outline: none;
}

.side-nav {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.side-nav .collapsible {
  border: none;
  box-shadow: none;
}

.side-nav .collapsible li {
  padding: 0;
}

.side-nav .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  margin: 0;

}

.side-nav .collapsible-header i {
  line-height: inherit;
}

.side-nav .collapsible-body {
  border: 0;
  background-color: #fff;
}

.side-nav .collapsible-body li a {
  margin: 0 1rem 0 2rem;
  padding: 0 37.5px 0 17px !important; 
}

.side-nav {
  position: fixed;
  width: 240px;
  left: -105%;
  top: 0;
  margin: 0;
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: left;
}

.side-nav.right-aligned {
  will-change: right;
  right: -105%;
  left: auto;
}

.side-nav .collapsible {
  margin: 0;
}

.side-nav li {
  float: none;
  padding: 0 15px;
}

.side-nav li:hover, .side-nav li.active {
  background-color: #ddd;
}

.side-nav a {
  color: #444;
  display: block;
  font-size: 1rem;
  height: 64px;
  line-height: 64px;
  padding: 0 15px;
}

.side-nav.fixed a {
  display: block;
  padding: 0 15px;
  color: #444;
}

.side-nav.fixed {
  left: 0;
  position: fixed;
}

.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width : 992px) {
	.side-nav.fixed {
  left: -105%;
	}
	.side-nav.fixed.right-aligned {
  right: -105%;
  left: auto;
	}
}

.side-nav .collapsible-body li.active, .side-nav.fixed .collapsible-body li.active {
  background-color: #22424E;
}

.side-nav .collapsible-body li.active a, .side-nav.fixed .collapsible-body li.active a {
  color: #fff;
}

ul.side-nav.fixed li.logo {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 17px;
}
ul.side-nav.fixed li.logo:hover {
  background-color: transparent;
}

ul.side-nav.fixed {
  overflow: hidden;
}

ul.side-nav.fixed li {
  line-height: 44px;
}
ul.side-nav.fixed li:hover, ul.side-nav.fixed li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

ul.side-nav.fixed li a {
  font-size: 13px;
  line-height: 44px;
  height: 44px;
}

ul.side-nav.fixed ul.collapsible-accordion {
  background-color: #FFF;
}

ul.side-nav.fixed:hover {
  overflow-y: auto;
}

@media only screen and (max-width: 992px) {
  #front-page-nav ul.side-nav li {
    float: none;
    padding: 0 15px;
	}

  #front-page-nav ul.side-nav li:hover {
    background-color: #ddd;
	}

  #front-page-nav ul.side-nav li .active {
    background-color: transparent;
	}

  #front-page-nav ul.side-nav a {
    color: #444;
	}
}
.page-wrapper{
width: calc(100% - 250px);
float: right;
margin-top: 60px;
}
.pageTitle{
font-size: 25px;
}
.examListTsheetsBlock{
	width: 90% !important;
    margin: 0 auto;
    padding-bottom: 100px;
}
.examListTsheetsBlock td, .examListTsheetsBlock th {
	text-align: center;
}
.selectGreaterLesser {
display: inline-block !important;
width: 38px !important;
height: 35px !important;
}
.writeGreaterLesserNumber {
display: inline-block !important;
width: 20px !important;
}
.submitGreaterLesserNumber{
width: 17px !important;
padding: 0px 15px !important;	
display: inline-block !important;
}
.totalStudentsStats{
width: 18%;
position: relative;
min-height: 100px;
border: 1px solid #22424e;
box-shadow: 0px 2px 6px 0px rgba(34, 66, 78, 0.55);
text-align: center;
font-size: 40px;
margin-bottom: 20px;
display: inline-block;
margin-left: 20px;
vertical-align: middle;
}
.mainPageTitle{
font-size: 25px;
margin-bottom: 20px;
font-weight: 600;	
}
.totalStudentsStatsTitle{
text-align: center;
font-size: 22px;
color: #fff;
background: #22424e;	
}
.statsHolderForExam a{
color: #000;
}
.dataTables_length select {
	display: block !important;
}
.editStudentMarksId{
width: 700px;
height: 400px;
position: fixed;
border: 1px solid #000;
box-shadow: 0px 1px 10px 0px rgba(34, 66, 78, 0.54);
padding: 5px 10px;
right: 0;
left: 0;
margin: 0 auto;
top: 120px;	
z-index: 999999;
background: #fff;
overflow: auto;
display: none;
}
.editStudentMarksIdClose{
position: absolute;
right: 0;
margin-top: 0px;
font-weight: 600;
background: #d4353c;
color: #FFF;
padding: 0px 10px;
font-size: 20px;
cursor: pointer;	
}
.editStudentMarksIdHeading{
text-align: center;
background: #22424e;
color: #fff;
font-weight: 600;
padding: 5px 3px;
font-size: 16px;	
}
.editStudentMarksIdsubjectHolderFormCommon{
width: 16%;
display: inline-block;
margin-left: 15px;
word-wrap: break-word;
}
.editStudentMarksIdsubjectHolder{
border: 1px solid #22424e;
text-align: center;
position: relative;
overflow: hidden;
}
.totalStudentsStatsOne{
width: calc(74% + 40px);
position: relative;
min-height: 100px;
border: 1px solid #22424e;
box-shadow: 0px 2px 6px 0px rgba(34, 66, 78, 0.55);
text-align: center;
margin-bottom: 20px;
display: inline-block;
margin-left: 20px;
vertical-align: top;
}
.totalStudentsStatsTwo{
width: calc(90% + 40px);
position: relative;
min-height: 100px;
border: 1px solid #22424e;
box-shadow: 0px 2px 6px 0px rgba(34, 66, 78, 0.55);
text-align: center;
margin-bottom: 20px;
display: inline-block;
margin-left: 20px;
vertical-align: top;
}
.totalStudentsStats30{
width: 30%;
position: relative;
min-height: 100px;
border: 1px solid #22424e;
box-shadow: 0px 2px 6px 0px rgba(34, 66, 78, 0.55);
text-align: center;
font-size: 40px;
margin-bottom: 20px;
display: inline-block;
margin-left: 20px;
vertical-align: middle;
}
.mainExamTitleHolder{
border-bottom: 1px solid #000;
padding: 10px;	
}
.commandLineFinalSheet{
width: 100%;
height: 200px;
background: #000;
overflow-y: auto;
word-wrap: break-word;
color: #fff;
font-size: 10px;
}
.commandLineFinalSheet {
color: #DDD;
background: #222;
padding: 4px 6px;
border: 1px #222 solid;
font-family: Consolas, sans-serif;
font-size: 13px;
}
.commandLineFinalSheet p {
margin: 0;
padding: 3px 6px;
}
.commandLineFinalSheet p:nth-child(odd) {
background: #333;
}
#copyCommandLineFinalSheet, #printCommandLineFinalSheet{
float: right;	
}

.editDetailsOfStud{
width: 400px;
min-height: 200px;
position: fixed;
top: 100px;
background: #fff;
left: 0;
right: 0;
z-index: 99999;
margin: 0 auto;
border: 1px solid #22424e;
display:none;
}
.editDetailsOfStudCloseButton{
float: right;
font-size: 23px;
margin-right: 7px;
cursor: pointer;
color: #ffffff;
margin-top: -28px;
}
.editDetailsOfStudHeader{
background: #22424e;
color: #fff;
text-align: center;
}

.mainToppersHolder{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  }
  .leftToppersHolder{
  min-width: 400px;
  }
  .inputHolderToppers label{
    display: block;
  }
  .select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap;
  }
  select{
    display: inline !important;
  }
  .inputHolderToppers{
    margin-bottom: 10px;
    width: 400px;
  }
  .select2-search-choice-close::before {
    content: '×' !important;
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }

@media print {
#copyCommandLineFinalSheet, #printCommandLineFinalSheet {
    display: none;
  }
}