/* CSS files */
@import url("../Content/font-awesome.min.css");
/* SASS files */
a:focus, a:hover, input:focus, input:hover, select:focus, select:hover {
  outline: 3px dotted #0090FF;
  box-shadow: 0 0 3px #ddd;
  outline-offset: 2px; }

button:focus, button:hover, .btn:focus, .btn:hover,.page-item > .page-link:focus {
  outline: 3px dotted #0090FF;
  border-left-color: transparent;
  box-shadow: 0 0 3px #ddd;
  outline-offset: 2px; }

a:hover {
  color: #0090ff;
  outline: 3px dotted #0090FF;
  box-shadow: 0 0 3px #ddd;
  outline-offset: 2px; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  outline: 3px dotted #0090FF;
  box-shadow: 0 0 3px #ddd;
  outline-offset: 2px;
  color: #004677;
  background: none;
  border: none; }

caption {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/* Buttons */
.ui-button, a.btn, .btn {
  padding: .5em;
  margin: 0px;
  border-radius: 5px;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  background: #004677; }
  .ui-button:hover, .ui-button:hover, .ui-button:hover, a.btn:hover, a.btn:hover, a.btn:hover, .btn:hover, .btn:hover, .btn:hover {
    color: #fff;
    background: #2CB32C; }
  .ui-button:active, .ui-button:active, .ui-button:active, .ui-button:focus, .ui-button:focus, .ui-button:focus, a.btn:active, a.btn:active, a.btn:active, a.btn:focus, a.btn:focus, a.btn:focus, .btn:active, .btn:active, .btn:active, .btn:focus, .btn:focus, .btn:focus {
    color: #004677;
    background: #fff;
    border: 1px solid #004677; }

/*@import "components/navigation";*/
.input-text {
  width: auto;
  border-radius: 5px;
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px; }

/*Custom radio & checkboxes*/
.sos-div-radio-container, .sos-div-checkbox-container {
  display: none;
  padding: 0;
  margin: 0;
  white-space: nowrap; }
  .sos-div-radio-container .ui-checkboxradio-label, .sos-div-checkbox-container .ui-checkboxradio-label {
    padding: .5em;
    margin: 0;
    display: inline-block; }
  .sos-div-radio-container .ui-checkboxradio-label, .sos-div-checkbox-container .ui-checkboxradio-label {
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
    color: #004677;
    font-weight: 400;
    border: 1px solid #fff; }
  .sos-div-radio-container .ui-checkboxradio-label:hover, .sos-div-radio-container .ui-checkboxradio-checked:hover, .sos-div-checkbox-container .ui-checkboxradio-label:hover, .sos-div-checkbox-container .ui-checkboxradio-checked:hover {
    background: #2CB32C;
    color: #fff; }
  .sos-div-radio-container .ui-checkboxradio-checked, .sos-div-checkbox-container .ui-checkboxradio-checked {
    background: #004677;
    color: #fff; }

.sos-div-checkbox-container {
  display: flex; }
  .sos-div-checkbox-container .custom-checkbox {
    flex: 1;
    justify-content: space-around; }
  .sos-div-checkbox-container .custom-checkbox input:checked + label:hover {
    background: #2CB32C;
    color: #fff; }
    .sos-div-checkbox-container .custom-checkbox input:checked + label:hover .ui-icon {
      background-color: #fff; }
  .sos-div-checkbox-container .ui-state-active .ui-icon {
    background-color: #004677; }

#sos-loading-div {
    text-align: center;
    font-weight: bold;
    color: #004677;
    font-size: 3em; }

/*Custom Checkboxes*/
.custom-checkbox {
  margin-left: 10px; }

/* DataTable CSS*/
.dataTables_wrapper {
  font-size: 14px;
  background-color: #fff; }

table.dataTable {
  border-collapse: collapse !important; }
  table.dataTable td {
    padding: .5em;
    margin: 2px;
    border-bottom: 1px solid #004677;
    border-right: 1px solid #004677; }
    table.dataTable td:last-child {
      border-right: 1px solid transparent; }
    table.dataTable td:hover {
      outline: 4px dotted blue; }
  table.dataTable th {
    border-bottom: 4px solid #004677; }
    table.dataTable th a {
        color: #004677;
    }
  table.dataTable tr.odd:hover, table.dataTable tr.even:hover {
    color: white;
    background-color: #2CB32C; }
  table.dataTable tr.odd {
    background-color: #f7f9fd; }
  table.dataTable tr.even {
    background-color: #fff; }

.dataTables_processing {
  color: #fff; }

/* PAGINATION: css for DataTables Pagination buttons*/
.paginate_button {
  margin-right: 5px;
  border-radius: 5px;
  background: #004677;
  color: #fff !important; }

.dt-buttons.btn-group {
  margin-top: 50px;
  float: right; }

.dataTables_empty {
  font-size: 3em;
  font-weight: bold; }

.page-item.disabled .page-link, .page-link {
  color: #fff;
  background-color: #004677;
  border-color: #004677;
  border-radius: 5px; }

.page-item.enabled .page-link, .page-item.active .page-link {
  color: #004677;
  background-color: #fff;
  border-color: #004677;
  border-radius: 5px; }

.page-item:hover .page-link {
  color: #fff;
  background-color: #2CB32C;
  border-color: #2CB32C;
  border-radius: 5px; }

table.dataTable thead .sorting:before, 
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    content: none;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: none;
}

/* ERROR MSG: css for Error msg and containers*/
#errTotal {
  border-radius: 5px;
  background: #a30303;
  color: #fff;
  text-align: center;
  padding: 20px 0 20px 0; }

#errors-div {
  border: none;
  padding: 0;
  margin: 0 2em 0 2em; }

.error-messages {
  overflow: hidden; }
  .error-messages li {
    position: relative;
    float: right;
    width: 100%; }

.errorContainer {
  max-width: 700px;
  border-radius: 5px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  display: none;
  background: #f8e7e7;
  color: #a30303;
  font-weight: bold;
  font-family: "Open Sans Semibold"; }

/* Dialog widget*/
.ui-widget-overlay {
  background: #000;
  opacity: .75; }

.ui-dialog-titlebar {
  background: #fff;
  border: none; }
  .ui-dialog-titlebar .ui-button {
    float: right;
    color: #fff;
    background: #004677; }
    .ui-dialog-titlebar .ui-button:hover {
      color: #fff;
      background: #2CB32C; }

.no-close > .ui-dialog-titlebar > .ui-button {
  display: none; }

.ui-button-icon {
  color: #fff; }

#dialogBtn {
  margin-left: 10px; }

/* Footer */
.footer {
  background: #004677;
  padding: 0; }

#footerlinks {
  margin-top: 1em;
  margin-bottom: 1em; }
  #footerlinks ul > li {
    padding-right: 3px;
    color: #fff; }
    #footerlinks ul > li .nav-link {
      padding-left: 4px;
      padding-right: 4px;
      text-decoration: none;
      color: #fff; }

header {
  padding: 10px 0 10px 0; }

/* Skip-to bar*/
.skip-bar {
  padding-top: 5px;
  background: #004677;
  margin-bottom: 1.2em; }
  .skip-bar div > div > ul {
    margin-left: 5%;
    margin-bottom: 5px; }

.skip-bar * > li {
  padding: 0 3px 0 0;
  color: #fff; }

.skip-bar * > a {
  font-size: .9em;
  text-decoration: underline;
  color: #fff; }

html {
  font-family: "Roboto Condensed", Arial, Helvetica; }

body {
  margin: 0;
  padding: 0;
  font-size: 1em; }

main {
  width: 100%; }

header {
  padding-top: 0; }

fieldset legend {
  font-weight: 700;
  font-size: 1em; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  border-bottom: 1px solid #004677;
  color: #004677;
  font-family: "Roboto Condensed", Arial, Helvetica;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  margin-top: 15px;
  margin-bottom: 15px; }

.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.anchor {
  padding-left: 10px;
  font-weight: bold; }

.sos-btn-group {
  min-width: 265px;
  max-width: 384px;
  margin: 4.2em 4em 2em 0;
  font-size: 1.1em;
  font-family: Arial,Helvetica,sans-serif; }
  .sos-btn-group button {
    padding: 10px;
    width: 100% !important;
    text-align: left;
    background: white;
    border-style: none;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    color: #004677; }
    .sos-btn-group button:first-child {
      border-top: 1px solid grey;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .sos-btn-group button:last-child {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .sos-btn-group button:hover {
      background-color: #2CB32C;
      color: #fff; }
    .sos-btn-group button:focus {
      background-color: #2CB32C;
      color: #fff; }
  .sos-btn-group li:hover, .sos-btn-group > li > ul > li:hover, .sos-btn-group #menu > li a:hover, .sos-btn-group #menu > li > ul > li a:hover {
    background-color: #2CB32C;
    color: #fff; }
  .sos-li-group:focus {
    background-color: #2CB32C;
    color: #fff; }
  .menu-lnks:focus {
    background-color: #2CB32C;
    color: #fff; }

#bus-btn span, #trade-btn span {
  float: right; }

.ui-menu-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.flyout {
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.9);
  width: 70%;
  max-width: 17em;
  padding: 0;
  list-style-type: none;
  background: white;
  display: none;
  z-index: 100; }
  .flyout li a {
    margin: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #004677;
    text-decoration: none !important; }
    .flyout li a:hover {
      background-color: #2CB32C;
      color: #fff; }

/* Media Queries */
#screen-indicator {
  position: absolute;
  height: 0;
  width: 0;
  z-index: 1; }

/*Print modal document*/
@media screen {
  #printSection {
    display: none; } }
@media print {
  body * {
    visibility: hidden; }

  a.btn {
    color: #000 !important; }

    h2 {
        font-size: 16px;
    }

  #menu {
    display: none; }

  .inputs-div {
    display: none; }

  #srch-table {
    display: none; }

  #printSection, #printSection * {
    visibility: visible; }

  #printSection {
    position: absolute;
    left: 0;
    top: 0; }

  a[href]:after {
    content: none !important; } }
@media (max-width: 1199px) {
  #screen-indicator {
    z-index: 8; } }
@media (max-width: 991px) {
  #screen-indicator {
    z-index: 7; } }
@media (max-width: 767px) {
  #screen-indicator {
    z-index: 6; } }
@media (max-width: 481px) {
  .sos-div-radio-container, .sos-div-checkbox-container {
    white-space: normal; }

  h1 {
    margin-left: 1em;
    font-size: 1.2em !important; }

  .input-text {
    margin-left: 1em !important; }

  #menu-hamburger-btn {
    display: block; }

  #menu {
    display: none;
    margin: 5px 30px 5px 0; }
    #menu li a, #menu li > ul > li a {
      font-size: .85em; }

  .sos-div-container label {
    margin-left: 1em; }
  .sos-div-container .modalLinks {
    margin-left: 1em; }

    .ui-dialog-titlebar > .ui-button {
        width: 98%;
        margin-left: 1%; }}
@media (min-width: 480px) {
  #screen-indicator {
    z-index: 5; } }
@media (min-width: 768px) {
  #screen-indicator {
    z-index: 4; } }
@media (min-width: 992px) {
  #screen-indicator {
    z-index: 3; } }
@media (min-width: 1200px) {
  #screen-indicator {
    z-index: 2; }

  .sos-div-container {
    max-width: 70%; } }
/* Site Specific CSS*/
body {
    background: #e1e1ea;
}

label {
  font-weight: 700; }

.alert {
  width: 50%;
  margin-top: 10px;
  font-weight: bold; }

.alert-warning {
    margin-left: 25%;
}

#srchSection, #dTable-div {
    width: 90%;
    margin-left: 5%;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border: 1px solid #000;
    border-radius: 10px;
    -webkit-box-shadow: 4px 5px 5px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 5px 5px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 5px 5px -1px rgba(0, 0, 0, 0.3);
    background: #fff;
}

#dTable-div {
  display: none; }

.inputs-div {
  display: none; }

#genInfoDiv, #helpInfoDiv {
  border-radius: 10px;
  padding-top: .75em;
  padding-left: .5em;
  padding-right: .5em;
  display: none; }

#srchTitle-div {
  border-bottom: 1px solid #004677; }

/* DATATABLES: css for DataTables*/
#srch-h2 {
  background: #004677;
  color: #fff;
  padding: .25em;
  margin: 0;
  text-align: center;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px; }

#busReport-table {
  width: 98% !important; }

#filing-table-div {
  padding: 0;
  margin: 0 5% 0 0; }

#dTable-inner > h2 {
  color: #fff; }

#srch-table_wrapper {
  padding-left: 0;
  padding-right: 0; }

a.modalLinks.btn {
  padding: .3em 1em .3em 1em;
  margin: 0px;
  border-radius: 5px;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  background: #004677; }

a.modalLinks.btn:hover {
  background: #fff;
  border: 1px solid #004677;
  color: #004677; }

a.modalLinks.btn:active {
  color: #fff;
  background: #2CB32C; }

.sos-div-details {
  width: 100%;
  padding: .4em; }

.form-control {
  border-radius: 5px !important; }

.priorNamesDiv > legend, .busDetailsDiv > legend {
  text-align: center; }

.head-placement {
  padding-left: 0;
  margin-left: 5%; }

.padded-fieldset {
  margin-top: 30px; }

#filings-div {
  padding-bottom: 6em; }

#businessDetails {
  margin: 5px; }
  #businessDetails fieldset legend {
    color: #004677;
    font-size: 1.4em;
    border-bottom: 1px solid #004677; }

h1 {
  padding-top: 0;
  margin-top: 0;
  border-bottom: none;
  font-size: 2.2em; }

.ui-button {
  margin-bottom: .2em; }

.info-div-modal > p {
  padding: 0;
  margin: 0; }

section div > input[type='text'] {
  margin-bottom: 10px; }

.default-srch, .inputs-div {
  width: 100%;
  float: left;
  margin-top: 1em;
  padding-bottom: 1em; }
  .default-srch .sos-div-container, .inputs-div .sos-div-container {
    padding: 20px; }
  .default-srch div, .inputs-div div {
    padding: 0; }
  .default-srch .row:last-child, .inputs-div .row:last-child {
    margin-top: 25px; }

#OrganizerIncorporatorDiv div > fieldset, #MarkDescriptionDiv div > fieldset, #BusinessNameDiv div > fieldset {
  width: auto;
  margin: 0; }
  #OrganizerIncorporatorDiv div > fieldset legend, #MarkDescriptionDiv div > fieldset legend, #BusinessNameDiv div > fieldset legend {
    font-weight: 700;
    border-bottom: none;
    margin-bottom: 5px; }

