#chat {
	height: 658px;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #7F9DB9;
}
#chat-login {
	height: 805px;
	padding: 10px;
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid #ddd;
}
#map {
	position: absolute;
	top: 405px;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 400px;
	background: #fff;
	border: 1px solid #ddd;
}
#map-container {
	height: 805px;
	position: relative;
	margin-bottom: 15px;
}
#map-container.expand #map {
	top: 5px;
	left: -400px;
	width: calc(100% + 400px);
	height: 800px;
	box-shadow: -3px -3px 5px 3px #999;
	
	transition: top 250ms, left 250ms, width 250ms, height 250ms;
	-o-transition: top 250ms, left 250ms, width 250ms, height 250ms;
	-moz-transition: top 250ms, left 250ms, width 250ms, height 250ms;
	-webkit-transition: top 250ms, left 250ms, width 250ms, height 250ms;
}
#map-container > button {
	position: absolute;
	right: 5px;
	bottom: 15px;
	z-index: 11;
}
#options {
	height: 761px;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#optionstab {
	float: right;
	margin-right: 17px;
}
/* Chat box */
#drupalchat-embed-user-list {
	display: none !important;
}
#id-changeidname {
	display: none;
}
.drupalchat-embed-chatroom-content {
	height: 710px !important;
	width: 100% !important;
}
.drupalchat-embed-chatroom-container {
	margin-bottom: 15px;
}
.drupalchat-embed-chatroom-content-container {
	background: #fff;
}
.drupalchat-embed-chatroom-chatboxtextarea {
	padding: 5px;
	background: #fff;
	border-radius: 4px;
}
#micronews-avlgov {
	font-size: 13px;
	max-height: 430px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #ddd;
}
.tweet {
	position: relative;
	min-height: 62px;
	padding: 7px 7px 7px 62px;
	border-bottom: 2px solid #ddd;
}
.tweet.nf {
	border-right: 2px solid #0000cc;
}
.tweet.rt {
	border-right: 2px solid #77b255;
}
.tweet.neg {
	border-right: 2px solid #cc0000;
}
.tweet.neg .rating {
	background-color: #cc0000;
}
.tweet.pos .rating {
	background-color: #00cc00;
}
.tweet.marker {
	width: 300px;
	border: none;
	padding: 0 0 0 55px;
}
.tweet time {
	float: right;
	font-size: 11px;
}
.tweet .user {
	font-weight: bold;
}
.tweet img.avatar {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 48px;
	height: 48px;
	border-radius: 4px;
}
.tweet.marker img.avatar {
	top: 0;
	left: 0;
}
.tweet img.media {
	margin-top: 7px;
}
.tab-content {
	margin-bottom: 15px;
	font-size: 13px;
	background: #fff;
	border-color: #ddd;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
.tab-pane .roll {
	height: 735px;
	overflow-x: hidden;
	overflow-y: scroll;
	border-bottom: 1px solid #ddd;
}
.tab-pane .status {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
}
.tab-pane .count-shown,
.tab-pane .count-hidden {
	float: right;
	padding-left: 10px;
}
.tab-pane .count-shown:before {
	content: "Shown: ";
	font-weight: normal;
}
.tab-pane .count-hidden:before {
	content: "Hidden: ";
	font-weight: normal;
}
.option-description {
	margin-left: 10px;
}
.fa.fa-twitter {
	color: #00aced;
}
.tweet .rating,
.fa.fa-thumbs-o-up,
.fa.fa-thumbs-o-down,
.fa.fa-external-link {
	float: right;
	margin-left: 5px;
}
.fa.fa-thumbs-o-up:hover {
	color: #00cc00;
	cursor: pointer;
}
.fa.fa-thumbs-o-down:hover {
	color: #cc0000;
	cursor: pointer;
}
body {
	background-image: url('../img/bg-xpress.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
}
/* Dark Mode */
body.dark {
	background-image: url('../img/bg-matrix.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}
body.dark #map,
body.dark .tab-content,
body.dark .dropdown-menu,
body.dark .nav .open > a,
body.dark .nav .open > a:hover,
body.dark .nav .open > a:focus,
body.dark .drupalchat-embed-chatroom-chatboxtextarea,
body.dark div.drupalchat-embed-chatroom-container div.drupalchat-embed-chatroom-content {
	border-color: #333;
	background-color: #191919;
}
body.dark .dropdown-menu > li > a {
	color: #ddd;
}
body.dark .drupalchat-embed-chatroom-content-user > a {
	-webkit-filter: invert(100%);
    filter: invert(100%);
}
body.dark #options::-webkit-scrollbar,
body.dark .tab-pane .roll::-webkit-scrollbar,
body.dark div.drupalchat-embed-chatroom-container div.drupalchat-embed-chatroom-content::-webkit-scrollbar {
	width: 12px;
}
body.dark #options::-webkit-scrollbar-track,
body.dark .tab-pane .roll::-webkit-scrollbar-track,
body.dark div.drupalchat-embed-chatroom-container div.drupalchat-embed-chatroom-content::-webkit-scrollbar-track {
	background-color: #000;
	border-left: 1px solid #333;
}
body.dark #options::-webkit-scrollbar-thumb,
body.dark .tab-pane .roll::-webkit-scrollbar-thumb,
body.dark div.drupalchat-embed-chatroom-container div.drupalchat-embed-chatroom-content::-webkit-scrollbar-thumb {
	background-color: #30ff00;
}
body.dark #options::-webkit-scrollbar-thumb:hover,
body.dark .tab-pane .roll::-webkit-scrollbar-thumb:hover,
body.dark div.drupalchat-embed-chatroom-container div.drupalchat-embed-chatroom-content::-webkit-scrollbar-thumb:hover {
	background-color: #00cc00;
}
body.dark div.drupalchat-embed-chatroom-container div.drupalchat-embed-chatroom-content table tbody tr {
	border-top: 1px solid #333;
}
body.dark .tweet,
body.dark .tab-pane .roll {
	border-bottom: 1px solid #333;
}
body.dark .nav-tabs>li.active>a,
body.dark .nav-tabs>li.active>a:hover,
body.dark .nav-tabs>li.active>a:focus {
	color: #ddd;
	background-color: #333;
	border: 1px solid #333;
}
/* election 2014 */
#etabname1 {
	color: #E91D0E;
	font-weight: bold;
}
#etabname2 {
	color: #232066;
	font-weight: bold;
}
