﻿body {
	background:  url("../image/background.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #333333;
}

hr {
	margin: 6px;
	border-color: #CEECF5;
}

h1 {
	font-family: 'Marcellus SC', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	color: #333333;
	font-weight: 600;
}

p, a, h4 {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	color: #333333;
}

#heading {
	padding: 0px 6px;
	background-color: #fff;
	height: 150px;
	margin-top: 10px;
	margin-bottom: 3px;
	border: solid 1px #31b0d4;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	overflow: hidden;
}

#heading h1 {
	color: #2BA9CE;
	margin: 11px;
	font-size: 4em;
	font-family: 'Marcellus SC', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
}

#heading h2  {
	color: #2BA9CE;
	margin-top: 30px;
	font-size: 3em;
	font-family: 'Marcellus SC', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
}

#heading span {
	float: right;
	text-align: right;
	font-family: 'Marcellus SC', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	margin: 10px 5px;
	font-size: 1.1em;
}

#heading span a {
	font-family: 'Marcellus SC', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
}

#menu-wrap {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	text-shadow: 1px 1px 1px #aaa;
}

#menu {
	background-color: #fff;
	padding: 0px;
	border: solid 1px #31b0d4;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#menu a {
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 500;
}

#main-content-wrap  {
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}

#main-content-wrap ul:not(.pagination) a {
	font-family: Arial, Tahoma, sans-serif;
	color: #2BA9CE;
}

#main-content {
	width:100%;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

ul.dropdown-menu {
	min-width: 0px;
	width: 127px;
}

li.dropdown a:not(.dropdown-toggle) {
	line-height: 30px;
    height: 30px;
	padding: 0px;
	margin: 0 -3px 0 0;
}

.navbar-nav li {
	margin-right: 3px;
}

.navbar-nav li a {
    line-height: 40px;
    height: 40px;
    padding-top: 0;
}

.navbar-nav li a:hover {
	color: #fff !important;
	background-color: #31b0d4;
	text-shadow: 1px 1px 1px #666;
}

.navbar-nav li.active a {
	color: #fff !important;
	text-shadow: 1px 1px 1px #666;
}

.navbar-nav ul.dropdown-menu li a {
	color: #333333 !important;
	text-shadow: 1px 1px 1px #aaa;
}

.navbar-nav ul.dropdown-menu li a:hover {
	color: #fff !important;
	text-shadow: 1px 1px 1px #666;
}

.navbar-nav .active {
	background-color: #31b0d4;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #000;
	border-radius: 1px;
}

#subject-list {
	padding: 2px 0px;
}

#subject-list .container-fluid {
	padding: 0px;
	width: 98%;
	background-color: #5abfdb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#subject-list .panel-heading, .panel-body, .panel, .panel-collapse {
	background-color: transparent;
	border: none;
}

.panel-heading {
	margin: 1px 5px 0 0;
	padding: 0px;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-weight: 600;
}

.panel-body {
	padding: 10px 5px 0 0;
}

.btn-default {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	color: #333333;
	width: 98%;
	padding: 2px;
	margin: 1px 2px 0px 2px;
}

.btn-default:hover {
	background-color: #5abfdb;
	color: #fff;
}

#stick {
	position: fixed;
	top:20px;
}

#content  {
	margin-top: 3px;
	padding: 3px;
	min-height: 200px;
	background-color: #fff;
	border: solid 1px #31b0d4;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#content .container-fluid {
	padding: 0px;
}

#content .jumbotron {
	padding-bottom: 50px;
	background-color: #fff;
	text-shadow: 2px 2px 2px #ccc;
}

#content .input-group {
	margin: auto;
	text-align: center;
	width: 70%;
}

#results-form .input-group {
	width: 95%;
	margin-right: 10px;
	margin-top: 10px;
}

#textual .input-group {
	width: 95%;
	margin-right: 10px;
	margin-top: 10px;
	text-align: left;
}

#textual h4{
	text-align: left;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	color: #333333;
	margin: 10px 10px;
}

#textual p {
	margin: 0 10px;
	text-align: left;
}

#textual ul {
	text-align: left;
	margin: 10px 10px;
	font-size: 1.1em;
}

#results-form h4, #results-form li {
	text-align: left;
	padding: 0 10px;
}

#results-form p {
	font-family: Arial, Tahoma, sans-serif;
	text-align: left;
	padding: 0 10px;
}

.num-words {
	float: right;
	margin-right: 8px;
}

#sql-results tbody td {
	text-align: left;
}

#sql-results tbody td a, #textual ul a {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 1em;
	cursor: pointer;
}

#sql-results tbody tr:hover {
	background-color: #d9edf7 !important;
	cursor: default;
}

.table-responsive {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
}

#to-top {
	display: none;
	color: #000;
	padding-top: 4px;
	text-align: center;
	height: 50px;
	width: 50px;
	background-color: #d9edf7;
	border: solid 1px #31b0d4;
	border-radius: 5px 5px 0 0; 
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0; 
	position: fixed;
	bottom: 0px;
	right: 50px;
	z-index: 1;
	cursor: pointer;
}

#main-content-wrap p.desc {
	margin-top: -18px;
	text-align: left;
}

#main-content-wrap p a {
	font-family: Arial, Tahoma, sans-serif;
	color: #2BA9CE;
}

.links {
	padding: 20px 25px;
	position: fixed;
	top: 150px;
	right: 0px;
	width: 200px;
	height: 60px;
	margin-right: -140px;
	background-color: #afd;
	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.form-horizontal div {
	padding: 0 8px;
	text-align: left;
}

.form-horizontal input[name="name"] {
	width: 200px;
}

.form-horizontal input[name="email"] {
	width: 400px;
}

.form-horizontal textarea {
	max-width: 700px;
}

.form-horizontal button {
	margin-bottom: 10px;
}

.alert {
	padding: 0px 15px !important;
	margin: 10px 8px;
}