/*
    This file includes style definition for MT publications.
    All empty classes are kept until there is any specific styles need to be
    changed.
    1. common classes
    2. MCA classes
    3. Annotation classes
*/

.line-indent,
.indent-1 {
    padding-left: 0;
    text-indent: 1.3em;
}

.indent-2 {
    padding-left: 0;
    text-indent: 2.6em;
}

.indent-3 {
    padding-left: 0;
    text-indent: 3.9em;
}

.indent-4 {
    padding-left: 0;
    text-indent: 5.2em;
}

.indent-5 {
    padding-left: 0;
    text-indent: 6.5em;
}

/*
    Different types of Hanging Indents
*/
.voting-box {
    padding-left: 3.4em;
    text-indent: -2.4em;
}

.hanging-indent {
    padding-left: 3.4em;
    text-indent: -2.4em;
}

.hanging-tab-1 {
    padding-left: 2em;
    text-indent: -2em;
}
.hanging-tab-2 {
    padding-left: 4em;
    text-indent: -4em;
}
.hanging-tab-3 {
    padding-left: 6em;
    text-indent: -6em;
}
.hanging-tab-4 {
    padding-left: 8em;
    text-indent: -8em;
}
.hanging-tab-5 {
    padding-left: 10em;
    text-indent: -10em;
}
.hanging-tab-6 {
    padding-left: 12em;
    text-indent: -12em;
}
.hanging-tab-7 {
    padding-left: 14em;
    text-indent: -14em;
}
.hanging-tab-8 {
    padding-left: 16em;
    text-indent: -16em;
}
.hanging-space-1 {
    padding-left: 1em;
    text-indent: -1em;
}
.hanging-space-2 {
    padding-left: 2em;
    text-indent: -2em;
}
.hanging-space-3 {
    padding-left: 3em;
    text-indent: -3em;
}
.hanging-space-4 {
    padding-left: 4em;
    text-indent: -4em;
}
.hanging-space-5 {
    padding-left: 5em;
    text-indent: -5em;
}
.hanging-space-6 {
    padding-left: 6em;
    text-indent: -6em;
}
.hanging-space-7 {
    padding-left: 7em;
    text-indent: -7em;
}
.hanging-space-8 {
    padding-left: 8em;
    text-indent: -8em;
}

/*
    margin
*/

div.para-margin-1 {
    margin-top: 5px;
}

div.para-margin-2 {
    margin-top: 5px;
}

/*
    text specical edition
*/
span.text-caps {
}

span.text-underline {
    text-decoration: underline;
}

span.text-strike {
    text-decoration: line-through;
}

span.text-underline, span.text-strike {
    display: inline-block;
    text-indent: 0;
}

span.uppercase {
    text-transform: uppercase;
}

span.leftheading {
    text-align: left;
}

span.centerheading {
    text-align: center;
}

span.rightheading {
    text-align: right;
}

.text-bold {
    font-weight: bold;
}

/*
    Leaders
*/
span.leader-underscore:after {
    white-space: nowrap;
    content: "__________________________";
}

span.leader-dot:after {
    content: "..........................";
}

span.leader-hyphen:after {
    white-space: nowrap;
    content: "--------------------------";
}

span.leader-blank:after {
    white-space: nowrap;
    content: "\02003\02003\02003\02003\02003\02003";
}

span.leader {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none
}

/*
    Table
*/
.table-container {
    vertical-align: top;
    margin-left: 5%;
    margin-right: 5%;
    display: table;
    width: 90%;

}
.table-no-margin {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
}

.table-row {
    display: table-row;
}

/*
    border spacing for tables
*/

.table-border-spacing-1 {
    border-spacing: 10px;
}

.table-border-spacing-2 {
    border-spacing: 20px;
}

.table-border-spacing-3 {
    border-spacing: 30px;
}

/*
    cell width for tables
*/

.table-cell {
    display: table-cell;
}

.table-cell-width-5 {
    width: 5%;
}

.table-cell-width-10 {
    width: 10%;
}

.table-cell-width-20 {
    width: 20%;
}

.table-cell-width-30 {
    width: 30%;
}

.table-cell-width-40 {
    width: 40%;
}

.table-cell-width-50 {
    width: 50%;
}

.table-cell-width-60 {
    width: 60%;
}

.table-cell-width-70 {
    width: 70%;
}

.table-cell-width-80 {
    width: 80%;
}

.table-cell-width-90 {
    width: 90%;
}

.table-cell-width-100 {
    width: 100%;
}

.table-text {
}

/*
    classes for Title
*/
.title-doc {
}

.title-content {
    }

.title-content .header {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	}

.title-content .line {
    font-size: 16pt;
	font-weight: bold;
	text-align: center;
	}

/*
    classes for Title Toc
*/
.title-toc-doc {
}

.title-toc-content {
}

.title-toc-content .line {
}

/*
    classes for Chapter
*/
.chapter-doc {
}

.chapter-content {
    text-align: center;
    font-weight: bold;
}

.chapter-content .header {
	font-size: 14pt;
    font-weight: bold;
	text-align: center;
}

.chapter-content .sub-header {
}

.chapter-content .line {
	font-size: 14pt;
    font-weight: bold;
	text-align: center;
}

.chapter-content .text {
}

.chapter-content .catchline {
    font-style: italic;
}

