@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/*=== LABC Colors ===*/
/*
transform: translateY(-5%);
*/
/*=== BOOTSTRAP VARIABLES altered ===*/
/*=== Grid framework ===*/
h2 {
  border-top: none;
  padding-top: 0;
  margin-top: 33px;
}

.header-wrapper-inverse {
  background: #343E47;
}

.navbar-brand {
  height: 92px;
}

@media (min-width: 768px) {
  .navbar-collapse .menu-bar {
    float: right;
  }
}

.dropdown-menu > li > a,
.navbar li a,
html[dir=ltr] li a {
  margin-left: initial;
}

.nav-pills > li > a,
.nav-tabs > li > a {
  margin-left: 0;
  cursor: pointer;
  color: #4a4a4a;
  background-color: #f1f1f1;
}

.nav-pills > li > a:hover,
.nav-tabs > li > a:hover {
  color: #787878;
  border-color: transparent;
}

.page-header {
  border: 0 none;
}

.dropdown-menu {
  padding: 0 0 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.04);
  margin: 3px 0 0;
  border-top: 6px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  border: none !important;
  padding: 5px 20px;
  padding-right: 35px;
}

.pagination li > a, .pagination li > span {
  display: inline-block;
  padding: 2px 12px;
  background-color: #fff;
  font-weight: 600;
  border: none;
  border-left: none;
  border-right: none;
  height: 33px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border: none;
  z-index: 50;
  width: 33px;
  height: 33px;
  padding: 2px 12px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border: none;
  z-index: 50;
  width: 33px;
  height: 33px;
  padding: 2px 12px;
}

.pagination > li.disabled > a, .pagination > li.disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.skip-to-content {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

h1.section-landing-heading.large {
  margin-top: 36px;
}

.fa {
  font-family: "Glyphicons Halflings" !important;
  font-size: 88%;
  margin: 0 6px;
}

.fa.fa-trash-o:before {
  content: "";
}

.fa.fa-calendar:before {
  content: "\e109";
}

.fa.fa-file-o:before {
  content: "";
}

.sharepoint-custom-icon {
  overflow: inherit;
}

.tabcontent h3.tabdescription {
  margin-bottom: 21px;
}

.tabcontent p.tabdescription {
  margin-bottom: 21px;
  margin-top: 32px;
  line-height: 1.5em;
}

.Ctabs a {
  border-color: #E7E7E7;
  border-width: 2px;
}

.Ctabcontent {
  border-top: none;
}

.entitylist .entitylist-filter {
  border-radius: 4px;
  background: #f1f1f1;
  border: none;
}

.entitylist .entitylist-filter #entitylist-filters {
  font-size: 84%;
  line-height: 1.55;
}

.entitylist .entitylist-filter #entitylist-filters .entitylist-filter-option-group {
  margin-bottom: 18px;
}

.entitylist .entitylist-filter #entitylist-filters .entitylist-filter-option-group label.entitylist-filter-option-group-label {
  margin-top: 0;
}

.entitylist .entitylist-filter #entitylist-filters .entitylist-filter-option-group .entitylist-filter-option-group-box-overflow {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow: initial;
}

.entitylist .entitylist-filter #entitylist-filters.list-inline .entitylist-filter-option-group {
  margin-right: 45px;
}

.entitylist .entitylist-filter #entitylist-filters .radio, .entitylist .entitylist-filter #entitylist-filters .checkbox {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.entitylist .entitylist-filter button {
  border-radius: 48px;
  border: none;
  padding: 6px 18px;
  margin-top: 0;
  margin-left: 9px;
}

.view-grid .dropdown.action > .btn {
  display: none;
}

.view-grid .dropdown.action .dropdown-menu {
  display: block;
  position: static !important;
  position: initial !important;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  max-width: 95px;
  min-width: 95px;
  width: 95px;
  left: auto !important;
  top: auto !important;
  padding: 0;
  margin: 0;
}

