html, body {
 margin: 10px;
}

input, select {
    font-size:0.9em;
}


a {
    color:#23A4FF;
}
    
#container {
    width: 1000px;
    margin:0 auto;
    position:relative;
}

#left-container, 
#right-container, 
#center-container {
    height:600px;
    position:absolute;
    top:0;
}

#left-container, #right-container {
    
    color:#686c70;
    text-align: left;
    overflow: auto;
    background-color:#fff;
    background-repeat:no-repeat;
    border-bottom:1px solid #ddd;
    margin-top: 0px;
}

#left-container {
    left:0;
    background-position:center right;
    border-left:1px solid #ddd;
    
}

#right-container {
    right:0;
    background-position:center left;
    border-right:1px solid #ddd;
    border-top:1px solid #ddd;
    width:300px;
}

#right-container h4{
    text-indent:8px;
}

#center-container {
    left:0px;
    color:#ccc;
    margin-top: 0px;
    border: 1px solid #DDD;
}


#inner-details {
    font-size:0.8em;
    list-style:none;
    margin:7px;
    padding: 10px;
}

#infovis {
    position:relative;
    width:693px;
    height:600px;
    margin:auto;
    overflow:hidden;
}

#header {
    width: 1000px;
    margin: 0 auto;
    color: gray; 
    padding-bottom: 15px;
}
            
#map_canvas 
{
    position:relative; 
    height:500px; 
}

.Infobox, .infobox-body 
{
    z-index: 2000;
	line-height: 16px;
}

.Infobox 
{
    height: auto !important; 
    top: 50px !important; 
    left: 30px !important; 
}

.infobox-stalk 
{
    display: none;
}

.accordion-inner img 
{
    padding-right: 10px;
}

.well
{
    font-size: 90%;
}

.well li b
{
    color: gray;
}

.received-color 
{
    color: green;
}

.shipped-color 
{
    color: red;
}

.error 
{
    color: red;
}

.loading-animation-wrapper
{
    width:100%; 
    height: 50px; 
    text-align: center; 
    position: absolute; 
    top: 50%;    
    color: #2d2d2d;
}

#outbreak-link 
{
    padding-top: 10px; 
    float: right; 
    text-align: right; 
    width: 340px;
    clear: none;
}

#outbreak-link a
{
    float: right; 
    padding: 2px 0 0 10px;
}

#outbreak-box
{
    width:25px;
    height:25px;
    background-color: #738c70; 
    border: 1px solid #274f27; 
    display:block; 
    float: right;    
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

[class*="span"]:first-child {
  margin-left: 0;
}

/*TOOLTIPS*/
.tip {
    color: #111;
    width: 400px;
    background-color: white;
    border:1px solid #ccc;
    -moz-box-shadow:#555 2px 2px 8px;
    -webkit-box-shadow:#555 2px 2px 8px;
    -o-box-shadow:#555 2px 2px 8px;
    box-shadow:#555 2px 2px 8px;
    opacity:0.9;
    filter:alpha(opacity=90);
    font-size:10px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding:7px;
}

/* Map Styling - BEGIN */

.map-level-node-wrapper {
	text-align: center;
	margin-top: 5px;
}

.map-level-node {
	float: left;
	text-align: center;
	font-size: 11px;
	margin-top: 20px;
}

.map-link {
	cursor: pointer;
    display: inline-block;
    padding: 4px 10px;
    box-sizing: border-box;
}

.map-link:hover {
	text-decoration: none;
}

.map-link-on {
	font-size: 12px;
    font-weight: bold;
    background-color: rgba(255,230,0,0.3);
    border-radius: 6px;
    color: #5a90b5;
}

.map-link-off {
	font-size: 11px;
	font-weight: normal;
}

.map-pin-hr {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 8px;
}

.arrow-ship, .arrow-receive {
	width: 10px;
	padding: 2px;
	top: -2px;
    position: relative;
}

.arrow-ship {
	transform: rotate(-45deg);
}

.arrow-receive {
	transform: rotate(135deg);
}

.customInfobox {
	margin-top: 10px;
	background-color: white;
	color: black;
	max-width: 300px;
	border-radius: 10px;
	padding: 10px;
	font-size:12px;
	pointer-events:auto !important;
}

.customInfobox .title {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

a.customInfoboxCloseButton {
	position: absolute;
	top: 16px;
	right: 7px;
}

/* Map Styling - END */