/*
    classes for Chapter Toc
*/
.chapter-toc-doc {
}

.chapter-toc-content {
}

.chapter-toc-content .heading {
    font-weight: bold;
    text-align: center;
}

.chapter-toc-content .line {
}

/*
    classes for Part
*/
.part-doc {
}

.part-content {
    text-align: center;
}

.part-content .header {
    font-family: sans-serif, Arial;
	font-size: 14pt;
    font-weight: bold;
	text-align: center;
}

.part-content .sub-header {
}

.part-content .line {
    font-family: sans-serif, Arial;
	font-size: 14pt;
    font-weight: bold;
	text-align: center;
}

.part-content .text {
}

.part-content .catchline {
    font-style: italic;
}

/*
    classes for Section
*/
.section-doc {
    text-align: justify;
}

.catchline-doc {
	font-weight: bold;
	text-decoration: underline;
}

.section-content p {
}

.section-content .header {
}

.section-content .line {
}

.section-content .text {
}

.section-content .catchline {
    font-weight: bold;
}

.section-content .indent{
    padding-left: 40pt;
}

/*
    classes for Annotations Administrative Rules
*/
.administrative-rules-doc {
    text-align: justify;
}

.administrative-rules-content {
}

.administrative-rules-content .header {
}

.administrative-rules-content .line {
}

/*
    classes for AG Opinions
*/
.ag-opinions-doc {
    text-align: justify;
}

.ag-opinions-content {
}

.ag-opinions-content .header {
}

.ag-opinions-content .sub-header {
}

.ag-opinions-content .line {
}

.ag-opinions-content .text {
}

.ag-opinions-content .catchline {
    font-style: italic;
}

/*
    classes for Case Notes
*/
.case-notes-doc {
    text-align: justify;
}

.case-notes-content {
}

.case-notes-content .header {
}

.case-notes-content .sub-header {
}

.case-notes-content .line {
}

.case-notes-content .text {
}

.case-notes-content .catchline {
    font-style: italic;
}
.case-notes-content .heading {
    text-align: center;
}


/*
    classes for Collateral References
*/
.collateral-references-doc {
    text-align: justify;
}

.collateral-references-content {
}

.collateral-references-content .header {
}

.collateral-references-content .line {
}

/*
    classes for Compilers' Comments
*/
.compilers-comments-doc {
    text-align: justify;
}

.compilers-comments-content {
}

.compilers-comments-content .cc-annotations {
}

.compilers-comments-content .cc-permanent {
}

.compilers-comments-content .cc-temporary {
}

.compilers-comments-content .header {
}

.compilers-comments-content .line {
}

.compilers-comments-content .text {
}

.compilers-comments-content .catchline {
    font-style: italic;
}

.compilers-comments-content .compilers-comments-z {
}

/*
    classes for Cross References
*/
.cross-references-doc {
    text-align: justify;
}

.cross-references-content {
}

.cross-references-content .header {
}

.cross-references-content .line {
}

.cross-references-content .effective_clause {
    font-style: italic;
}

.cross-references-content .sub-header {
}

/*
    classes for History
*/
.history-doc {
    text-align: justify;
    font-weight: bold;
}

.history-content {
}

.history-content .header {
}

.history-content .line {
}

/*
    classes for Case Notes
*/
.law-review-articles-doc {
    text-align: justify;
}

.law-review-articles-content {
}

.law-review-articles-content .header {
}

.law-review-articles-content .line {
}

/*
    classes for official comments
*/
.official-comments-doc {
}

.official-comments-content {
}

.official-comments-content .header {

}

.official-comments-content .line {
}

.official-comments-content .text {
}

.official-comments-content .catchline {
    font-style: italic;
}

/*
    semantic tags
*/
span.effective-clause {
    font-style: italic;
    font-weight: normal; /* added by Dale M 12-15-15*/
}

span.text-italic {
    font-style: italic;
}

span.i-italic {
}

span.plus-italic {
}

span.cc-permanent {
}

span .cc-temporary {
}

span.margin-1 {
    margin-top: 10px;
}

span.margin-2 {
    margin-top: 20px;
}

span.margin-3 {
    margin-top: 30px;
}

span.superscript {
    font-size: xx-small;
    vertical-align: top;
}

span.subscript {
    font-size: xx-small;
    vertical-align: bottom;
}

div.year {
    display: none;
}

div.reserved {
}

div.move {
}

/*
    alignment
*/
.text-left {
    text-align: left;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right;
}

.text-small {
    font-size: 8pt
}

/*
    margin
*/

div.para-margin-1 {
    margin-top: 10px;
}

div.para-margin-2 {
    margin-top: 20px;
}

div.para-margin-3 {
    margin-top: 30px;
}

/*
    indent
*/

div.para-indent-2 {
    padding-left: 2em;
    text-indent: 2em;
}

div.para-indent-3 {
    padding-left: 3em;
    text-indent: 2em;
}

div.para-indent-4 {
    padding-left: 4em;
    text-indent: 2em;
}

div.para-indent-5 {
    padding-left: 5em;
    text-indent: 2em;
}

div.para-indent-6 {
    padding-left: 6em;
    text-indent: 2em;
}

div.para-indent-7 {
    padding-left: 7em;
    text-indent: 2em;
}