.view-grid .dropdown.action .dropdown-menu li {
  display: inline-block;
  text-align: center;
}

.view-grid .dropdown.action .dropdown-menu li a {
  font-size: 0;
  padding: 0 2px;
  margin: 0;
}

.view-grid a.edit-link > span,
.view-grid .dropdown.action .dropdown-menu li a > span {
  font-size: 14px;
  color: #666;
}

.view-grid .dropdown.action .dropdown-menu li a:hover,
.view-grid .dropdown.action .dropdown-menu li a:focus {
  background: transparent;
  border: none;
}

.btn-create, #SecondaryLink, .grid-actions a.btn.action, .grid-actions .toolbar-actions button#newAuthorizationBtn,
.grid-actions .toolbar-actions button#newInvBtn,
.grid-actions .toolbar-actions button#newAuthorizationBttn {
  margin-top: 7px;
  margin-bottom: 7px;
  border-radius: 72px;
  padding: 6px 21px 6px 18px;
  border: none;
}

.btn-create .fa, #SecondaryLink .fa, .grid-actions a.btn.action .fa, .grid-actions .toolbar-actions button#newAuthorizationBtn .fa, .grid-actions .toolbar-actions button#newInvBtn .fa, .grid-actions .toolbar-actions button#newAuthorizationBttn .fa {
  margin: 0 3px 0 0;
}

#SecondaryLink {
  background-color: #4F758B;
  margin-bottom: 6px;
}

#mainContent .message span {
  color: inherit !important;
}

.alert-danger {
  color: #9b3919;
  background-color: #fddbcf;
  border-color: transparent;
}

.alert-danger span.fa-exclamation-triangle {
  display: none;
}

.grid-actions {
  border-bottom: none;
  margin-bottom: 9px;
  padding-bottom: 9px;
}

.grid-actions a.btn.action {
  margin-left: 15px;
}

.grid-actions .toolbar-actions button#newAuthorizationBtn,
.grid-actions .toolbar-actions button#newInvBtn,
.grid-actions .toolbar-actions button#newAuthorizationBttn {
  margin-left: 15px;
}

.entitylist-search {
  border: 6px solid #CCC;
}

.entitylist-search > input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.entitylist-search button {
  padding: 6px 6px;
}

.content-home .entitylist-search,
#Contracts:not(.Ctabcontent) .entitylist-search,
#Authorizations:not(.Ctabcontent) .entitylist-search,
#Invoices:not(.Ctabcontent) .entitylist-search,
#Payments:not(.Ctabcontent) .entitylist-search {
  border-color: #BAD35B;
}

.content-home .entitylist-search > input,
#Contracts:not(.Ctabcontent) .entitylist-search > input,
#Authorizations:not(.Ctabcontent) .entitylist-search > input,
#Invoices:not(.Ctabcontent) .entitylist-search > input,
#Payments:not(.Ctabcontent) .entitylist-search > input {
  width: 300px !important;
}

.container .fa {
  line-height: 1;
}

.label-default {
  background-color: #f8f8f8 !important;
}

