@import url("https://fonts.googleapis.com/css?family=Roboto");
html, body {
  background: #f5f5f5;
  font-family: 'Roboto', 'Arial', 'Helvetica', san-serif;
  color: #222;
}

body {
  padding-top: 100px;
}

.alert {
  padding: 15px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.alert-icon-container {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  margin-top: -.5rem !important;
  width: 2rem;
}

.alert-body-container {
  padding: 4px 12px;
}

.alert-body {
  margin-bottom: 0;
  margin-left: 2rem;
  margin-right: .5rem;
}

.system-notification {
  padding: 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.system-notification-header-container {
  font-size:10px !important;
  padding-left: 2px !important;
}

.system-notification-body-container {
  width: 100%;
  height: 100%;
  padding: 8px 15px !important;
  background: white;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.system-notification-body {
  margin: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
}

.system-notification-icon {
  min-width: 2rem;
  width: 2rem;
  text-align: center;
}

.system-notification-text {
  overflow:hidden;
  padding: 0px 12px;
}

.paper {
  border-radius: 4px;
  box-shadow: 0 9px 23px rgba(0, 0, 0, 0.02), 0 5px 5px rgba(0, 0, 0, 0.02);

}

.navbar-topbar {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.02);

  padding: 20px 15px;
}
.navbar-topbar .nav-link {
  font-weight: regular;
  color: #666 !important;
}
.navbar-topbar .nav-link:hover {
  color: #111 !important;
}

.separator-line {
  border-bottom: 2px solid rgb(200, 200, 200);
}

.summary-edit-btn {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.nowrap-span {
  white-space: nowrap;
}
/**
  * Accounts Table / Section
  */


#accounts-header,
.accounts_header {
  border-radius: 5px 5px 0 0;
  font-weight: normal;
  color: #556270;
  font-size: 24px;
  padding: 20px;
  background: #fff;
  margin: 0;
  position: relative;
  z-index: 5;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);

}

#link-account {
  position: relative;
  z-index: 6;
  text-align: right;
  padding: 0;
}
#link-account a.btn {
  font-size: 14px;
}

.account-actions {
  text-align: right;
}
.account-actions .btn {
  margin: 5px 0 5px 0;
  padding: 10px 15px;
}

/*
 * Login
 */
#credentials {
  padding: 20px 20px;
}
#credentials .credential-title {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);

  margin: 0 -20px 20px -20px;
  padding: 15px;
}
#credentials .credential-title h4 {
  color: #88bf43;
}
#credentials .form-group {
  clear: both;
}
#credentials .form-group::after {
  clear: both;
  content: '';
  display: block;
}
#credentials .form-group:last-child {
  padding-top: 15px;
}
#credentials #click-wrap {
  margin-top: 20px;
}

/**
  * Payment page
  */
/*.account-number,
.account-number + div,
.account-total-due {
  display: inline-block;
  padding: 0 10px;
}*/
.summary-label b,
.summary-label + div b {
  color: #666;
}
.summary-label p {
  margin: 0;
}

/*
#account-summary {
  background: transparent;
  box-shadow: none !important;
  text-align: center;
  color: #333;
  margin-bottom: 30px !important;
}
#account-summary h1 {
  color: #111;
  font-size: 32px;
  margin-bottom: 20px;
}
#account-summary legend {
  font-size: 24px;
}*/

/*
 * Forms
 */
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  font-weight: bold;
  color: #222;
}
.form-group #payform_account_type,
.form-group .input-group-addon,
.form-group input[type='text'],
.form-group input[type='password'],
.form-group input[type='email'] {
  transition: all ease-in-out 250ms;
  font-size: 16px;
}

.form-group .input-group-btn,
.form-group .input-group-btn button {
  background: #fff;
}
.form-group #payform_account_type {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  position: relative;
}
.form-group #payform_account_type::before {
  content: '>';
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
}

#card-expir-field {
  width: 49%;
  float: left;
}

#card-code-field {
  width: 49%;
  float: right;
}

.card_network_icon {
  padding-bottom: 0.7rem;
  height: 2.75rem !important;
}

.saved_payment_method_icon {
  padding-left: 1rem;
  height: 1.5rem !important;
}

.saved_payment_method_text {
  padding-left: 0.75rem;
}

.saved_payment_method_text code, .saved_payment_method_text strong {
  color: #222;
}

/**
/// General Colors
**/


a {
  color: #005fb8;
}

.btn-primary {
  background: #2A8FBD;
  border-color: #2A8FBD;
}
.btn-primary:hover {
  border-color: #216f93;
  background-color: #216f93;
}

input.btn,
button.btn {
  cursor: pointer;
}

/** General Table **/
table.table thead {
  background: #fafafa;
  border: 0 !important;
}
table.table thead tr, table.table thead th, table.table thead td {
  border: 0;
  color: #666;
  font-size: 16px;
}
table.table td, table.table th {
  padding: 20px;
  color: #666;
  vertical-align: middle;
}
table.table tbody tr:hover {
  background: rgba(0, 0, 0, 0.015);
  /*cursor: pointer;*/
}
table.equation td, table.equation.th {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #card-code-field,
  #card-expir-field {
    width: auto;
    float: none;
  }
}

#payment-plan .table th,
#payment-plan .table td {
  display: table-cell;
}
