/* All your CSS goes here */
.lt-theme-color {
  background-color: #8396a8;
}
.lt-font {
  font-family: arial;
}
.lt-font-bold {
  font-family: arial;
  font-weight: bold;
}
.lt-input-box {
  font-family: arial;
  padding-left: 10px;
}
/* All styles for loginpage.html go here */
/****************** Admin Portal Login******************/
.lt-login-heading {
  background-color: #8396a8;
  height: 200px;
}
.lt-login-heading-img {
  height: 64px;
  width: 60px;
}
.lt-login-heading-text {
  font: 22px arial bold;
  color: #ffffff;
  letter-spacing: 2px;
}
.lt-login-panel {
  width: 520px;
}
.lt-login-form-width {
  width: 240px;
}
.lt-login-input-box {
  font-family: arial;
  padding-left: 10px;
  width: 240px;
  height: 36px;
  border: 1px solid #767676;
  font-size: 16px;
  color: #858585;
}
.lt-login-remember {
  font-family: arial;
  font: 14px;
  color: #909b9f;
}
.lt-login-forgot {
  font: 15px;
  color: #6aa2ce;
}
.lt-login-login-btn {
  font-family: arial;
  font-weight: bold;
  width: 240px;
  background-color: #8396a8;
  height: 36px;
  font-size: 14px;
  color: #f9f9f9;
  border-width: 1px;
  border-color: #cccccc;
  background-color: #5A6870;
}
.lt-login-login-btn:hover {
  background-color: #4E5A61;
}
.lt-login-req-btn {
  font-family: arial;
  font-weight: bold;
  width: 240px;
  height: 36px;
  font-size: 14px;
  color: #909a9f;
  border-width: 2px;
  border-color: #bbc9cf;
  background-color: #ffffff;
}
.lt-login-description {
  font-family: arial;
  color: #aaaaaa;
  font-size: 14px;
}
.lt-login-info {
  font-family: arial;
  font-size: 15px;
  color: #6aa2ce;
}
/* All styles for pay.html go here */
/************************** Payment Individual 1 *****************/
.payment-confirmation-individual-heading {
  font-size: 24px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.payment-confirmation-individual-label {
  width: 100%;
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.col-xs-3 fieldset .payment-confirmation-individual-label {
  margin-bottom: 4px;
}
.payment-confirmation-individual-footer {
  font-size: 15px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/************** Payment Individual 2 ***************/
.payment-confirmation-individual-confirm-heading {
  font-size: 24px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.payment-confirmation-individual-confirm-text {
  font-size: 15px;
  color: #97a0a5;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/************ Payment Indivivual 3 ****************/
.payment-confirmation-individual-thankyou-heading {
  font-size: 24px;
  color: #829321;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.payment-confirmation-individual-thankyou-text {
  font-size: 14px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.btn-success-tair {
  background-color: #4E5A61;
  border-color: #4E5A61;
  color: #fff;
}
.btn-success-tair:hover,
.btn-success-tair:focus {
  background-color: #3A4752;
  border-color: #3A4752;
  color: #fff;
}
.btn-default-tair {
  color: #4E5A61;
  background-color: #fff;
  border-color: #8396a8;
}
.btn-default-tair:hover,
.btn-default-tair:focus {
  color: #222;
  background-color: #f8f9fa;
  border-color: #4E5A61;
}
#payment-form ::-webkit-input-placeholder {
  color: #666 !important;
}
#payment-form :-moz-placeholder {
  color: #666 !important;
}
#payment-form ::-moz-placeholder {
  color: #666 !important;
}
#payment-form :-ms-input-placeholder {
  color: #666 !important;
}
#payment-form::placeholder {
  color: #666 !important;
}
.ui-autocomplete {
  max-height: 320px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
  min-height: 44px;
  /* outline: none !important; */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
  height: 320px;
}
body {
  background-color: #ffffff;
}
.pw-body {
  background-color: #eeeeee;
  /*padding-top: 60px;*/
}
.img-to-inline-block {
  display: inline-block;
}
.block-center {
  display: block;
  float: none;
  margin: auto;
}
.block-left {
  display: block;
  float: left;
}
.block-right {
  display: block;
  float: right;
}
.metering-panel {
  width: 697px;
  margin-bottom: 0px;
}
.metering-body-heading {
  color: #333333;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.metering-body-text {
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  margin: 15px 0;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.metering-body-text a {
  color: #0056b3;
  text-decoration: underline;
}
.metering-body-text a:hover {
  color: #003166;
}
.form-control:focus {
  outline: 3px solid #007bff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.5);
}
.btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 12px 24px;
  border-radius: 6px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 13px;
  border-width: 2px;
  border-style: solid;
  min-height: 44px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.btn:active {
  transform: translateY(1px);
}
.btn:focus {
  outline: 3px solid #007bff;
  outline-offset: 1px;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn i {
  margin-right: 8px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
    padding: 10px 20px;
  }
}
.btn-success-tair {
  background-color: #829321;
  border-color: #829321;
  color: #fff;
  min-width: 180px;
}
.btn-success-tair:hover,
.btn-success-tair:focus {
  background-color: #707e1c;
  border-color: #707e1c;
  box-shadow: 0 4px 8px rgba(130, 147, 33, 0.2);
}
.btn-success-tair:active {
  background-color: #5d6918;
  border-color: #5d6918;
}
.btn-success-tair[disabled] {
  background-color: #c0d545;
  border-color: #c0d545;
  cursor: not-allowed;
}
.btn-primary-tair {
  background-color: #708088;
  border-color: #708088;
  color: #fff;
  min-width: 160px;
}
.btn-primary-tair:hover,
.btn-primary-tair:focus {
  background-color: #64737a;
  border-color: #64737a;
  box-shadow: 0 4px 8px rgba(112, 128, 136, 0.2);
}
.btn-primary-tair:active {
  background-color: #59666c;
  border-color: #59666c;
}
.btn-primary-tair[disabled] {
  background-color: #8b99a0;
  border-color: #8b99a0;
  cursor: not-allowed;
}
.btn-default-tair {
  background-color: transparent;
  border-color: #8396a8;
  color: #5a6268;
  min-width: 160px;
}
.btn-default-tair:hover,
.btn-default-tair:focus {
  background-color: #f8f9fa;
  border-color: #5a6268;
  color: #343a40;
  box-shadow: 0 4px 8px rgba(131, 150, 168, 0.1);
}
.btn-default-tair:active {
  background-color: #f1f3f5;
  border-color: #5a6268;
  color: #343a40;
}
.btn-default-tair[disabled] {
  background-color: #f8f9fa;
  border-color: #dee2e6;
  color: #adb5bd;
  cursor: not-allowed;
}
.btn-group {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .btn-group {
    flex-direction: column;
    width: 100%;
  }
}
.btn-group .btn {
  flex: 1;
}
.btn-lg {
  padding: 14px 28px;
  font-size: 14px;
  min-height: 48px;
}
.btn-sm {
  padding: 8px 16px;
  font-size: 12px;
  min-height: 36px;
}
@media (max-width: 768px) {
  .btn-full-mobile {
    width: 100%;
    margin-bottom: 10px;
  }
}
.btn-icon {
  padding: 10px;
  min-width: auto;
}
.btn-icon i {
  margin: 0;
  font-size: 18px;
}
/****************** Admin Portal General ***************/
.lt-theme-color {
  background-color: #8396a8;
}
.lt-theme-font-color {
  color: #8396a8;
}
.lt-font {
  font-family: arial;
}
.lt-font-bold {
  font-family: arial;
  font-weight: bold;
}
.lt-font-color {
  color: #8396a8;
}
.lt-input-box {
  font-family: arial;
  padding-left: 10px;
}
.lt-gap {
  height: 10px;
}
.lt-content-width {
  width: 860px;
}
.lt-font-aliasing {
  -webkit-font-smoothing: antialiased;
}
::-webkit-input-placeholder {
  font-style: italic;
}
:-moz-placeholder {
  font-weight: bold;
}
:-ms-input-placeholder {
  font-weight: bold;
}
.lt-glyphicon {
  background-color: #8396a8;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 200;
  color: #ffffff;
  cursor: pointer;
}
/****************** Admin Portal Navbar*****************/
.lt-navbar-panel {
  width: 860px;
}
.lt-navbar-top {
  background-color: #8396a8;
  height: 64px;
}
.lt-navbar-img {
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.lt-navbar-tool-text {
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
}
.lt-navbar-email {
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  color: #cccccc;
  padding-right: 10px;
}
.lt-navbar-status {
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.lt-navbar-bottom {
  height: 212px;
  background-color: #f5f5f5;
}
.lt-navbar-bottom-text {
  color: #8396a8;
  font-family: arial;
  font-weight: bold;
  font-size: 22px;
}
.lt-navbar-role {
  height: 30px;
  margin-top: -30px;
}
.lt-navbar-label {
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  color: #cccccc;
  cursor: pointer;
}
.lt-navbar-label-highlight {
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  color: #cccccc;
  cursor: pointer;
  color: #8396a8;
}
.lt-navbar-line {
  margin-top: 5px;
  height: 5px;
  background-color: #8396a8;
}
/****************** Admin Portal Admin *****************/
.lt-glyphicon-green {
  background-color: #8396a8;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 200;
  color: #ffffff;
  cursor: pointer;
  background-color: #7acf92;
}
.lt-glyphicon-red {
  background-color: #8396a8;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 200;
  color: #ffffff;
  cursor: pointer;
  background-color: #eb636c;
}
/*** Admin Left Container ***/
.lt-admin-action-label {
  font-family: arial;
  color: #8396a8;
  font-size: 16px;
  margin-top: 75px;
}
.lt-admin-action-button {
  border-style: solid;
  border-width: 2px;
  border-color: #8396a8;
  width: 196px;
  height: 40px;
  margin-top: 20px;
  cursor: pointer;
}
.lt-admin-action-button-selected {
  border-style: solid;
  border-width: 2px;
  border-color: #8396a8;
  width: 196px;
  height: 40px;
  margin-top: 20px;
  cursor: pointer;
  border-color: #7acf92;
}
.lt-admin-action-button-label {
  font-family: arial;
  color: #8396a8;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  bottom: 3px;
}
.lt-admin-action-button-label-selected {
  font-family: arial;
  color: #8396a8;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  bottom: 3px;
  color: #7acf92;
}
/*** Admin Right Container ***/
.lt-admin-right-panel {
  margin-top: 56px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbc9cf;
}
.lt-admin-right-subpanel {
  height: 600px;
  overflow: scroll;
}
.lt-admin-groups-title {
  background-color: #8396a8;
  height: 50px;
}
.lt-admin-groups-title-label {
  color: #ffffff;
  font-size: 16px;
  margin-top: 14px;
  margin-left: 22px;
}
.lt-admin-groups-title-filter {
  color: #ffffff;
  font-size: 14px;
  padding-top: 16px;
  padding-right: 10px;
}
.lt-admin-groups-description {
  font-family: arial;
  color: #8396a8;
  margin-left: 22px;
  margin-top: 28px;
  margin-bottom: 18px;
  margin-right: 22px;
}
.lt-admin-groups-search {
  font-family: arial;
  color: #bababa;
  margin-left: 22px;
  margin-top: 28px;
  margin-bottom: 18px;
  margin-right: 22px;
}
.lt-admin-groups-title-glyphicon {
  background-color: #8396a8;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 200;
  color: #ffffff;
  cursor: pointer;
  line-height: 48px;
  margin-right: 18px;
}
.lt-admin-groups-list {
  min-height: 100px;
  margin-left: 22px;
  margin-right: 33px;
  margin-top: 10px;
  background-color: #f6f6f6;
  border-style: solid;
  border-width: 3px;
  border-color: #f6f6f6;
}
.lt-admin-groups-list-selected {
  min-height: 100px;
  margin-left: 22px;
  margin-right: 33px;
  margin-top: 10px;
  background-color: #f6f6f6;
  border-style: solid;
  border-width: 3px;
  border-color: #f6f6f6;
  border-color: #8396a8;
}
.lt-admin-groups-list-edit {
  min-height: 100px;
  margin-left: 22px;
  margin-right: 33px;
  margin-top: 10px;
  background-color: #f6f6f6;
  border-style: solid;
  border-width: 3px;
  border-color: #f6f6f6;
  border-color: #7acf92;
}
.lt-admin-groups-list-remove {
  min-height: 100px;
  margin-left: 22px;
  margin-right: 33px;
  margin-top: 10px;
  background-color: #f6f6f6;
  border-style: solid;
  border-width: 3px;
  border-color: #f6f6f6;
  border-color: #eb636c;
  position: relative;
}
.lt-admin-groups-list-label {
  color: #8396a8;
  font-size: 16px;
  margin-top: 8px;
  margin-left: 25px;
  width: 300px;
  background-color: transparent;
  border: none;
}
.lt-admin-groups-list-label-edit {
  color: #8396a8;
  font-size: 16px;
  margin-top: 8px;
  margin-left: 25px;
  width: 300px;
  background-color: transparent;
  border: none;
  background-color: #ffffff;
}
.lt-admin-groups-list-glyphicon-container {
  margin-top: 12px;
}
.lt-admin-groups-list-values {
  margin-top: 4px;
}
.lt-admin-groups-list-values-input {
  font-family: arial;
  color: #858585;
  font-size: 16px;
  margin-left: 25px;
  width: 140px;
  height: 24px;
  margin-right: 4px;
  background-color: transparent;
  border: none;
}
.lt-admin-groups-list-values-input-edit {
  font-family: arial;
  color: #858585;
  font-size: 16px;
  margin-left: 25px;
  width: 140px;
  height: 24px;
  margin-right: 4px;
  background-color: transparent;
  border: none;
  background-color: white;
}
.lt-admin-groups-error {
  font-family: arial;
  color: #8396a8;
  margin-left: 22px;
  margin-top: 28px;
  margin-bottom: 18px;
  margin-right: 22px;
  color: #eb636c;
}
/****************** Admin Portal IP ********************/
.lt-ip-groups-list-start {
  font-family: arial;
  color: #858585;
  font-size: 16px;
  margin-left: 25px;
  width: 140px;
  height: 24px;
  margin-right: 4px;
  background-color: transparent;
  border: none;
}
.lt-ip-groups-list-end {
  font-family: arial;
  color: #858585;
  font-size: 16px;
  margin-left: 25px;
  width: 140px;
  height: 24px;
  margin-right: 4px;
  background-color: transparent;
  border: none;
  margin-left: 4px;
}
.lt-ip-groups-list-start-edit {
  font-family: arial;
  color: #858585;
  font-size: 16px;
  margin-left: 25px;
  width: 140px;
  height: 24px;
  margin-right: 4px;
  background-color: transparent;
  border: none;
  background-color: white;
}
.lt-ip-groups-list-end-edit {
  font-family: arial;
  color: #858585;
  font-size: 16px;
  margin-left: 25px;
  width: 140px;
  height: 24px;
  margin-right: 4px;
  background-color: transparent;
  border: none;
  margin-left: 4px;
  background-color: white;
}
/****************** Admin Portal institution profile page*************/
.panel-default > .lt-institution-profile-panel-heading {
  background-color: #8396a8;
}
.lt-institution-profile-input {
  width: 160px;
  height: 36px;
}
.lt-institution-profile-edit-btn {
  background-color: #8396a8;
  height: 36px;
  width: 36px;
  font-size: 14px;
  color: #ffffff;
}
.lt-no-border {
  border: 1px solid;
  border-color: #ffffff;
}
.lt-with-border {
  border: 1px solid;
  color: #868686;
}
/******************* Admin Portal institution subscription page ************/
.lt-institution-subscription-list {
  width: 860px;
  border-style: solid;
  border-color: #dddddd;
  border-width: 0px 0px 1px 0px;
  padding: 15px;
}
/******************API Doc Page*********************/
.apidoc-panel {
  width: 700px;
  margin-bottom: 0px;
}
.panel-default > .apidoc-panel-heading {
  background-color: #708088;
  color: #ffffff;
  font-size: 24px;
  height: 94px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.apidoc-body-heading {
  color: #333333;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.apidoc-call-summary {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333333;
}
.apidoc-call {
  font-size: 14px;
  font-family: "Courier New", Courier, monospace;
  color: #333333;
  background-color: #F2FAFD;
  -webkit-font-smoothing: antialiased;
}
.apidoc-example {
  font-size: 14px;
  font-family: "Courier New", Courier, monospace;
  color: #333333;
  background-color: #F2FAFD;
  -webkit-font-smoothing: antialiased;
}
.apidoc-returns {
  font-size: 14px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.apidoc-description {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333333;
}
.apidoc-elements {
  font-size: 12px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.apidoc-img-tags {
  font-size: 18px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.apidoc-img-tags-tag {
  font-size: 13px;
  color: #829321;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.apidoc-licence-text {
  font-size: 15px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.apidoc-tab {
  height: 8px;
  background-color: #d1dfe6;
}
.apidoc-tab.active {
  background-color: #97a2a7;
}
.apidoc-tab-tag {
  color: #bbc9cf;
}
.apidoc-tab-tag.active {
  color: #333333;
}
.highlight-api {
  background-color: #f2f2f2;
  border-radius: 8px;
}
/******************** Info Doc **************************/
.info-doc-heading-1 {
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.info-doc-heading-2 {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.info-doc-heading-3 {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.info-doc-heading-4 {
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-left: 20;
}
.info-doc-row {
  border-bottom: 1px solid;
  padding-top: 2px;
  padding-bottom: 2px;
}
.info-doc-bottom-row {
  border-top: double;
}
.info-doc-col-header {
  border-top: double;
  border-bottom: double;
  font-style: italic;
  padding-left: 0px;
  padding-right: 0px;
}
.info-doc-col {
  font-size: 12px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  padding-left: 0px;
  padding-right: 5px;
}
/******************Subscription Page*********************/
.subscription-panel {
  width: 700px;
  margin-bottom: 0px;
}
.subscription-body-heading {
  color: #333333;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.subscription-benefits {
  font-size: 15px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.subscription-img-tags {
  font-size: 18px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.subscription-img-tags-tag {
  font-size: 13px;
  color: #829321;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.subscription-licence-text {
  font-size: 15px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.subscription-tab {
  height: 8px;
  background-color: #d1dfe6;
}
.subscription-tab.active {
  background-color: #97a2a7;
}
.subscription-tab-tag {
  color: #bbc9cf;
}
.subscription-tab-tag.active {
  color: #333333;
}
.highlight-license {
  background-color: #f2f2f2;
  border-radius: 8px;
}
/******************** Info Commercial **************************/
.info-commercial-heading {
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.info-commercial-subheading {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.info-commercial-form-label {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/******************** Confirmation Commercial *****************/
.paymentConfirmationCommercial-heading {
  font-size: 24px;
  color: #829321;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.paymentConfirmationCommercial-text {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/******************** Info Institution ********************/
.info-institution-heading {
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.info-institution-form-label {
  font-size: 15px;
  color: #97a0a5;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/******************* Info Individual *****************/
.info-individual-heading {
  font-size: 24px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.info-individual-text {
  font-size: 15px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.info-individual-discount {
  font-size: 15px;
  color: #00d96d;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.info-individual-subtotal {
  font-size: 24px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
hr {
  width: 260px;
  height: 1px;
  color: #dddddd;
  float: left;
  margin: 0px;
}
/******************** Activation page *******************/
.activation-error-heading {
  font-size: 24px;
  color: red;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.activation-success-heading {
  font-size: 24px;
  color: #829321;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/**************** PW-137 ******************************/
.delete-buttons-common-before {
  color: #ffffff;
  font-family: "arial";
  line-height: 38px;
}
.delete-buttons-common {
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-color: #eb636c;
}
.delete-yes {
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-color: #eb636c;
}
.delete-yes:before {
  color: #ffffff;
  font-family: "arial";
  line-height: 38px;
  content: "Yes";
}
.delete-no {
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-color: #eb636c;
}
.delete-no:before {
  color: #ffffff;
  font-family: "arial";
  line-height: 38px;
  content: "No";
}
.delete-label {
  display: none;
}
.lt-admin-groups-list-remove .delete-label {
  position: absolute;
  display: block;
  left: -40px;
  top: 4px;
  /* background-color:@lt-red; */
  font-family: sans-serif;
  font-size: 18px;
  width: 58px;
  height: 29px;
  line-height: 28px;
  padding-left: 3px;
}
.error {
  color: #eb636c;
}
.panel-default {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.panel-default > .panel-heading {
  padding: 20px;
  background: #bbc9cf;
  border: none;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.panel-default > .panel-heading .row {
  width: 100%;
  display: flex;
  align-items: center;
}
.panel-default > .panel-heading .col-xs-2 img {
  max-height: 40px;
  width: auto;
  transition: transform 0.2s ease;
}
.panel-default > .panel-heading .col-xs-2 img:hover {
  transform: scale(1.05);
}
.panel-default > .panel-heading .col-xs-10 .alert-message {
  display: flex;
  align-items: center;
}
.panel-default > .panel-heading .col-xs-10 .alert-message i.fa {
  font-size: 18px;
  margin-right: 12px;
}
.panel-default > .panel-heading .col-xs-10 .alert-message span[ng-if*="exceeded"],
.panel-default > .panel-heading .col-xs-10 .alert-message span[ng-if*="blacklisted"],
.panel-default > .panel-heading .col-xs-10 .alert-message span[ng-if*="outofunits"],
.panel-default > .panel-heading .col-xs-10 .alert-message span[ng-if*="nologin"] {
  color: #e74c3c;
}
.panel-default > .panel-heading .col-xs-10 .alert-message span[ng-if*="aboutto"] {
  color: #f39c12;
}
.panel-default > .panel-heading .col-xs-10 .alert-message a {
  opacity: 0.9;
  transition: opacity 0.2s;
}
.panel-default > .panel-heading .col-xs-10 .alert-message a:hover {
  opacity: 1;
}
.panel-default > .panel-body {
  padding: 25px 25px;
  background: #fff;
}
.panel-default > .panel-body h4 {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
}
.panel-default > .panel-body p {
  color: #666;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.panel-default > .panel-body .row {
  margin-bottom: 5px;
}
.panel-default > .panel-body .row:last-child {
  margin-bottom: 0;
}
.panel-default > .panel-body a:not(.btn) {
  color: #3498db;
  text-decoration: underline;
  transition: color 0.2s;
}
.panel-default > .panel-body a:not(.btn):hover {
  color: #1d6fa5;
}
@media (max-width: 768px) {
  .panel-default > .panel-body .col-xs-5 {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .panel-default > .panel-body .col-xs-2 {
    padding: 10px 0;
  }
}
.panel-default > .panel-body .col-xs-2 span {
  display: block;
  text-align: center;
  color: #666;
  font-weight: 500;
}
@media (max-width: 768px) {
  .panel-default > .panel-body .btn {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.panel-default > .panel-body:last-child {
  padding-bottom: 40px;
}
.metering-panel,
.subscription-panel {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .metering-panel,
  .subscription-panel {
    width: 95%;
  }
}
.metering-panel-heading,
.subscription-panel-heading {
  background-color: #bbc9cf;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.metering-panel-heading span,
.subscription-panel-heading span {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .metering-panel-heading span,
  .subscription-panel-heading span {
    font-size: 14px;
  }
}
.metering-panel-heading .info-circle,
.subscription-panel-heading .info-circle {
  color: rgba(0, 0, 255, 0.9);
  margin-left: 8px;
  transition: color 0.2s;
}
.metering-panel-heading .info-circle:hover,
.subscription-panel-heading .info-circle:hover {
  color: #fff;
}
.panel-default > .metering-panel-heading {
  height: auto;
  font-size: inherit;
}
.panel-default > .subscription-panel-heading {
  height: auto;
  font-size: inherit;
}
.phoenix-footer {
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .phoenix-footer {
    width: 95%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.phoenix-footer .powered-by {
  display: flex;
  align-items: center;
  color: #8396a8;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.phoenix-footer .powered-by img {
  margin-left: 10px;
  height: 35px;
  width: auto;
  transition: opacity 0.2s;
}
.phoenix-footer .powered-by img:hover {
  opacity: 0.8;
}
.btn-primary-tair:hover,
.btn-primary-tair:focus,
.btn-primary-tair:active,
.btn-primary-tair.active,
.open .dropdown-toggle.btn-primary-tair {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}
.visually-hidden {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.license-option {
  padding: 10px;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}
.license-option:hover {
  background-color: #f0f0f0;
}
.license-option:focus {
  outline: 3px solid #007bff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.5);
  border-radius: 4px;
}
/*# sourceMappingURL=boilerplate.css.map */