/*
Theme Name: Client Portal 2015
Theme URI: 
Author: Avinash Kadaji
Author URI: 
Description: 
Version: 1.0
=======
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.

The development of BootstrapWP was powered by Sublime Text 2 and lots of Diet Coke.
Use this starter theme to make something cool.  Please share the results with me via Twitter @rachelbaker.
Enjoy!

*/
/********************************************************

Comfortable with LESS?  Check out the /assets/css/less folder where the bootstrapwp.less file is the master complier

Not comfortable with LESS?  You can override the compiled bootstrapwp.css file by adding custom styles here.
-------------------------------------------------- */

body { background-color: #dadada; font-family: 'Roboto', sans-serif;  }

body.home { background-color: #f7f5f3; background-image: none; }

.navbar { margin-bottom: 0; }

.navbar-inverse, .navbar-default { background-color: #990000; }
.navbar-inverse .navbar-inner { background-color: #990000; background-image: none; border: none; }
.navbar-inverse .navbar-brand, .navbar-default .navbar-brand { color: #fafafa; }

.navbar-right li a { color: #eee; }
.navbar-right li ul.dropdown-menu { background-color: #dadada; }
.navbar-right li ul.dropdown-menu li a { color: #333; }
.navbar-right li a:hover { color: #666; }

.navbar-top-links li.open > a { color: #333; }

.sidebar { background-color: #dadada; }

.page-header { border-bottom: 0; }

h4.record-edit-header { margin-bottom: 20px; padding-bottom: 10px; margin-left: 15px; border-bottom: 1px solid #ccc; }

#page-wrapper {
	background-image: url( ./assets/img/logo_erate.png ); 
	background-repeat: no-repeat; background-position: 50% 95%; margin-bottom: 0;	margin-top: 25px !important;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.hero-unit { 
	padding: 60px; margin-top: 52px;
	border-radius: 0; padding-top: 135px; padding-bottom: 5px;
	background-image: url( ./assets/img/logo_erate.png ); 
	background-repeat: no-repeat; background-position: top center; margin-bottom: 0; background-color: #dadada; 
	font-size: 18px;
	font-weight: 200;
	line-height: 30px;
}

.home-content { padding-top: 20px; background: #fff; }
.content-container { background: #fff; padding: 10px 15px;}

footer { margin-top: 10px; }