.nav-link {
  padding: 0;
  padding: 2px; }

.nav-link:first-child {
  padding-right: 2px; }

#footerlinks * > .nav-link {
  padding-left: 4px;
  padding-right: 4px; }

.dataTables_wrapper {
  width: 100%; }

.input-text {
  width: 90%; }

a {
  text-decoration: underline; }

.ui-state-active {
  outline: none;
  box-shadow: none;
  outline-offset: 0; }

input[type=radio]:focus + .ui-state-active {
  outline: 3px dotted #0090FF;
  box-shadow: 0 0 3px #ddd;
  outline-offset: 2px; }

.info-div-modal {
  text-align: center; }

#menu-hamburger-btn {
  margin-top: 10px;
  padding: 10px;
  display: none; }

.flyout li a {
  text-decoration: none; }

.ui-button-icon {
  display: none; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  background: white; }

.ui-button .ui-icon {
  background-image: none; }

.ui-widget input, .ui-widget {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1em; }

#aria-srch-loading, #aria-srch-special-results {
    display: none;
}

button.active {
    background: #2CB32C;
    color: #fff;
    border: 1px solid #004677;
}

button.default {
    background: grey;
}

.buttons-csv {
    border-radius: 5px !important;
    margin-right: 1rem;
}

.buttons-pdf {
    border-radius: 5px !important;
}

#sos-details-url {
}

td {
    max-width: 450px;
    min-width: 100px;
}

textarea {
    resize: none;
    overflow: hidden;
    min-height: 50px;
    max-height: 200px;
}

#location-row {
    display: none;
}
/*@include themable(theme-1, $theme-1);*/

/*# sourceMappingURL=main.css.map */
