/* view header */

.header-view {
    margin-top: 15px;
    margin-bottom: 35px;
}

.header-view .text-xxl {
    padding-right: 25px;
    line-height: 36px;
}

.header-view .badge.bg-success {
    color: white !important;
    background-color: #28a745 !important
}

.header-view .card .badge {
    margin-top: 3px;
}

.header-view .card .badge i {
    height: 20px;
    width: 20px;
}

.header-view .card .hvc-content {
    padding-left: 50px;
}

.header-view .hv-circle {
    position: absolute;
    width: 58px;
    height: 58px;
    background-color: #cecece;
    border-radius: 100px;
    padding-left: 17px;
    padding-top: 15px;
    font-weight: bold;
}

.header-view .hv-title {
    padding-left: 75px;
    padding-top: 0;
    margin-bottom: 30px;
}


/* cards */

.card .link-view-all {
    float: right;
    line-height: 22px;
    font-weight: normal;
}


/* cards key value */

.card.key-value-pairs .text-sm {
    line-height: 28px;
}

.card.key-value-pairs .key {
    line-height: 28px;
    color: #919da9;
    text-transform: uppercase;
}

.card.key-value-pairs .key img {
    margin-right: 5px;
}

.card.key-value-pairs .value {
    padding-left: 0;
    line-height: 28px;
}


/* info card */
.card.alert-info {
    padding: 0;
}

.card.alert-info .key {
    color: #055160;
}


/* blue card */

.card.blue,
.card.blue .card-title,
.card.blue .key {
    color: white;
    background-color: #1d71b8;
}

.card.blue {
    font-weight: bold;
}

.card.blue .card-body {
    line-height: 32px;
}

.card.blue .row.selected a {
    color: #1d71b8;
    font-weight: bold;
}

.card.blue a {
    font-weight: normal;
    color: white !important;
}


/* cards no result */

.no-result {
    min-height: 100px;
    text-align: center;
}

.no-result img {
    display: block;
    margin: auto;
}


/* cards quick actions */

.card.quick-actions .action {
    height: 35px;
    line-height: 35px;
}

.card.quick-actions .selected {
    font-weight: bold;
    background-color: rgba(161, 201, 247, 0.25);
}

.card.quick-actions .selected i {
    color: green !important;
}

.card.quick-actions .action i {
    width: 22px;
    text-align: center;
    margin-right: 5px;
    color: #919da9;
}

.card.quick-actions .card-body .row {
    cursor: pointer;
    transition: background-color ease-in-out 0.2s, font-weight ease-in-out 0.2s;
}

.card.quick-actions .card-body .row a {
    text-decoration: none !important;
}

.card.quick-actions .card-body .row:hover {
    background-color: rgba(161, 201, 247, 0.25);
    font-weight: bold;
}

.card.quick-actions .card-body .row:hover i {
    color: green;
}


/* timeline */

.card.timeline .card-body {
    /* max-height: 470px;
    overflow: scroll; */
}

.card.timeline .tl-border {
    position: relative;
    border-right: 3px solid black;
    text-align: right;
}

.card.timeline .tl-circle {
    position: absolute;
    top: 18px;
    right: -9px;
    width: 15px;
    height: 15px;
    background-color: black;
    border-radius: 100px;
}

.card.timeline .tl-date {
    line-height: 22px;
    /* color: #919da9; */
}

.card.timeline .badge {
    margin-left: 10px;
    margin-top: 0px;
}

.card.timeline .tl-filing-content {
    line-height: 20px;
}

.card.timeline .tl-filing-link a {
    display: inline-block;
}

.card.timeline .selected.row {
    background-color: rgba(161, 201, 247, 0.25);
}

.card.timeline .selected.row .tl-circle {
    top: 27px;
}

.card.timeline .selected .pt-3 {
    padding-top: 25px !important;
}

.card.timeline .selected .pb-3 {
    padding-bottom: 25px !important;
}

.card.timeline .timeline-item.incomplete {
    color: lightgray !important;
}
.card.timeline .timeline-item.incomplete .tl-circle {
    background-color: lightgray!important;
}
.card.timeline .timeline-item.incomplete .tl-border {
    border-color: lightgray!important;
}
.card.timeline .timeline-item .tl-filing-title.current {
    font-weight: 700 !important;
}


/* marketplace */

.card.marketplace .marketplace-section {
    background-color: #eceded;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 25px;
    color: #919da9;
}

.card.marketplace .marketplace-item {
    margin-bottom: 25px;
}

.card.marketplace .marketplace-item .text-xs {
    line-height: 20px;
}

.mp-item-img {
    width: 80px;
    display: inline-block;
    position: absolute;
    left: 20px;
    border-radius: 8px;
    border: 1px solid #eceded;
    overflow: hidden;
}

