/*Start Added*/
/*
.footer{
	border-top: 1px solid #222426;
  background: #222426;
  background-image: linear-gradient(0deg, white, #222426);
}*/
html, body {
          /*background-image: linear-gradient(180deg, white, #2f810f);*/
          /*background: transparent url('images/background.gif');*/
                background-color: #fff;
                color: #636b6f;
                font-family: 'Raleway', sans-serif;
                font-weight: 100;
                height: 100vh;
                margin: 0;
            }     
#rec-wrapper {        
  color:white; 
  border-radius:50px; 
  background:#a67e30; 
  padding: 4px 28px 4px 28px; 
  font-size:16px;
}
#bx-shadow {
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3); 
}
.profile-image {
  max-width:160px; 
  border:2px solid #fff; 
  border-radius: 100%; 
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.btn-lavender{
  background:#79589F;
  color:#fff;
  min-width:100px;
}

/*Added*/
.footer{
  background-color:#3f3f3f;
  color: #fff;
  padding-top:5px;
}
#footer{
  background-color:#f4f4f4;
}
.control-button {
  padding: 3px 10px;
  margin-bottom: 20px;
  list-style: none;
  /*background-color: #174069;*/
  background-color: silver;
  border-radius: 4px;  
  border: 1px solid green;
}
.breadcrumb a {
	color: white;
}
.tab-content .table tr td:first-child {
	text-align: right;
	padding-top: 14px;
	width: 42%;
}
.table tr td input {	
	height: 34px;
	width: 250px;	
}
.table tr td select {	
	height: 34px;
	width: 250px;	
}
.table tr td textarea {	
	width: 250px;	
}
.btn {
	height: 32px;
}
.colbox {
    margin-left: 0px;
    margin-right: 0px;
}

.input_label {
  text-align: right;
  margin-top: 10px;
}

.stud-profile-view-name {
	padding-bottom: 1px;
	padding-top: 7px;
	background: #4f9c33; 
	text-align: center;
	font-size: 16px;
	border-radius: 4px;
	color: #f7f7f7;
	margin-bottom: 20px;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}

tfoot tr th span .form-control {
  height: 28px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.marginBottom-0 {
  margin-bottom:0;
}

.dropdown-submenu{
  position:relative;
}

.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after{
  display:block;content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;
  margin-right:-10px;
}

.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}

.dropdown-submenu.pull-left{
  float:none;
  }

.dropdown-submenu.pull-left>.dropdown-menu{
  left:-100%;
  margin-left:10px;
  -webkit-border-radius:6px 0 6px 6px;
  -moz-border-radius:6px 0 6px 6px;
  border-radius:6px 0 6px 6px;
}

.main-wrapper {
  width: 100%; 
  text-align: center;
}

.main-wrapper-inside {
  display: inline-block;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  /*border: 1px dashed deeppink;*/
}

.no-sort::after { display: none!important; }
/*.no-sort { pointer-events: none!important; cursor: default!important; }*/
.no-sort { cursor: default!important; }

/*calendar layout starts*/
.calendar {
  font-family: Arial, Verdana, Sans-serif;
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
}

.calendar tbody tr:first-child th {
  color: #505050;
  margin: 0 0 10px 0;
}

.day_header {
  font-weight: normal;
  text-align: center;
  color: #757575;
  font-size: 10px;
}

.calendar td {
  width: 14%; /* Force all cells to be about the same width regardless of content */
  border:1px solid #CCC;
  height: 100px;
  vertical-align: top;
  font-size: 10px;
  padding: 0;
}

.calendar td:hover {
  background: #F3F3F3;
}

.day_listing {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #2C2C2C;
  padding: 5px 5px 0 0;
}

div.today {
  background: #E9EFF7;
  height: 100%;
}

/*******/
table.calendar {
  margin: auto; border-collapse: collapse;
}

.calendar .days td {
  width: 80px; height: 80px; padding: 4px;
  border: 1px solid #999;
  vertical-align: top;
  //background-color: #DEF;
}

/*calandar layout ends*/

/*particles starts*/
#particles-js{
  width: 100%;
  height: 62px;
  background-color: #528620;
  background-position: 100% 100%;  
}
/*particles ends*/

/*nav bar underline*/
/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    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;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ea67f8;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
   display: inline-block;
    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;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ea67f8;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -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;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: #fff;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* Fix bootstrap */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
    background: #ddd;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open>a:focus, .navbar-default .navbar-nav > .open > a:active {
    background: none;
    color: #555;
}
/*End Added*/