body {
  background: #fff !important;
}
p{
	padding:15px;
}
.topsection {
    background: #f9f9f9;
    border-top: 2px solid #2196F3;
}
.wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}
.text-top {
    padding: 20px 0px;
	text-align:center;
}
.text-top h5{
	font-size:20px;
	line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
}
.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 30px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-primary{
	background:#2196F3!important;
	color:#fff;
	border:none!important;
	border-radius: 3px!important;
}
.forgot-pass{
	margin-bottom:15px;
	color:#9E9E9E;
	
}
.forgot-pass:hover{
	text-decoration:none;
	transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	color:#000;
}
.pane-cust{
	width:18.7%;
	margin-right:15px;
	position: relative;
	min-height: 300px;
	margin-bottom:15px;
}
.pane-cust .panel-body{
	padding:0px!important;
}
.cust-width {
    
   
}
.lat-width {
    margin-right: 0px!important;
}
#cssmenu {
    background: #f9f9f;
    width: auto;
}
#cssmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: block;
    zoom: 1;
}
#cssmenu ul li {
    display:inline-block;
	float:none;
    padding: 0;
    margin: 0;
}
#cssmenu ul li.active a {
    color: #2196F3;
}
#cssmenu ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.main-entry {
    margin: 50px 0px 20px;
	padding:0px 15px;
}
ul.entry-student{
	margin:0px;
	padding:0px;
}
ul.entry-student li {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
	list-style:none;
}
ul.entry-student li a{
	color:#000;
}
ul.entry-student li a:hover{
	text-decoration:none;
	color: #2196F3;
	padding-left:5px;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -ms-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
}
.panel-default .panel-heading{
	background:#2196F3;
	color:#fff;
	font-size:16px;
}
.fa-pencil, .fa-plus, .fa-floppy-o, .fa-trash {
    font-size: 14px!important;
    margin-right: 10px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	vertical-align:middle!important;
	padding:5px!important;
}
.bg-color{
	background:#f5f5f5;
}
.btn-success{
	background:#4CAF50!important;
	color:#fff!important;
}
.btn-danger{
	background:#F44336!important;
	color:#fff!important;
}
.dataTables_length{
	margin-top:10px;
	padding-left:10px;
}
.dataTables_filter, .dataTables_paginate{
	margin-top:10px;
	padding-right:10px;
}
.form-group {
 
    margin-top: 10px;
}
/*===============================================IMAGE UPLOAD CSS =========================================*/
#image-preview {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #ecf0f1;
  margin:15px;
  padding-top:15px;
}
#image-preview input {
  line-height: 200px;
  font-size: 200px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
#image-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #bdc3c7;
  width: 200px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.save-studet{
	margin-bottom:10px;
	margin-right:10px;
}
.payment-img{
	text-align:center;
	padding:20px;
}
.fa-envelope {
    margin-right: 10px;
    font-size: 20px;
}
@media screen and (max-width: 1680px){
	.pane-cust {
    position: relative;
    width: 18%;
    float: left;
    
}
}
@media screen and (max-width: 1600px){
	.pane-cust {
    position: relative;
    width: 18%;
    float: left;
    
}
}
@media screen and (max-width: 1366px){
	 #cssmenu ul li a {
    padding: 15px 12px;
    font-size: 13px;
   
}
.pane-cust {
    position: relative;
    width: 18%;
    float: left;
    
}
}
 @media screen and (max-width: 1280px){
	 #cssmenu ul li a {
    padding: 15px 12px;
    font-size: 13px;
   
}
.pane-cust {
    position: relative;
    width: 18.6%;
    float: left;
    margin: 0px 15px 0px 0px;
}
}
@media screen and (max-width: 1140px){
	.pane-cust {
    position: relative;
    width: 18%;
    float: left;
    
}
}
 @media screen and (max-width: 1024px){
	 #cssmenu ul li a {
    padding: 15px 5px;
    font-size: 12px;
   
}
.pane-cust {
    position: relative;
    width: 47%;
    float: left;
    margin: 0px 0px 15px 15px;
    
}
}
 @media screen and (max-width: 768px) {
#cssmenu ul li {
	float: none;
	display: block;
}
#cssmenu ul li a {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
#cssmenu ul li.last > a,  #cssmenu ul li:last-child > a {
	border: 0;
}
#cssmenu ul li a:after {
	display: none;
}
#cssmenu ul li a:before {
	display: none;
}
table td, th {
    border-right:none;
}
.pane-cust{
	    width: 46.2%;
		margin-bottom:15px;
    
    
}
}
@media (max-width: 432px) {
.pane-cust{
		width:100%;
		margin-bottom:15px;
		    margin-left: 0px;
	}
}
@media (max-width: 414px) {
.pane-cust{
		width:100%;
		margin-bottom:15px;
		    margin-left: 0px;
	}
}
@media (max-width: 412px) {
.pane-cust{
		width:100%;
		margin-bottom:15px;
		    margin-left: 0px;
	}
}
@media (max-width: 384px) {
.pane-cust{
		width:100%;
		margin-bottom:15px;
		    margin-left: 0px;
	}
}
@media (max-width: 375px) {
.pane-cust{
		width:100%;
		margin-bottom:15px;
		    margin-left: 0px;
	}
}
@media (max-width: 360px){
	.pane-cust{
		width:100%;
		margin-bottom:15px;
		    margin-left: 0px;
	}
}
@media (max-width: 320px){
	.pane-cust{
		width:100%;
		margin-bottom:15px;
		    margin-left: 0px;
	}
}