
.zenoss-graph-container{
    padding: 5px;
    /*height: 600px;*/
    left: 0;
    top: 0;
    width: 100%;
    max-width: 800px;
}

.zenoss-graph-container .graph-controls table td{
    border: 1px transparent!important;
}

.zenoss-graph-container .zenfooter table td, .zenoss-graph-container .zenfooter table th{
    border: 1px transparent!important;
}


.zenoss-graph-container .loader{
    margin: 0 auto;
    background-image: url('/static/img/spin.gif');
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
}

.zenoss-graph-container .centered{
    position: absolute;
    top: 35%;
    left: 50%;
}

.zenoss-graph-parent{
	border: 1px solid #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 5px 5px 5px 0;
    /*height: 570px;*/
    background-color: #f8f7f9;
    position: relative; /*this keeps the graph tooltip in this element*/
}

.zenoss-graph-container .graph-title{
    display: inline-block;
    color: #4C4C4C;
    margin: 5px 0 5px 10px;
    font-size: 1.3em;
}

.zenoss-graph-container .zenchart-z5{
	height: 450px;
    position: relative;
}

.zenoss-graph-container .zenchart-z5, .zenoss-graph-container .zenchart-z4 {
	height: 400px;
}

.zenoss-graph-container .zenchart-z4 img{
    margin: 10px 0 0 30px;
}

.zenoss-graph-container .zenfooter{
	position: relative;
    top: -15px;
    max-height: 150px;
    overflow-y: auto;
    height: 150px;
}

.zenfooter table {
	display: table;
	border-collapse: collapse;
    border-spacing: 0;
}

.zenfooter_text{
	font-size: 8pt;
}

.zenfooter_content{
	font-size: 8pt;
	margin-left: auto;
    margin-right: auto;
}

.zenfooter_box_column{
	width: 12px;
}

.zenfooter_box {
	width: 10px;
    height: 10px;
    border: solid 1px black;
    float: left;
    margin: 2px 2px 2px 2px;
}

.zenfooter td, .zenfoter th {
    padding: 2px;
}

.zenfooter_data {
	padding-left: 10px;
}

.zenfooter_data_text{
	text-align: left;
    font-size: 8pt;
}

.zenfooter_data_number{
	text-align: right;
    font-family: sans-serif;
    font-size: 8pt;
}

.zenfooter_projection{
	color: #672627;
}

.zenfooter_dates{
	font-weight: bold;
    text-align: center;
}

.graph-controls {
    margin: 5px 0 5px 10px;
}

.graph-controls label{
    font-weight: bold;
    margin: 0 5px 0 0;
}

.graph-controls input[type=text]{
    width: 150px!important;
}

.graph-controls .fast-pickers{
    /*display: inline-block;*/
    height: 15px;
    margin: 0 10px 0 0;
}

.graph-controls .fast-pickers input {
    margin: 0;
}

.graph-controls .fast-pickers label{
    font-weight: bold;
    font-size: 12px;
    margin: 0;
}

.graph-controls .filter{
    margin: 0 5px;
}

.graph-controls .range_picker{
    display: inline-block;
    position: relative;
}

.graph-controls .migration_setter{
    margin: 2px 10px 2px 10px;
    position: absolute;
    opacity: 0.7;
    white-space: nowrap;
    top: -25px;
    left: 45%;
}

.graph-controls .error{
    font-size: 11px;
    color: #ff7d77;
}

.graph-controls .dash{
    margin: 0 5px;
    font-weight: bold;
    font-size: 16px;
}

.graph-controls .fast-pickers td{
    padding: 5px;
}

.graph-controls > .form-inline > .refresh-graph {
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
}


.zenoss4-graph-container{
    padding: 5px;
    height: 600px;
    left: 0;
    top: 0;
    width: 790px;
}

.zenoss4-graph-parent{
	border: 1px solid #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 5px 5px 5px 0;
    background-color: #f8f7f9;
}

.hidden{
    display: none
}


.global-graph-controls{
    margin-bottom: 20px;
    margin-left: 150px;
}

.global-graph-controls label{
    margin: 0 5px 0 0;
}

.global-graph-controls input[type=text]{
    width: 120px!important;
}

.global-graph-controls .range_picker{
    display: inline-block;
    position: relative;
}

.global-graph-controls .fast-pickers{
    height: 10px;
    margin: 0 10px 0 0;
}

.global-graph-controls .fast-pickers input {
    margin: 0;
}

.global-graph-controls .fast-pickers label{
    font-size: 10px;
    margin: 0;
}

.global-graph-controls .filter{
    margin: 0 5px;
}