.input-group-btn:last-child > .btn {
  border: 1px solid transparent;
  margin-left: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.table {
  font-size: 15px;
  line-height: 1.4;
}

.table > tbody > tr > td {
  line-height: 1.4;
}

.table > thead > tr > th {
  padding: 9px 6px !important;
  line-height: 1.4;
  font-weight: 600;
}

.table > thead > tr > th a:hover {
  text-decoration: none;
}

.table > thead > tr > th a {
  color: #3f4b56;
  font-weight: 600 !important;
}

.table th a span.fa-arrow-up, .table th a span.fa-arrow-down {
  margin-right: 0;
  color: #BBB;
  margin-left: 3px;
}

.view-empty.message {
  text-align: center;
}

th.sort-enabled a:after {
  content: "\f0dc";
  font-family: 'Font Awesome 5 Free';
  margin-right: 0;
  color: #BBB;
  margin-left: 6px;
}

th.sort-enabled.sort a:after {
  content: "";
}

.entity-associate .selected-records {
  height: initial !important;
}

footer {
  position: relative;
  color: #999;
}

footer .footer-top a {
  padding: 0;
  background: none;
  color: #CCC;
  border-bottom: none;
  font-weight: 600;
  text-decoration: none;
}

footer .footer-top a:hover,
footer .footer-top a:focus {
  color: #F9E98A;
  background: none;
}

footer .footer-top {
  width: 100%;
  min-height: 130px;
  background-color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}

footer .footer-top h3,
footer .footer-top h4 {
  color: #fff;
}

footer .footer-top .list-social-links {
  margin-top: 25px;
  margin-bottom: 12.5px;
}

@media screen and (max-width: 991px) {
  footer .footer-top h3,
  footer .footer-top .list-social-links {
    text-align: center;
  }
}

footer .footer-bottom {
  width: 100%;
  min-height: 36px;
  background-color: #000;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-bottom p {
  margin: 0;
}

footer .footer-bottom h4 {
  margin-top: 0;
  color: #fff;
}

footer .footer-bottom ul {
  list-style-type: none;
  margin: 0;
}

footer .footer-bottom ul li a,
footer .footer-bottom ul li a:hover,
footer .footer-bottom ul li a:focus,
footer .footer-bottom ul li a:active,
footer .footer-bottom ul li a.active {
  font-size: 15px;
  color: #ccc;
}

footer .footer-bottom li {
  display: inline;
}

.entitylist-filter-option-text {
  width: 300px !important;
}

.crmEntityFormView .cell + .cell {
  padding-left: 28px !important;
}

@media (max-width: 767px) {
  .crmEntityFormView .cell + .cell {
    padding-left: 0 !important;
  }
}

.crmEntityFormView .cell.crmquickform-cell:first-child {
  border-right: 0px solid #b3b3b3 !important;
}

.crmEntityFormView .cell,
.crmEntityFormView .cell.checkbox-cell:first-child {
  margin-bottom: 0px !important;
  padding: 0;
  padding-bottom: 15px;
  width: 100%;
}

.crmEntityFormView #EntityFormControl_EntityFormView .cell {
  padding-bottom: 5px;
}

.crmEntityFormView #EntityFormControl_EntityFormView .cell label {
  margin-bottom: 0px;
}

.crmEntityFormView input[type="radio"] {
  margin: 4px 6px 4px 0;
}

.crmEntityFormView .cell.boolean-radio-cell input[type=radio],
.crmEntityFormView .cell .picklist.horizontal input[type=radio] {
  margin: 4px 6px 4px 18px !important;
  vertical-align: initial;
}

.crmEntityFormView fieldset:last-child {
  margin-bottom: 9px;
}

.help-block.error,
label.control-label.required:before,
.crmEntityFormView .cell div.info.required label:after,
.crmEntityFormView .cell div.info div.validators,
.crmEntityFormView .validator-text,
.crmEntityFormView .rank-order-cell .validator-text,
.crmEntityFormView .constant-sum-cell .validator-text,
.crmEntityFormView .stack-rank-cell .validator-text {
  color: #a94442;
}

.crmEntityFormView .tab-title {
  border-bottom: 0;
}

.crmEntityFormView .section-title {
  font-size: 120%;
  line-height: 1.35em;
  color: #343E47;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.crmEntityFormView .section-title > p {
  font-size: 15px;
  font-weight: 400;
  color: #686868;
  line-height: 1.4;
  margin-top: 4px;
  margin-bottom: 0;
}

.crmEntityFormView .actions {
  border-top-width: 3px;
  margin-top: 18px;
  margin-bottom: 18px;
}

