﻿.business-name-header {
    font-weight: bold;
    font-size: 20px;
    color: #00263A;
    margin-top: 10px;
}

.business-name-header a {
    font-size: 20px;
    color: #08c;
}

.business-name-header-info {
    font-weight: bold;
    font-size: 13px;
    color: #00263A;
}

.parent-license-link {
    font-size: 18px;
    color: #08c;
}

.parent-license-link-label {
    display: inline-block;
}

.business-child_license-header {
    font-weight: bold;
    font-size: 14px;
    color: #00263A;
}

.business-license-div.business-application-checklist-div {
    background: #E7F2E6;
    padding-bottom: 85px;
}

.business-license-div.business-application-checklist-div.license-finalized {
    padding-bottom: 50px;
}

.business-application-div {
    border-radius: 25px;
    background: white;
    width: 100%;
    padding: 20px
}

.business-application-div hr {
    margin: 0 0 5px;
}

.business-application-section {
    border-radius: 10px;
    background: white;
    padding: 5px 20px 15px 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.15);
}

.business-application-section hr {
    margin: 0;
}

.business-application-section a{
    font-size: 13px;
}

.business-application-list-header {
    font-size: 16px;
    font-weight: bold;
    color: #00263A;
    margin-bottom: 5px;
    margin-top: 20px;
}

.business-application-list-header-link {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.business-application-list-section {
    margin-bottom: 10px;
    margin-top: 20px;
}

.business-case-table {
    color: #00263A;
    background: #f1f1f1 0% 0% no-repeat padding-box;
}

.business-case-table thead {
    background: white;
}

.business-case-table th {
    font-weight: normal;
    font-size: 14px
}

.business-case-table td {
    font-weight: bold;
    font-size: 12px;
    border: 0;
}

.business-application-fees-due-div {
    border-radius: 10px;
    background: white;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-left: 0;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.15);
    flex-wrap: nowrap;
}

.business-application-fees-due-title {
    font-size: 16px;
    font-weight: bold;
    color: #00263A;
}

.business-application-fees-due-text {
    font-weight: normal;
    font-size: 14px;
}

.business-application-fees-due-amount-container {
    text-align: right;
}

.business-application-fees-due-amount-label {
    font-size: 12px;
    font-weight: bold;
}

.business-application-fees-due-amount {
    font-size: 18px;
    font-weight: bold;
}

.business-application-pay-button-container {
    text-align: right;
    vertical-align: middle;
    float: right;
    margin-right: 20px;
}

.old-business-application-pay-button {
    background: #156FB2 0% 0% no-repeat padding-box;
    color: white;
    border-radius: 4px;
    opacity: 1;
    width: 100px;
}

.business-case-table-header-row {
    border-bottom: 1px solid #ddd !important;
}

.business-case-table-case-header-row span {
    display: block
}

.business-case-table-empty-row {
    border: 0;
    height: 5px;
    background: white !important;
    padding: 0 !important;
}

.business-detail-table-empty-row {
    border: 0;
    height: 20px;
    background: white;
    padding: 0 !important;
}

.business-case-table-empty-cell {
    border: 0;
    width: 5%;
}

th.business-case-table-fee-cell,
td.business-case-table-fee-cell {
    border: 0;
    text-align: right;
    width: 10%;
}

tr.business-case-table-fee-summary-line {
    border-top: 1px solid #ddd !important;
    text-align: right;
}

td.business-case-table-renewal-cell {
    border: 0;
    text-align: right;
    width: 15%;
}

td.business-case-table-renewal-cell a {
    text-transform: uppercase;
}

.business-record-count:hover {
    background: #E7EFFB;
}

table.businessDetail {
    margin-bottom: 20px;
    width: 100%;
    line-height: 20px;
    box-sizing: unset;
}

table.businessDetail tr td {
    border-collapse: collapse;
    padding: 0 3px 5px 0px;
    height: 20px;
    box-sizing: unset;
}

table.header-table-no-outline {
    outline: none;
}

table.businessDetail.business-license-right {
    margin-bottom: 70px;
}

.business-detail-field-label {
    font-weight: normal;
    width: 120px;
    vertical-align: top;
}

.business-detail-field-label-main,
.business-detail-field-label-main > span > label {
    width: 100px;
    vertical-align: top;
}

.business-detail-primary-value {
    font-weight: bold;
    font-size: 16px;
    color: #00263A;
    vertical-align: top;
    padding-left: 0px;
}

.business-detail-primary-value.business-title {
    font-size: 20px;
}

