/* All your CSS goes here */
.ui-autocomplete {
  max-height: 320px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
}
/* 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;
}
.panel-default > .metering-panel-heading {
  background-color: #bbc9cf;
  color: #ffffff;
  font-size: 18px;
  height: 133px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.panel-heading .panel-heading-text {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.metering-body-heading {
  color: #666666;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.metering-body-text {
  color: #666666;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.btn-success-tair {
  border-radius: 0px;
  border: 2px solid;
  border-color: #b9c841;
  background-color: #b9c841;
  color: #ffffff;
  width: 148px;
  height: 32px;
  font-size: 13px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.btn-success-tair:hover,
i .btn-success-tair:active,
.btn-success-tair:focus {
  background-color: #c6d936;
  border-color: #c6d936;
}
.btn-primary-tair {
  border-radius: 0px;
  border: 2px solid;
  border-color: #bbc9cf;
  background-color: #bbc9cf;
  color: #ffffff;
  width: 148px;
  height: 32px;
  font-size: 13px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.btn-primary-tair:hover,
.btn-primary-tair:active,
.btn-primary-tair:focus {
  background-color: #bbc9cf;
  border-color: #bbc9cf;
}
.btn-default-tair {
  border-radius: 0px;
  border: 2px solid;
  border-color: #bbc9cf;
  color: #a6b2b7;
  width: 148px;
  height: 32px;
  font-size: 13px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.btn-default-tair:hover,
active {
  background-color: #bbc9cf;
  border-color: #bbc9cf;
  color: #ffffff;
}
.partner-logo {
  float: right;
}
/******************Librarian Tool 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;
}
/******************Librarian Tool 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;
}
/******************Librarian Tool 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;
}
/******************Librarian Tool 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;
}
/******************Librarian Tool 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: 32px;
  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;
}
.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;
}
/******************Librarian tool 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;
}
/******************* Librarian tool institution subscription page ************/
.lt-institution-subscription-list {
  height: 180px;
  width: 860px;
  border-style: solid;
  border-color: #dddddd;
  border-width: 0px 0px 1px 0px;
  padding: 15px;
}
/******************Subscription Page*********************/
.subscription-panel {
  width: 700px;
  margin-bottom: 0px;
}
.panel-default > .subscription-panel-heading {
  background-color: #bbc9cf;
  color: #ffffff;
  font-size: 24px;
  height: 94px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.subscription-body-heading {
  color: #666666;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.subscription-benefits {
  font-size: 15px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.subscription-img-tags {
  font-size: 18px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.subscription-img-tags-tag {
  font-size: 13px;
  color: #b9c841;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.subscription-licence-text {
  font-size: 15px;
  color: #666666;
  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: #666666;
}
.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: #666666;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/******************** Confirmation Commercial *****************/
.paymentConfirmationCommercial-heading {
  font-size: 24px;
  color: #b8c63f;
  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: #666666;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/******************** Confirmtion Institution **************/
.payment-confirmation-institution-heading {
  font-size: 24px;
  color: #b8c63f;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.payment-confirmation-institution-text {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/******************* Info Individual *****************/
.info-individual-heading {
  font-size: 24px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.info-individual-text {
  font-size: 15px;
  color: #666666;
  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: #666666;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/************************** Payment Individual 1 *****************/
.payment-confirmation-individual-heading {
  font-size: 24px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.payment-confirmation-individual-label {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.payment-confirmation-individual-footer {
  font-size: 15px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/************** Payment Individual 2 ***************/
.payment-confirmation-individual-confirm-heading {
  font-size: 24px;
  color: #666666;
  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;
}
hr {
  width: 260px;
  height: 1px;
  color: #dddddd;
  float: left;
  margin: 0px;
}
/************ Payment Indivivual 3 ****************/
.payment-confirmation-individual-thankyou-heading {
  font-size: 24px;
  color: #b8c63f;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.payment-confirmation-individual-thankyou-text {
  font-size: 14px;
  color: #666666;
  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;
}
/******************** Confirmtion Institution **************/
.payment-confirmation-institution-heading {
  font-size: 24px;
  color: #b8c63f;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.payment-confirmation-institution-text {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/******************** 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: #b9c841;
  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;
}
/******************Profile Page*********************/
.profile-panel {
  width: 700px;
  margin-bottom: 0px;
  margin-left: auto; margin-right: auto;
}
.panel-default > .profile-panel-heading {
  background-color: #bbc9cf;
  color: #ffffff;
  font-size: 24px;
  height: 94px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.panel-default > .profile-panel-heading > .row > .text-center {
  float: none; 
  margin-left: auto; 
  margin-right: auto; 
  padding-top: 20px;
}

.profile-body-heading {
  color: #666666;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.profile-body-text {
  color: #666666;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.space-small {
  height: 15px;
}
.space-large {
  height: 40px;
}
.profile-field-title {
  color: #666666;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 8px;
  font-weight: 700;
}
.panel {
  width: 697px;
  margin-left: auto; 
  margin-right: auto;
}
/*# sourceMappingURL=boilerplate.css.map */
