/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

body {
    font-family: 'TimesNewRoman';
    padding: 0px !important;
    margin: 0px !important;
    font-size:17px !important;
	overflow: hidden;
}

#container {
    width: 100%;
    height: 100%;
}

#main-content {
    margin-left: 150px;
	margin-right: 30px;
}

#main-content1 {
    margin-left: 150px;
	margin-right: 11px;
}

#main-content0 {
    margin-left: 20px;
    margin-right: 20px;
}

#sidebar {
    width: 130px;
    height: 100%;
    position: fixed;
	text-align: center;
}

.header {
    height: 80px;
    padding: 0 15px;
	position: fixed;
    left: 130px;
    right: 0;
    z-index: 1002;
}

.wrapper {
    display: inline-block;
    margin-top: 70px;
    padding: 10px;
    width: 100%;
}

form {
	display:inline;
	margin:0px;
	padding:0px;
}

.popover{
	max-width:600px !important;
	max-height:160px;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	padding: 5px;
	text-align: left;
	background-clip: padding-box;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
	font-family: 'TimesNewRoman';
    font-size:15px;
}

.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.hide {
  display: none !important;
}

.text-hv {
	text-align: center;
	height: 80px;
	line-height: 80px;      
}

.img-v {
  vertical-align: middle;
}

aside,
header
 {
  display: block;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

b,
strong {
  font-weight: bold;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

code,
pre {
  font-family: Lato;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  color: #2b2b2b;
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.v-align {
    vertical-align: middle !important;
}

a:hover {
	cursor: hand;
	cursor: pointer;
	}
	
img:hover {
 cursor: hand;
 cursor: pointer;
	}
	


