
/* TYPOGRAPHY */

@import url('https://fonts.googleapis.com/css?family=Anton');

@font-face {
  font-family: 'FontAwesome';
  src: url('/content/fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('/content/fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('/content/fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('/content/fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Anton', sans-serif;
	letter-spacing: .5px;
}

body, p, td {
	font-family: monospace!important;
	font-size: 15px;

}

h1 {
	font-size: 52px;
	letter-spacing: 1px;
}

h2 {
	font-size: 42px;
	letter-spacing: 1px;
}

h3 {
	font-size: 32px;
	letter-spacing: 1px;
}

h4 {
	font-size: 22px;
	letter-spacing: 1px;
}

h5 {
	font-size: 20px;
	letter-spacing: 1px;
}

/* NAVIGATION */
.navbar {
	margin-bottom: 3px;
}

.navbar-nav {
	float: right;
	padding-top:10px;
}

.navbar-nav li {
	margin: 0 5px;
}


.navbar-default {
	background-color: #232323;
	font-family: monospace;
	border: none;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #f0b323;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}

button.navbar-toggle {
	margin-top: 12px;
	border: none;
	background-color: #222
}

button.navbar-toggle:before {
	content: 'MENU';
	position: absolute;
	left: -50px;
	top: 5px;
	font-size: 20px;
	color: #fff!important;
}

.navbar-default .navbar-toggle .icon-bar {
	width: 30px;
	height: 4px;
	color: #fff;
	background-color: #fff;
}

button.navbar-toggle:hover {
	background-color: #222;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #222;
}


@media all and (max-width: 768px) {
	.navbar-nav {
		display: block;
		padding-top: 60px;

		float: left;
		font-size: 20px;
		width: 100%;
	}
	
	.navbar-nav li {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	.navbar-nav li:last-child {
		margin-bottom: 20px;
	}
}

.navbar-brand img {
	height: 100px;
	width: auto;
	padding-bottom: -30px;
	margin-bottom: -65px;
}

/* HERO SECTION */

.hero .jumbotron {
	position: relative;
    overflow: auto;
	background-color: #275d38;
	background:url('Images/White-Rose-Landing-Page.jpg') no-repeat right bottom;
	background-size: cover;
	height: 100vh;
	margin-top: -50px;
	margin-bottom: 0;
	padding-top: 200px;
}

.hero .jumbotron .logo {
	width: 125px;
	height: auto;

	padding-bottom: 10px;
}

.hero .jumbotron h1 {
	color: #fff;
	font-size: 2.6em;
}

.jumbotron .text-color-alt {
	color: #f0b323;
}

.hero .jumbotron p {
	color: #fff!important;
	font-size: 16px;
	padding-left: 0;
}

.hero .jumbotron a {
	color: #f0b323!important;
}

.hero .jumbotron hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f0b323;
    margin: 1em 0;
    padding: 0; 
}


.footer {
	margin-top: 5%;
	width: 100%;
	min-height: 100px;
	background-color: #222;
	padding: 50px 0 10px 0;
	color: #fff;
}

.footer .social {
	text-align: center!important;
}

.footer .fa-facebook {
	color: #4267b2;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.footer .fa-twitter {
	color: #1b95e0;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.footer .fa-twitter:hover, .footer .fa-facebook:hover {
	opacity: 0.7;
}

.footer .share  {
	display: inline;
	z-index: 100;
	text-align: center!important;
}

.footer .share .button {
	padding: 10px 10px 10px 10px;
}

.footer .social i {
	font-size: 32px;
	padding: 10px 10px 10px 10px;

}

.footer .copyright {
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
	background-color: #222;
	text-align: center;
}


/* PAGE TITLES */

.page-title {
	padding-top: 60px;
	padding-bottom: 10px;
/*	background-color: #275d38;*/
/*	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);*/
	margin-bottom: 20px;
}

.page-title h2 {
	font-size: 52px;
	color: #333;
/*	color: #f0b323;*/
}


@media all and (max-width: 760px) {
	.page-title h2 small {
		display: block;
		padding-top: 20px;
}
}


/* GENERAL DATA TABLE STYLES */

.refresh {
	background-color: #275d38;
	padding: 15px 20px 10px 15px;
	margin-top: 10px;
	border-radius: 5px;
}

.refresh p {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif!important;
	letter-spacing: 1px;
	color: #fff;
	text-align: left;
	padding-top: 5px;
}

.refresh p a {
	color: #f0b323;
	text-decoration: none;

}

.refresh p a:hover {
	color: #fff;
}

.refresh .dropdown {
	padding-top: 20px;
}

.refresh select {
	width: 50%;
	float: right;
	margin-top: -3px;
}

.panel-danger, .panel-success, 
.panel-info, .panel-warning  {
	border: 1px solid #275d38;
}

.panel-danger .panel-heading, 
.panel-success .panel-heading, 
.panel-warning .panel-heading {
	background-color: #275d38;
}

.panel-heading a {
	text-decoration: none;
}

.panel-info .panel-heading {
	background-color: #275d38;
}

.panel-info .panel-warning {
	background-color: #275d38;
}


#grid1 {
	margin-top: 40px;
}

/* TABLE INNERS */

.panel-header {
	
}

.panel-heading .panel-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 1px;
	
}

.panel-body {
	background-color: #fff!important;
}

.tChart {
	background-color: #fff!important;
	border: none!important;
}
.tChart span {
	font-size: 14px!important;
	font-weight: 400!important;
}

.rotnumers {
	color: #275d38!important;
	background-color: #fff!important;
	border-bottom: 1px solid #f1f1f1!important;
	border-left: 1px solid #f1f1f1!important;
	padding-top: 15px;
}

.rotate {
	background-color: #fff!important;
	color: red!important;
	padding-top: 20px;
	font-style: bold;
	border-top: 1px solid #f1f1f1!important;
	border-left: 1px solid #f1f1f1!important;
}


.diagr {
	background-color: #acacac!Important;
}

.panel-footer {
	border: none;
	background-color: #fff;
	color: #275d38;
	font-family: monospace;
	font-size: 16px;
	text-align: right;
	padding-top: 0;
}

.table-bordered:last-child {
	padding-bottom: 0;
}


.btn-default {
	color: #fff;
	background-color: #275d38;
	border: none;
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	padding: 9px 14px;
}

.btn-default:hover {
	background-color: #275d38;
	color: #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5)
}

.btn-default:focus {
	outline: none;
	background-color: #275d38;
	color: #fff;
	border: none;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-default:visited {
	color: #fff;
	background-color: #275d38;
	border: none;
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	padding: 9px 14px;
}

/* UI GRID - ALL RIDERS PAGE */

.ui-grid-cell-contents, .ui-grid-pager-row-count-picker, .ui-grid-pager-row-count-label {
	font-family: monospace;
	font-size: 16px;
}

#grid1 {
	border: 1px solid #275d38;
	border-radius: 5px;
}

.ui-grid-filter-container {
	padding: 4px 10px 10px 10px!important;
}

.ui-grid-top-panel {
	background: #275d38!important;
	color: #fff;
}


.ui-grid-header-cell-label {
	font-family: 'Anton', sans-serif!important;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-align: center!important;
	padding-left: 8px;
}