body {
  background: url('/imgs/a2-min.jpg') #fff fixed;
  background-size: cover;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
textarea {
  width: 100%;
  min-height: 200px;
}
.quill-container{
  height: 24em !important;
  background-color: #fff;
}
.quill-toolbar{
  background-color: #fff;
  width: 100%;
}
.expander {
  height: 2em;
  overflow: hidden;
}
.expanderIcon{
  cursor: pointer;
}
.expanderIcon::after{
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.expanderUp::after{
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}
.expanderDown::after{
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}
a:hover, a:focus, a:visited, a:active {
  text-decoration: none;
  cursor: pointer;
}
input[type="text"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], textarea, select, .select2 {
  background: #fff;
  padding: 5px;
  /*margin-left: 5px;
 margin-right: 5px;*/
  min-width: 170px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border: 2px solid #fefefe;
}
span.select2 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
}
span.select2-container--default .select2-selection--single, span.select2-container--default .select2-selection--multiple, span.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0 solid transparent;
}
span.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #efefef;
  border: 0 solid transparent;
  border-radius: 2px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  box-shadow: 0 2px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
  outline: none;
  border: 2px solid #1f648b;
}
input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="date"]::placeholder, textarea::placeholder, select::placeholder {
  color: #dedede;
}
.navbar-brand img {
  max-width: 70px;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
}
body > div > .content {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 40px;
  box-sizing: border-box;
  border-radius: 4px;
}
.bold {
  font-weight: bold;
}
.smaller {
  font-size: 0.8em;
}
.larger {
  font-size: 1.2em;
}
.container .topLinks {
  padding-top: 20px;
  padding-bottom: 20px;
}
.logoLarge img {
  width: 200px;
}
.panel {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
.right {
  float: right;
}
.right:after {
  content: " ";
  clear: both;
}
.totalPayment {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  text-align: center;
}
.totalPayment .amount {
  font-size: 3em;
}
.title {
  font-size: 2em;
  text-align: center;
}
.clientWrap .contact {
  font-size: 1em;
  text-align: center;
  padding-bottom: 1em;
}
.subtitle {
  font-weight: lighter;
  font-size: 8pt;
}
.sectionTitle {
  font-size: 3em;
  margin-top: 1em;
  text-align: center;
}
/**
 * Tables
 */.billTable .bill, .paymentTable .bill, .noteTable .bill, .billTable .payment, .paymentTable .payment, .noteTable .payment {

  padding: 20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
.billTable .bill .item .label, .paymentTable .bill .item .label, .noteTable .bill .item .label, .billTable .payment .item .label, .paymentTable .payment .item .label, .noteTable .payment .item .label {
  color: black;
}
.billTable .bill .item .overdue, .paymentTable .bill .item .overdue, .noteTable .bill .item .overdue, .billTable .payment .item .overdue, .paymentTable .payment .item .overdue, .noteTable .payment .item .overdue {
  color: red;
}
/**
 * Form Elements
 */.button {
  background: #999;
  padding: 10px 25px;
  color: white;
  border: 0;
  border-bottom: 2px solid #444;
  border-radius: 3px;
  display: inline-block;
}
button.button.disabled {
  background-color: gray;
  border: gray;
}
.button:hover, a:hover.button {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.main.button {
  background: #436cb3;
  border-bottom: 2px solid #18253d;
}
.main.button:active, .main.button:focus {
  color: white;
  text-decoration: none;
  background: #34ab56;
}
.secondary.button {
  background: #436cb3;
  border-bottom: 2px solid #355389;
}
.secondary.button:active, .secondary.button:focus {
  color: white;
  text-decoration: none;
  background: #4d596f;
}
.payment.button {
  background: #249b46;
  border-bottom: 2px solid #16650f;
}
.payment.button:active, .payment.button:focus {
  color: white;
  text-decoration: none;
  background: #34ab56;
}
.paymentField {
  text-align: center;
}
.paymentField .title {
  font-size: 2em;
}
.paymentField .currencyinput {
  border: 1px solid #ccc;
  display: inline-block;
  background-color: #fff;
}
.paymentField .currencyinput input {
  padding: 20px;
  text-align: center;
  border: 0;
  box-shadow: none;
}
.paymentField .currencyinput::before {
  content: "$";
  padding: 10px;
}
.paymentField input {
  padding: 20px;
}
.currencyinput {
  border: 1px solid #ccc;
  display: inline-block;
  background-color: #fff;
}
.currencyinput input {
  text-align: center;
  border: 0;
}
.currencyinput::before {
  content: "$";
  padding: 10px;
}
.sectionTitle {
  font-size: 3em;
  margin-top: 1em;
  text-align: center;
}
.billTable .bill:nth-child(2), .paymentTable .bill:nth-child(2), .noteTable .bill:nth-child(2), .billTable .header:nth-child(2), .paymentTable .header:nth-child(2), .noteTable .header:nth-child(2) {
  background: whitesmoke;
}
.billTable .bill, .paymentTable .bill, .noteTable .bill, .billTable .header, .paymentTable .header, .noteTable .header, .billTable .payment, .paymentTable .payment, .noteTable .payment {

  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.billTable .bill .item, .paymentTable .bill .item, .noteTable .bill .item, .billTable .header .item, .paymentTable .header .item, .noteTable .header .item, .billTable .payment .item, .paymentTable .payment .item, .noteTable .payment .item {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.billTable .header .item {
  overflow: visible;
}
.billTable .item.actions {
  flex-grow: .7;
  overflow: visible;
  margin-right: 1em;
}
.billTable .bill .item .label, .paymentTable .bill .item .label, .noteTable .bill .item .label, .billTable .header .item .label, .paymentTable .header .item .label, .noteTable .header .item .label, .billTable .payment .item .label, .paymentTable .payment .item .label, .noteTable .payment .item .label {
  color: black;
}
.billTable .bill .item .overdue, .paymentTable .bill .item .overdue, .noteTable .bill .item .overdue, .billTable .header .item .overdue, .paymentTable .header .item .overdue, .noteTable .header .item .overdue, .billTable .payment .item .overdue, .paymentTable .payment .item .overdue, .noteTable .payment .item .overdue {
  color: red;
}
.billTable .bill .item.description, .paymentTable .bill .item.description, .noteTable .bill .item.description, .billTable .header .item.description, .paymentTable .header .item.description, .noteTable .header .item.description, .billTable .payment .item.description, .paymentTable .payment .item.description, .noteTable .payment .item.description {
  flex-grow: 2;
}
.form-group .input-field {
  box-sizing: border-box;
  padding: 10px;
}
.modal-body {
  background: url(/imgs/dust_scratches.png) #eee;
}
#clientList {
  list-style-type: none;
  padding: 0;
}
#clientList li {
  margin-top: 0.5em;
  padding: 0.5em;
  border-bottom: 1px solid #efefef;
  display: flex;
  flex-shrink: 0;
  width: 100%;
}
#clientList li .clientName {
  flex-grow: 1;
  width: 60%;
}

#clientList li .autopay {
  padding: 0.5em;
  width: 40%;
  flex-grow: 1;
}

#clientList li .total {
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.editableList {
  list-style-type: none;
  padding: 1em;
  margin: 0;
  background: #fff;
}
.editableList a {
  color: gray;
}
.editableList li .delete {
  color: #c7254e;
}
.info {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: left;
}
.subSectionTitle {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;
}
.bill.void {
  opacity: 0.5;
  padding-top: 5px;
  padding-bottom: 0;
}
.payment.void {
  opacity: 0.5;
  padding-top: 5px;
  padding-bottom: 0;
}
.list .header {
  background: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list .header .item .label {
  color: #999;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
}
circle {
  fill: transparent;
  stroke: #0a6c9f;
  stroke-width: 8px;
  stroke-dasharray: 250;
  stroke-dashoffset: 1000;
  animation: rotate 5s linear infinite, rainbow 15s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes rotate {
  to {
    stroke-dashoffset: 0;
    transform: rotate(360deg);
  }
}
@keyframes rainbow {
  0% {
    stroke: #0a6c9f;
  }
  25% {
    stroke: #0a6767;
  }
  50% {
    stroke: #ffdd17;
  }
  75% {
    stroke: #7d2717;
  }
  100% {
    stroke: #0a6c9f;
  }
}
.impersonate {
  color: blue !important;
  text-decoration: underline;
}
.scrim {
  position: fixed;
  background: #000;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 998;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.red {
  color: red;
}
.green {
  color: green;
}
.gray {
  color: gray;
}
.add-user-label {
  display: block;
}
#notifications{
  position: fixed;
  right:2rem;
  bottom: 2rem;
}
#notifications .notification{
  background: rgba(0,0,0,0.8);
  border-radius: 4px;
  padding: 1.5rem;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  max-width: 300px;
  transition: all .3s ease-in-out;
  opacity: 0;
}
#notifications .notification.active{
  opacity: 1;
}
#notifications .notification.inactive{
  margin-right: -100px;
  opacity: 0;
}
#notifications .notification .title{
  font-size: 1.1em;
  font-weight: bold;
}
.billEdit, .billEditModal{
  display: none;
}
.cycleEdit, .cycleEditModal{
  display: none;
}
.paymentEdit, .billPaymentModal{
  display: none;
}
.welcome {
  color: #636b6f;
  font-family: 'Raleway', sans-serif;
  height: 100vh;
  margin: 0;
  overflow-y: none;
}

.full-height {
  height: 100vh;
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.position-ref {
  position: relative;
}

.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}

.content {
  text-align: center;
}

.title {
  font-size: 6.5vmin;
  font-weight: 600;
  color: white;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.links > div > a {
  color:  #636b6f;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.links > a{
  font-weight: 600;
}

.links > div{
  padding-top: 2em;
}

.m-b-md {
  margin-bottom: 30px;
}

.logo {
  max-width: 300px;
}