/*
---------------------------------------------------------

	CUSTOM STRUCTURE
	
---------------------------------------------------------
*/

.margin-right-ten {
    margin-right: 10px;
}

.top-row p {
	padding-top: 14px;
}

.behavior-sidebar {
    float: left;
    padding: 0;
    position: relative;
    width: 290px;
    border: none;
}

	.behavior-sidebar #data-table-rows {
		height: auto;
	}

	.behavior-sidebar .icon-info,
	.behavior-sidebar .icon-data-lookup {
		margin-top: 7px;
	}

.behavior-listing ul {
	border-top: 1px solid #dedede;
}

	.behavior-listing ul li {
		border-bottom: 1px solid #dedede;
		padding: 10px 0;
	}
	
#table-header {
    padding: 13px 19px;
}
	
.col-ip-address {
	width: 122px;
}

.col-occurrence {
	width: 123px;
	text-align: center;
}

.low-t {
	color: #6cac1a;
}

.critical-t {
	color: #c11a00;
}

.behavior-main {
    float: left;
    padding-left: 20px;
    position: relative;
    width: 620px;
}

	.behavior-main h4 {
		display: inline-block;
		margin-top: 10px;
		float: left;
	}
	
	.behavior-main .col-ip-address {
		width: 200px;
	}
	
	.behavior-main .col-occurrence {
		width: 200px;
	}
	
	.behavior-main .behavior-module .col-ip-address,
	.behavior-main .behavior-module .col-occurrence,
	.behavior-main .behavior-module .col-avg-occurrence,
	.behavior-main .behavior-module .col-variation-percent {
		width: 140px;
		text-align: center;
	}
	
	.behavior-main #data-table-rows {
		height: auto;
	}
	
.behavior-main .col-btn-closed {
	margin-top: 4px;
}

.behavior-main .map {
	height: 210px;
}

.collapse {
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.behavior-main .behavior-module .table-rows {
	padding: 9px 0 9px 18px;
}

.col-btn-open {
	margin-top: 3px;
}



/*
---------------------------------------------------------

	GRAPH STYLES
	
---------------------------------------------------------
*/

ul.graph-key li {
   display: inline-block;
   text-align: center;
}

.radio-button-dots {
	vertical-align: text-bottom;
}

#report-type label {
	margin-right: 5px;
}