/* Custom styles common to the ABLDoc and Documentation Hub */

.opt_STATIC, .opt_ABSTRACT, .opt_FINAL {
    display: inline-block;
    text-transform: uppercase;
    background-color: #58595B;
    border-radius: 50%;
    color: white;
    font-size: 1em;
    line-height: 1.2em;
    width: 1.2em;
    height: 1.2em;
    text-align: center;
}

.opt_STATIC:before, .opt_ABSTRACT:before, .opt_FINAL:before {
    content: attr(data-initial);
    display: inline-block;
}

.node, .node_root, .parentclassnode {
    border-top: 0.1em solid transparent;
    border-right: 0.1em solid transparent;
    border-bottom: 0.1em solid #bbb;
    border-left: 0.1em solid #bbb;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.parentclassesitem table {
    display: table-cell;
}

.table_content {
	border-collapse: collapse;
    width: 100%;
}

.table_content th, .table_content td {
    padding: 0px !important;
    font-weight: normal;
}

.table_content tbody {
	vertical-align: top;
}

.table_topnav {
    float: right;
    text-align: right;
}

.table_heading_color {
	color: #7C878E;
    font-size: 18px;
	font-style: normal;
	font-weight: normal;
	word-break: break-all;
	word-wrap: break-word;
	padding-left: 6px;
}

.table_subheading_color th {
	background-color: #E5E5E5;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	height: 21px;
	font-size: 0.88em;
	color: #7C878E;
	font-style: normal;
	font-weight: bold;
}

.constructor_summary, .event_summary, .method_summary, .property_summary {
    border: 1px solid #bbb;
}

.constructor_summary tbody tr,
.event_summary tbody tr,
.method_summary tbody tr,
.property_summary tbody tr {
    border-bottom: 1px solid #bbb !important;
}

.option_col {
	min-width: 20px;
	max-width:50px;
	width:50px;
}

.img_col {
	max-width:50px;
	width:30px;
}

/* This provides an indentation to the navigation on the left of the screen on Zoomin */

ul ul ul {
    padding-left: 10px;
}