.business-detail-edit-header {
    font-size: 12px;
    font-weight: bold;
    color: #00263A;
    margin-bottom: 5px;
}

.business-detail-field-edit-label {
    font-weight: normal;
    width: 120px;
}

.business-detail-edit-div {
    border: #ccc;
    border-style: solid;
    border-width: 1px;
    margin: 10px;
}

.business-detail-edit-section {
    float: right;
}

table.table-condensed tr:last-child td {
    border-bottom: 0;
}

.sgc-business-radio {
    margin: 0 10px 0 20px !important;
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 20px !important;
    width: 15px !important;
}

.sgc-license-columns {
    column-count: 2;
}

.sgc-warn {
    color: #cf604d;
}

input[type=radio] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

business-license-header-div {
    background: white;
    width: 100%;
    padding: 20px;
    margin: 20px 0 0 -20px;
    overflow: auto;
}

.business-license-div {
    background: white;
    width: 100%;
    margin: 20px 0 0 -20px;
    padding: 0 20px;
    box-sizing:content-box;
}

.business-license-div table tr.no-border td {
    border: none;
}

.business-license-div table tr.border-top td {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.business-license-div table td.text-center,
.business-license-div table th.text-center {
    text-align: center;
}

.business-license-div table td.wide-cell {
    width: 75%;
    white-space: pre-line;
}

.business-license-div table td.empty-cell {
    width: 10%;
}

.business-license-div table td input.activity-input {
    width: 80%;
    padding: 0;
    text-align: center;
    font-size: 15px;
    line-height: 10px;
    height: 25px;
    background-color: white;
    border-radius: 0;
}

.business-license-left {
    width: 70% !important;
    float: left;
}

.business-license-right {
    width: 30% !important;
    text-align: center;
}

.license-wizard-radio {
    float: left;
    clear: none;
    margin: 2px 0 0 2px !important;
    height: 25px !important;
}

.license-wizard-radio-label {
    float: left;
    clear: none;
    padding: 0 1em 0 5px;
    line-height: 30px;
}

input[type='checkbox'].large {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.business-border {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    opacity: 1;
}

.business-content {
    padding-top: 16px;
    padding-bottom: 16px;
}

.business-card-title {
    padding-top: 16px;
    padding-left: 20px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.17px;
    color: #00263A;
    opacity: 1;
}

.business-card-description {
    padding-left: 20px;
    text-align: center;
    letter-spacing: 0.16px;
    color: #00263A;
    opacity: 1;
}

.business-div {
    border-radius: 25px;
    background: white;
    width: 100%;
    padding: 20px;
    -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.15);
}

.business-widget-icon-container {
    display: block;
    text-align: left;
    font-size: 35px;
}

.business-widget-header {
    padding-left: 5px;
    font-size: 19px;
    font-family: "Roboto",Helvetica,Arial,sans-serif !important;
    font-weight: normal;
    letter-spacing: 0.2px;
    color: #00263A;
    opacity: 1;
}

.widget-business-data {
    padding-top: 10px;
    margin-top: 6px;
    color: #00263A;
    position: relative;
    vertical-align: middle;
    text-align: left;
    font-family: "Roboto",Helvetica,Arial,sans-serif !important;
}

a.business-widget-container {
    display: block;
    width: 70%;
}

a.business-widget-container:hover {
    text-decoration: none;
}

.business-content i.fa-chevron-right {
    float: right;
    padding-right: 30px;
    font-size: 26px;
}

.business-header {
    color: #00263A;
}

.business-button {
    background: #156FB2 0% 0% no-repeat padding-box;
    color: white;
    border-radius: 4px;
    opacity: 1;
}

.business-button.ils-button-location-both.ils-button {
    background-color: #005EF6;
}

.ils-help-inline-control-group {
    display: block;
}

.bussines-infoChange {
    text-align: center;
    background: #eff6fe;
    height: 50px;
    font-weight: bold;
    margin-top: 5px;
}

.bussines-infoChange > div {
    padding-top: 15px;
}

.business-license-print {
    font-weight: bold;
    font-size: 16px;
    color: #00263A;
    margin-top: 10px;
    float: right;
}

.sgc-dropdown-Upper {
    text-transform: uppercase;
}

.license-td {
    width: 25%;
}

.renewalTag {
    background: #d1dded;
    font-weight: 100;
    color: black;
    margin-left: 5px;
}

.removed-licenses {
    padding-left: 20px;
}

.selected-license-title {
    padding-left: 5px;
}