.mp-item-content {
    width: 100%;
    padding-left: 115px;
    padding-right: 15px;
    display: inline-block;
    margin-top: 5px;
    line-height: 22px;
}

.mp-item-container {
    min-height: 120px;
}

.card.marketplace .marketplace-item .btn-primary {
    line-height: 16px;
}

.card.marketplace .container-marketplace-item {
    min-height: 170px;
}

.card.marketplace .container-marketplace-item .btn {
    width: 120px;
}


/* my services */

.card.my-services table {
    border-bottom: 1px solid rgb(222, 226, 230);
}

.card.my-services thead {
    font-weight: bold;
}

.card.my-services thead th {
    vertical-align: middle;
    padding: 8px 0 8px 15px;
}

.card.my-services tbody th {
    font-weight: normal;
    padding-left: 15px;
}

.card.my-services td {
    vertical-align: middle;
}

.card.my-services td.ms-status {
    min-width: 83px;
    width: 83px;
}

.card.my-services td.ms-status i {
    vertical-align: middle;
}

.card.my-services td.ms-status .badge {
    position: relative;
    margin-left: 0;
}

.card.my-services td.ms-msg {
    padding-left: 15px;
}

.card.my-services td .btn {
    font-weight: normal;
}

.card.my-services th img {
    border-radius: 4px;
    border: 1px solid #eceded;
    margin-right: 5px;
}


/* tables */

.tables td {
    padding: 8px;
}

.tables .tables-buttons {
    display: inline-block;
}

.tables .tables-buttons .btn-secondary {
    min-width: 160px;
}

.tables .container-lg-data {
    display: inline-block;
    vertical-align: middle;
}

.tables .container-lg-data-single {
    display: inline-block;
}

.tables .badge {
    position: relative;
}

.tables .page-link {
    font-size: 12px;
    color: #1d71b8;
}

.tables .page-link.text-muted {
    background: #f2f2f2;
    color: gray !important;
}

.tables .page-link.text-active {
    color: black;
    font-weight: bold;
}

.tables .tables-footer {
    margin: auto;
    max-width: 300px;
}


/* documents */

.tables.documents tr {
    cursor: pointer;
}

.tables.documents td .btn-sm {
    margin-top: 3px;
}

.tables.documents tbody tr th,
.tables.documents tbody tr td {
    font-weight: normal;
    transition: font-weight ease-in-out 0.2s, background-color ease-in-out 0.2s;
}

.tables.documents tbody tr th:hover {
    font-weight: bold;
}

.tables.documents.uploads tbody tr.row-file th:hover,
.tables.documents.forms tbody tr.row-file th:hover {
    font-weight: normal;
}

.tables.documents tbody tr:hover th,
.tables.documents tbody tr:hover td {
    background-color: rgba(161, 201, 247, 0.25);
}

.tables.documents .tr-files-container:hover th,
.tables.documents .tr-files-container:hover td {
    background-color: white;
}

.tables.documents .tr-files-container .row-file:hover th,
.tables.documents .tr-files-container .row-file:hover td {
    background-color: rgba(161, 201, 247, 0.25);
}

.tables.documents tbody tr th i {
    width: 15px;
    text-align: center;
    transition: all .2s ease-in;
}

.tables.documents .tr-files-container table {
    margin-top: -300px;
    transition: margin-top 0.3s ease-in;
}

.tables.documents .tr-files-container.open table {
    margin-top: 0;
}

.tables.documents .row-folder.open i {
    transform: rotate(90deg);
}

.tables.documents .row-folder img {
    vertical-align: middle;
    line-height: 25px;
}

.tables.documents .row-file th {
    padding-left: 45px;
}

.tables.documents .w-75 {
    width: 63% !important;
}

.tables.documents .tr-files-container>td {
    border-bottom: none;
    overflow: hidden;
}

.tables.documents .row-file img {
    vertical-align: middle;
}

.tables.documents .row-file th.last,
.tables.documents .row-file td.last {
    border: none;
}

.tables.documents .row-file .fa-info-circle,
.tables.documents .row-file .fa-check-circle {
    float: right;
    font-size: 18px;
    line-height: 28px;
    margin-right: 5px;
}

.tables.documents .badge {
    color: white !important;
    background-color: #dc3545 !important;
    line-height: 14px;
    margin-top: 0;
}

.tables.documents.uploads .btn-primary,
.tables.documents.forms .btn-primary {
    min-width: 110px !important;
    font-weight: bold;
    margin-top: 0;
}

.tables.documents.uploads .btn-primary i,
.tables.documents.forms .btn-primary i {
    line-height: 22px;
}

/* breakpoints */

@media (min-width: 768px) {}