#WebFormControl_5d474f754949ec118c620022486dfca2 .crmEntityFormView .tab .tab-column,
#EntityFormControl_17ee3fa3054fec118f8e0022486dc682 .crmEntityFormView .tab .tab-column,
#EntityFormControl_45fa601e8a8eec118d20000d3a09ceda .crmEntityFormView .tab .tab-column,
#EntityFormControl_592f43ae8618ec11b6e7000d3a09e437 .crmEntityFormView .tab .tab-column,
.tab-column-frame {
  border: 2px solid #E7E7E7;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 21px;
  min-height: 20px;
  padding: 24px;
}

#HeaderTable, #AuthorizationHeaderTable, #conDetails {
  font-size: 84%;
  line-height: 1.55;
  margin-bottom: 45px;
  background-color: #f3f6f8;
}

#AuthorizationHeaderTable, #conDetails, fieldset[aria-label="Contract Details"] {
  margin-bottom: 0;
}

#EntityFormControl_17ee3fa3054fec118f8e0022486dc682 .crmEntityFormView div[data-name="{c15e1459-bea2-49f2-8d86-873c014c0632}"].tab .tab-column {
  border: none !important;
  padding: 0 !important;
}

#EntityFormControl_17ee3fa3054fec118f8e0022486dc682 .crmEntityFormView div[data-name="{c15e1459-bea2-49f2-8d86-873c014c0632}"].tab .tab-column fieldset[aria-label="Section"] {
  font-size: 16px;
}

.invoice-title {
  text-align: center;
  white-space: initial;
}

.invoice-title #lss_invoice_id_label {
  float: none;
}

.invoice-title #lss_invoice_id_label .validators {
  display: none;
}

.prntBtn {
  float: right;
}

#PrintContractDetails, .prntBtn {
  cursor: pointer;
  font-size: 16px;
}

#PrintContractDetails:after, .prntBtn:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f02f";
  display: inline-block;
  float: right;
  margin-left: 8px;
  color: rgba(92, 92, 92, 0.5);
  width: 20px;
  text-align: center;
}

#SummaryLink {
  font-size: 16px;
}

#SummaryLink:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f070";
  display: inline-block;
  float: right;
  margin-left: 8px;
  color: rgba(92, 92, 92, 0.5);
  width: 20px;
  text-align: center;
}

.linkFontSize {
  font-size: 16px;
}

#viewClientDetails {
  cursor: pointer;
}

#viewClientDetails:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f007";
  display: inline-block;
  float: right;
  margin-left: 8px;
  color: rgba(92, 92, 92, 0.5);
  width: 20px;
  text-align: center;
}

/* Power Virtual Agent styles */
.pva-floating-style {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-right: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}

.input-group-addon {
  padding: 6px 6px !important;
}

/* Power Virtual Agent styles ends */
/*

.form-loading {
    border: 16px solid #999;
    border-radius: 50%;
    border-top: 16px solid #CEDC00;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    content-visibility: hidden;
}
*/
/* BG - Use the Bootstrap classes for tabs, don't custom style them here */
/* Style the tab */
/* Style the tab */
/* Style the buttons inside the tab */
/* Change background color of buttons on hover */
/* Create an active/current tablink class */
/* Style the tab content */
.loader {
  border: 16px solid #999;
  border-radius: 50%;
  border-top: 16px solid #CEDC00;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#myStats tr > th, #myStats tr > td {
  text-align: center;
  padding: 10px;
  width: 10%;
}

@media (min-width: 768px) {
  .vtabside {
    float: left;
    width: 20%;
  }
}

@media (min-width: 768px) {
  .vtabside .vtablinks > a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.vtabside .active.vtablinks > a {
  color: white;
  background-color: #4F758B;
}

.vtabside .active.vtablinks > a:hover {
  color: white;
  background-color: #4F758B;
}

/* Style the tab */
/* Style the buttons inside the tab */
/* Change background color of buttons on hover */
/* Create an active/current "tab button" class */
/* Style the tab content */
.vtabcontent {
  min-height: 340px;
}

@media (min-width: 768px) {
  .vtabcontent {
    float: left;
    width: 80%;
  }
}

/*# sourceMappingURL=theme.css.map */
