root {
    display: block;
}

body {
	height: 100%;
	font-size: 155%;
	color: #2B3A42;
	background-color: white;
}

body.modal-open {
	margin-right: 0px!important;
}

.modal {
	overflow: scroll;
}

html {
	height: 100%;
}

a { color: #AFAFAF;
	font-weight: normal;
}

a.type2 {
	color: #4388AF;
	font-weight: normal;
	font-size: 80%;
}

a:hover
{
	color: #4388AF;
	text-decoration: none;
}

li a { color: #777777
}

.popover {
	z-index: 9000!important;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #777777;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

h5.rssTitle a{
	color: #0000FF;
	font-weight: bold;
	font-size: 12px;
}

li.even {
	background-color: #FFFFFF;
}

li.odd {
	background-color: #EEEEEE;
}

li.rssRow {
	border: 1px solid #EEEEFF;
	font-size: 11px;
	height: 110px;
}

ol {
	padding-left: 20px;
}

ul {
	padding-left: 14px;
}


p.rssHeading {
	font-weight: bold;
	color: #000077;
	background-color: #EEEEEE;
	font-size: 14px;
}

.btn {
    white-space: normal;
}

#google-map-canvas, #google-streetview-canvas {
	height: 300px;
	width: 100%;
}

.panel-heading {
	font-weight: bold;
	font-size: 16px;
}

.message {
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    z-index: 9999;
}

.btn-default {
    background: linear-gradient(to bottom, #b5bdc8 0%,#afb8c6 36%,#28343b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: white!important;
	font-weight: bold;
}

h1 {
	color: #2B3A42;
	font-size: 25px;
	margin-top: 0px;
}

h2 {
	color: #940026;
	font-size: 19px;
	margin-top: 0px;
	line-height: 125%;
}

.container {
	//width: 1280px;
	//padding-left: 1%;
}

#content .container {
	width: 96%;
	padding-left: 1%;
}

.text1 {
	color: #213F75;
}


.text2 {
	color: #4388AF;
}

.small-input {
	font-size: 12px;
	height: 23px;
}

.btn-xs.small-input {
	margin-top: 1px;
	padding-top: 2px;
	font-size: 12px;
	height: 23px;
}

.form-login .form-group {
	height: 7px;
}

hr {
	background-color: #CCCCCC;
	height: 1px;
}

.help-block {
	padding-top: 0px;
	margin-top: 0px;
}

#ui-datepicker-div {
	background-color: white;
	opacity: 1;
}

.tooltip {
    z-index: 9999 !important;
}

ol.sla-list { counter-reset: item }
.sla-list li { display: inline-block; }
.sla-list li:before { content: counters(item, ".") ".  "; counter-increment: item }

.dark-background {
	background-color: #2B3A42;
}

.navbar-link {
	margin-top: 6px;
	margin-bottom: 6px;
}

.navbar-link a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.btn
{
	font-weight: bold;
}

table tr td {
	font-size: 11px;
}

table tr th {
	font-size: 11px;
}

.big-table thead tr td, .big-table thead tr th {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
}

.big-table tbody tr td, .big-table tbody tr th {
	font-size: 1em;
	font-weight: 700;
}

@media screen and (min-width: 980px) {

	.modal-dialog.large  {width:65%;}
}

@media screen and (max-width: 980px) {

	.modal-dialog.large  {width:100%;}
}

.red-row {
background-color: #FF4949 !important;
}

.orange-row {
	background-color: orange !important;
}

.green-row {
	background-color: #79F78A !important;
}

.nowrap {
	white-space: nowrap;
}

.no-width {
	width: 1%;
	text-align: center;
	white-space: nowrap;
}

.panel.dashboard-box {
	//border-radius: 0 !important;
}

.panel.dashboard-box .panel-heading {
	height: 25px;
	padding-top: 0px;
	text-align: center;
}

.panel.dashboard-box .panel-body {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
}

.panel-info.dashboard-box .panel-body {
	color: #31708F;
}

.panel-success.dashboard-box .panel-body {
	color: #3C763D;
}

.panel-warning.dashboard-box .panel-body {
	color: #8A6D3B;
}

.panel-danger.dashboard-box .panel-body {
	color: #A94442;
}

.user-body {
	background: linear-gradient(to bottom, #87bcea 0%,#539fe1 24%,#0a77d5 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.user-footer {
	background: linear-gradient(to bottom, #a90329 0%,#8f0222 48%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.user-menu {
	margin-left: 10px;
	
}