/* Global UI shell, header, footer */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-size: 100%;
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #000;
    background: #fff;
}

body {
    padding: 0;
}

b {
    font-weight: normal;
}


h1 {
    font-size: 36px;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

h4 {
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

h5 {
    font-weight: normal;
    font-size: 16px;
}

h6 {
    font-weight: normal;
    font-size: 16px;
    color: #656565;
}

.ft-heading-ui {
    font-weight: bold;
    font-size: .875rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0;
}

p {
    margin-bottom: 1.5em;
}


address:last-child,
p:last-child {
    margin-bottom: 0;
}

.pipe {
    padding: 0 .5em;
    opacity: .25;
}

.ft-header .container {
    padding-top: .75rem;
    padding-bottom: .75rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.ft-header .branding {
    float: left;
    flex-grow: 2;
    padding-right: 3rem;
}

.ft-header .branding img {
    display: block;
    height: 2.5rem;
}

.ft-header .ft-main-navigation,
.ft-header .ft-main-navigation ul {
    margin: 0;
}




#main_content {
    padding: 3rem 0;
    background: #f6f6f9;
}

#main_content:after {
    content: '';
    display: table;
    clear: both;
}

.footer {
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #005296;
    font-size: .875rem;
    line-height: 1.5rem;
}

.footer .container {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.footer a {
    color: #fff;
}

.footer p {
    margin: 0;
}

.ft-header:after {
    content: '';
    display: block;
    height: 10px;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #00A7E5, #F4EC48);
}

.ft-main-actions-navigation,
.ft-main-navigation {
    margin-bottom: 1.5em;
    font-size: .875rem;
    line-height: 1.5rem;
}

.ft-main-actions-navigation a,
.ft-main-navigation a {
    color: #656565;
}

.ft-breadcrumbs {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3em;
    box-shadow: 0 5px 0 0 rgba(0,0,0,.025);
    font-size: .875rem;
    line-height: 1.5rem;
}


.validation_message_area {}


/* Public User menu */

.navigation__quick-actions {
    margin: 0;
}

.navigation__quick-actions li {
    display: inline-block;
    list-style: none;
    padding: 0 .5em;
}



.navigation__quick-actions li.navigation__quick-actions__item__logout {
    font-weight: normal;
}



/* Bootstrap overrides */

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}


/* Specific styling */

.ft-page-header {
    padding-bottom: 1.5rem;
}

.ft-page-header h1 {
    margin-top: 0;
}

.ft-page-header:after {
    content: '';
    display: table;
    clear: both;
}

.ft-page-header__copy {
    float: left;
    margin-bottom: 10px;
}

.ft-page-header__actions {
    float: right;
}

.ft-page-header__actions + * {
    clear: both;
}

.ft-page-header__metadata {
    font-size: .875em;
    margin: 1.5em 0;
    padding: .5em 1em;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
}

.ft-page-header__metadata .meta-property {
    font-weight: bold;
}

.ft-layout-focus,
.ft-form-focus {
    max-width: 600px;
    margin: 0 auto;
}

.ft-fieldset {
    width: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
}

@media (min-width: 600px) {
    .ft-fieldset {
        padding: 40px;
    }
}

.ft-fieldset:first-of-type {
    border-radius: 4px 4px 0 0;
}

.ft-fieldset:last-of-type {
    border-radius: 0 0 4px 4px;
}

.ft-fieldset:first-of-type:last-of-type {
    border-radius: 4px;
}

.ft-fieldset + .ft-fieldset {
    border-top: 0;
}

.ft-fieldset h2 {
    margin-bottom: 1.5em;
}

.ft-fieldset > :first-child {
    margin-top: 0;
}

.ft-fieldset .error {
    color: #c00;
}

.ft-fieldset input + .error {
    display: block;
    margin-top: .75em;
}

.ft-fieldset * + .ft-instruction-text {
    display: block;
    margin-top: .75em;
    font-size: .875rem;
    line-height: 1.5rem;
}

.ft-fieldset + .ft-panel {
    margin-top: 1.5rem;
}

.form-group + .form-group {
    margin-top: 1.5rem;
}

.form-group:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.ft-form-group__buttons {
    clear: both;
    margin-top: 1.5em;
    border-top: 1px solid #ccc;
    padding-top: 1.5em;
}

.ft-form-group__buttons:after {
    content: '';
    display: table;
    clear: both;
}

.ft-form-group__buttons__left {
    float: left;
}

.ft-form-group__buttons__right {
    float: right;
}

.ft-input-group {
    max-width: 600px;
}

.ft-advanced-search .ft-fieldset {
    margin-bottom: 1.5em;
}

.ft-advanced-search .glyphicon-plus,
.ft-advanced-search .glyphicon-minus {
    font-size: 12px;
}

.ft-panel {
    padding: 1.5em 2em 1.5em;
    border: 1px solid #ddd;
    border-radius: 4px;
    /* box-shadow: 0 0 0 5px rgba(0,0,0,.025); */
    background: #fff;
}

.ft-panel + .ft-panel {
    margin-top: 1.5rem;
}

.ft-panel > h1:first-child {
    margin-top: .375rem;
}

.ft-panel * + h2 {
    margin-top: 1.5rem;
    border-top: 1px solid #ddd;
    padding-top: 1.5rem;
}

.ft-panel h2:first-child {
    margin-top: 0;
}

.ft-panel p,
.ft-panel li {
    max-width: 40em;
}

.ft-action-bar {
    padding-top: 1.5em;
}


.ft-tabs-above-panel {
    position: relative;
    margin-left: 2em;
    margin-right: 2em;
    border-bottom: 0 !important;
    z-index: 10;
}

.ft-tabs-above-panel > li {
    margin-right: 2px;
    margin-bottom: 0 !important;
    border-radius: 4px 4px 0 0;
    background-color: #eee;
    border: 1px solid #eee;
    border-bottom: 0 !important;
}

.ft-tabs-above-panel > li > a {
    margin-right: 0 !important;
    border: 0 !important;
    padding: .5rem 1.5rem;
}

.ft-tabs-above-panel > li.active {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff !important;
    margin-bottom: -1px !important;
}


.ft-panel + .nav-tabs,
.form-group + .nav-tabs {
    margin-top: 1.5rem;
}

.btn-excel {
    color: #fff;
    background: green;
}

.btn-excel:hover {
    color: #fff;
    background: green;
}





td p {
    margin: 0;
}

.ft-message {
    margin: 1.5em 0;
    padding: 1.5rem 2rem;
    background: #f6f6f6;
    border: 1px solid #eee;
}

.ft-message--no-results {

}


.alert {
    margin-bottom: 3rem;
}

.alert ul li {
    margin-left: 2em;
}

.alert ul li:first-child:last-child {
    list-style: none;
}

.validation_asterisk {
    font-weight: bold;
    color: #c00;
}

/* Remove pagination */

.ft-table tr:last-child td[colspan] {
    padding: 0;
    border: 0;
}

.ft-table .pagination {
    margin: 1.5em 0 0;
}

.ft-table .pagination li.disabled {
    display: none;
}

.ft-table .pagination li.disabled + li:last-child {
    display: none;
}


/* Table styles */

.ft-table {
    margin: 1.5rem 0 0;
    border-collapse: collapse;
    border: 0 !important;
}

.ft-table > thead > tr > th,
.ft-table > thead > tr > td,
.ft-table > tbody > tr > th,
.ft-table > tbody > tr > td {
    font-size: .875rem;
    line-height: 1.5rem;
    padding: .75rem;
}

.ft-table tr.BottomBorder,
.ft-table thead tr:first-child {
    border-top: 1px solid #ccc;
    background: #fff;
    white-space: nowrap;
}

.ft-table tr.BottomBorder,
.ft-table thead tr:last-child {
    border-bottom: 3px solid #000;
}

.ft-table > tbody > tr > td {
    border-top: 0;
    border-bottom: 1px solid #eee;
}


.ft-wizard-steps {
    margin-bottom: 1.5rem;
}

.ft-wizard-steps__list {
    counter-reset: badge;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.ft-wizard-steps__item {
    counter-increment: badge;
    flex-grow: 1;
    flex-basis: 0;
    font-size: 1rem;
    line-height: 2rem;
    padding: .75rem 1rem;
    border-left: 1px solid #eee;
    /*
    background: linear-gradient(180deg, #fff 95%, #aaa 95%);
    */
}

.ft-wizard-steps__item:first-child {
    border-left: 0;
    border-radius: 3px  0 0 3px;
}

.ft-wizard-steps__item:last-child {
    border-radius: 0 3px 3px 0;
}

.ft-wizard-steps__item:before {
    content: counter(badge);
    display: inline-block;
    width: 2rem !important;
    height: 2rem !important;
    line-height: 2rem;
    border-radius: 50%;
    margin-right: .75em;
    color: #fff;
    background: #aaa;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.ft-wizard-steps__item.active {
    background: linear-gradient(180deg, #fff 95%, #005296 95%);
}

.ft-wizard-steps__item.active:before {
    background: #005296;
}

/*
.ft-wizard-steps__item.complete {
    background: linear-gradient(180deg, #fff 95%, #360 95%);
}
*/
.ft-wizard-steps__item.complete:before {
    color: #fff;
    background: #360;
}

.ft-uploaded-files {
    margin-bottom: .75rem;
}

.ft-uploaded-files .item {
    margin-top: 1px !important;
}

.ft-uploaded-files .item:first-child {
    margin-top: 0 !important;
}

.ft-uploaded-item {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.ft-uploaded-item:last-child {
    margin-bottom: 0;
}

.ft-uploaded-item__header {
    padding: .75rem 1em;
    border-bottom: 1px solid #ddd;
}

.ft-uploaded-item__header:after {
    content: '';
    display: table;
    clear: both;
}

.ft-uploaded-item__details {
    padding: .75rem 1em;
}

.ft-fieldset ol li {
    margin: 0 0 .75rem 2em;
}






/* SERP */

.ft-serp-form {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
}


.ft-search-filters {
    padding: 1.5rem 0 1.5rem 1.5rem;
    border-left: 1px solid #ddd;
}
.form-control[type=date] {
    padding-top: 0;
    font-size: 1rem;
    line-height: 2rem !important;
}

.ft-search-filters .form-group label,
.ft-search-filters .form-group table {
    display: block;
    font-size: .875rem;
}


.ft-serp-main {
    padding-top: 1.5rem;
}

.ft-table-serp > tbody > tr:first-child {
    border-top: 1px solid #ddd;
}

.ft-table-serp > tbody > tr > th,
.ft-table-serp > tbody > tr > td {
    padding: 0;
}

.ft-serp-item-title {
    font-size: 1.5rem;
    margin-top: 0;
    padding-top: 1.5rem;
}

.ft-serp-item-desc {
    margin-bottom: .75rem;
}

.ft-serp-item-meta {
    padding-bottom: 1.5rem;
}





.ft-case-dockets__item {
    border-top: 1px solid #ccc;
    padding: .75rem 0;
}

.ft-case-dockets__item h3 {
    margin-top: .375rem;
}

.ft-case-dockets__item__metadata {
    list-style: none;
}

.ft-case-dockets__item__metadata li {
    margin-bottom: .375rem;
}



/* Section overview page with list of subpages */

.ft-subpages__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /*
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    */
    position: relative;
    margin: -1.5rem -2rem;
}

.ft-subpages__item {
    /*
    float: left;
    width: 30%;
    margin: 0 0 1.5rem 5%;
    */
    list-style: none;
    padding: 1.2rem 1.5rem;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;

}

.ft-subpages__item:first-child,
.ft-subpages__item:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
    border-left: 0;
}

.ft-subpages__item:first-child,
.ft-subpages__item:nth-child(2),
.ft-subpages__item:nth-child(3) {
    border-top: 0;
}

.ft-subpages__item__heading {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.ft-subpages__item__description {
    font-size: .875rem;
    line-height: 1.5rem;
}


.ajax__fileupload {
    border: 0 !important;
    padding: 0 !important;
}

.ajax__fileupload_dropzone {
    margin: .75rem 0 !important;
    border: 2px dashed #ddd !important;
    color: #656565 !important;
    line-height: 60px !important;
}

.ajax__fileupload_queueContainer {
    border: 0 !important;
    padding: 0 !important;
    float: left !important;
    width: 100% !important;
}

.ajax__fileupload_queueContainer > .ajax__fileupload_fileItemInfo {
    padding: .75rem 0;
    border-bottom: 1px solid #ddd;
    line-height: 1.5rem !important;
    height: auto !important;
}

.ajax__fileupload_queueContainer > .ajax__fileupload_fileItemInfo:first-child {
    border-top: 1px solid #ddd;
}

.ajax__fileupload_queueContainer > .ajax__fileupload_fileItemInfo div.pendingState {
    display: block !important;
}

.ajax__fileupload_queueContainer > .ajax__fileupload_fileItemInfo div.removeButton {
    top: .75rem !important;
}

.ajax__fileupload_footer {
    height: auto !important;
    clear: both !important;
    padding: .75rem 0;
}
