 @import url("https://use.typekit.net/jnv5ygz.css");
@import url("/css/bootstrap.min.css");

body {
    -epub-hyphens: auto;
}

#docketwrappers a.documentanchor { 
    display: inline;
    padding-right: 20px;
}

	
#docketwrappers #docketwrapper {
    margin: 20px;
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
    line-height: 1.5;
}

#docketwrapper table.newTable {
    border-collapse: separate;
	border-spacing: 0px;
}

#docketwrapper span.CaseName {
    font-size: 16px;
}

#docketwrapper a, #docketwrapper span.CaseName, #docketwrapper span.title {
    font-weight: bold;
}

#docketwrapper .docketinfo.td, #docketwrapper .docketinfo.th {
	border-top: none;
	border-bottom: ;
    vertical-align: top;
    padding-left: 30px;
    padding-right : 10px;
    padding-top: 15px;
    padding-bottom: 2px;
    background-color: white;
	
}
.ProceedingItem td {
	vertical-align: top;
	padding-left: 0px;
}

.ProceedingItem td:first-child {
	white-space: nowrap;
	padding-right: 40px;
}

#docketwrapper table.Basic-Table {
	/*    border-width: 1px;
    margin-bottom: 8px;
    margin-top: 8px;*/
	width: 100%;
	align-content: flex-end;
	border-collapse: separate;
	border: thin solid #aaa;
	border-spacing: 0;
	border-radius: 10px 10px 0 0;
	margin-bottom: 20px;
}

	#docketwrapper table.Basic-Table td {
		border-top: 1px;
		padding-left: 20px;
		vertical-align: top;
	}

#docketwrapper h4 {
	padding: 0px 20px 0px 20px;
}

#docketwrapper tr.proceedingaltback {
    background-color: #e1e1e1;
}

#docketwrapper td.proceedingheader {
	/*background-color: rgba(221,200,112,0.5);
	border-bottom: 1px solid #aaa; */
	background-image: linear-gradient(white, #bbb);
	padding: 10px 0px 10px 20px;
	font-size: 18px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: thin solid #ccc;
}


#docketwrapper td.ContactHeader {
	background-image: linear-gradient(white, #bbb);
	padding: 10px 0px 10px 20px;
	font-size: 18px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: thin solid #ccc;
}

#docketwrapper td.ContactHeader2 {
	/*	background-color: rgba(221,200,112,0.3);*/
	min-width: 47px;
	background-image: linear-gradient(white, #bbb);
	padding: 10px 0px 10px 20px;
	font-size: 18px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: thin solid #ccc;
}

#docketwrapper td.ContactSubHeader {
	border-top: thin solid #aaa;
}

#docketwrapper td.ContactData2 {
	width: 200px auto;
	min-width: 150px;
}

#docketwrapper td.linked {
	display: block;
	margin-top: -4px;
	margin-bottom: 5px;
}

#docketwrapper span.DocketInfoTitle {
	font-family: 'roboto', sans-serif;
	color: #333333;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

#docketwrapper span.tableTitle {
	font-family: 'roboto', sans-serif;
	font-weight: 400;
	color: #333300;
	/* text-transform: uppercase;*/
}

#docketwrapper span.tableheadertext {
	font-weight: bold;
}

#docketwrapper div.search table td {
    background-color: transparent;
    padding: 0;
}

#docketwrapper a { 
    display: inline;
    white-space: nowrap;
}

#proceedings, #Contacts {
	line-height: 25pt;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 10px;
	float: left;
}

#proceedings {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}

#Contacts {
	padding-right: 10px;
	padding-left:  0px;
	padding-top: 10px;
}

#proceedings .card, #Contacts .card {
	line-height: normal;
	border: solid thin rgba(173,173,173,1.00);
	padding: 20px;

}

span.emailaddress {
    overflow-wrap: break-word;
       /* For older browsers, also include: */
       word-wrap: break-word;
       text-transform: lowercase;

}

#ProceedingItem {
	line-height: normal;
	border: solid thin rgba(173,173,173,1.00);
	padding: 20px;
}
#proceedings .card, #Contacts .card {
	border-top: none;
}

#proceedings .card .card-heading, #Contacts .card .card-heading {
	font-weight: bold;
	padding-bottom: 10px;
}

#Contacts .card .card-body .ContactData2 {
	display: block;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#docketinfo td.tspacer {
	padding-top: 10px;
	vertical-align: top;
}

.documentlinks {
	display: block;
	margin-top: 5px;
}
.pdescription, .pfiles {
	display: block;
	padding-left: 25px;
	padding-top: 10px;
}

.ContactTitle {
	font-style: italic;
}

.coloredheader {
	display: block; 
	//background-color: hsla(50,71%,84%,0.5);
	background-image: linear-gradient(white, #bbb);
	//color: #555555;
	padding: 10px 0px 10px 20px;
	font-size: 18px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: thin solid #ccc;
}
#docketinfo {
	width: 100%;
	align-content:flex-end;
	border-collapse: separate;
	border: thin solid #aaa;
	border-spacing: 0;
	border-radius: 10px 10px 0 0;
	margin-bottom: 20px;
}

#docketinfo2 {
	width: 100%;
	align-content:flex-end;
	border-collapse: separate;
	border: thin solid #aaa;
	border-spacing: 0;
	border-radius: 10px 10px 0 0;
	margin-bottom: 20px;
}

.infolabel {
	display: table-row;
	width: 200px;
	float: left;
	padding: 10px 0px 10px 20px;
}

.infodata {
	display: table-row;
	line-height: 30px;
}

.title {
	padding-top: 10px;
}

.card-body {
	display: block;
	width: 100%;
}

.address1, .phonenumber {
	display: block;
	margin-bottom: -10px;
}

#docketinfo td {
	border: none !important; 
	padding-left: 20px;
	vertical-align: top;
}

#docketinfo td:first-child {
	width: 150px !important;
}

#docketinfo td.InfoTitle {
	background-image: linear-gradient(white, #bbb);
	padding: 10px 5px 10px 20px;
	border-bottom: thin solid #ccc !important;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#proceedings td:first-child, #Contacts td:first-child.ContactHeader2{
	border-top-left-radius: 10px;
}

#proceedings td:nth-child(2), #Contacts td:nth-child(3){
	border-top-right-radius: 10px;
}


@media print {
    #docketwrapper span.tableheadertext {
        font-weight: 150;
    }

	#docketwrapper {
		max-width: 1199px;
		
	}
    .bannerStyle {
        display: none;
    }

    .well,.well-lg {
        border: none;
    }

    #footertext {
        display: none;
    }

    #versiontext {
        display: none;
    }
    .nav {
	display: none;
    }
    #sitemappath {
	display: none;
    }
}
@media only screen and (max-width: 1199px) {
	#Contacts {
	padding-right: 0px;
	padding-left:  0px;
}
}
@media only screen and (max-width: 600px) {
	#docketinfo td:first-child {
		width: 120px !important;
	}
}