html, body {
  height: 100%;
  overflow-x: hidden; }

html {
  background: #f1f8fe;
  font-family: 'Open Sans', sans-serif; }

p {
  font-size: 16px;
  color: #666; }

.flashdata, .message {
  margin: 20px 0;
  padding: 10px 15px;
  color: white; }
  .flashdata a, .message a {
    color: #fff;
    text-decoration: underline; }

.small {
  font-size: 12px; }

.error {
  background: #ef8168; }

.success {
  background: #77ab08; }

.text-success {
  color: #77ab08; }

.text-danger {
  color: #ef8168; }

.bold {
  font-weight: bold; }

.text-grey {
  color: #ddd; }

.desktop {
  display: block; }

tr td.desktop {
  display: table-cell; }

.mobile {
  display: none; }

@media (max-width: 768px) {
  .desktop {
    display: none; }

  tr td.desktop {
    display: none; }

  .mobile {
    display: block; } }
.offline-message {
  padding: 20px 15px;
  font-size: 13px;
  color: white;
  background: #ef8168;
  margin-bottom: 20px;
  display: none; }

body.offline .offline-message {
  display: block; }

button, input.button, .button {
  background: #259afa !important;
  color: #fff;
  border: none;
  height: 40px;
  max-width: 300px;
  border-radius: 3px;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px; }

.button-alt {
  background: orange !important;
  color: #fff !important; }

button.error {
  background: #ef8168 !important; }

.button-sm {
  font-size: 14px;
  height: 30px; }

.button-success {
  background: #77ab08 !important;
  color: #fff; }

.m-v-10 {
  margin: 10px 0; }

body.login {
  text-align: center;
  color: #259afa;
  padding: 0 15px; }
  body.login h1 {
    font-size: 25px;
    margin: 50px 0; }
  body.login form p {
    position: relative;
    max-width: 300px;
    margin: 0 auto 20px auto;
    border-bottom: 1px solid #259afa;
    background: white; }
    body.login form p i {
      position: absolute;
      left: 10px;
      top: 15px;
      font-size: 20px; }
    body.login form p input {
      width: 100%;
      border: none;
      height: 50px;
      color: #259afa;
      background: white !important;
      padding-left: 50px;
      border-radius: 5px; }
    body.login form p input[type="text"] {
      background: #fff; }
    body.login form p input:-webkit-autofill,
    body.login form p input:-webkit-autofill:hover,
    body.login form p input:-webkit-autofill:focus,
    body.login form p textarea:-webkit-autofill,
    body.login form p textarea:-webkit-autofill:hover,
    body.login form p textarea:-webkit-autofill:focus,
    body.login form p select:-webkit-autofill,
    body.login form p select:-webkit-autofill:hover,
    body.login form p select:-webkit-autofill:focus {
      border: none;
      -webkit-text-fill-color: #259afa;
      -webkit-box-shadow: 0 0 0 30px white inset !important;
      transition: white;
      background: white; }
  body.login form button, body.login form .button {
    background: #259afa;
    color: #fff;
    border: none;
    height: 50px;
    max-width: 300px;
    width: 100%;
    border-radius: 8px; }
  body.login form .reset {
    display: block;
    color: #259afa;
    margin-top: 15px; }

nav {
  height: 100%;
  width: 240px;
  background-color: #259afa;
  position: fixed !important;
  z-index: 1000;
  overflow: auto;
  transform: translateX(0);
  transition: all 0.2s; }
  nav .nav-user {
    background: #bce1fe;
    padding: 20px 5px;
    text-align: center; }
    nav .nav-user a.close {
      font-size: 13px;
      display: block; }
    nav .nav-user .user {
      display: flex;
      justify-content: center;
      align-items: center; }
    nav .nav-user .user-icon {
      display: inline-block;
      width: 50px;
      height: 50px;
      background: #259afa;
      color: white;
      text-align: center;
      line-height: 50px;
      border-radius: 25px; }
      nav .nav-user .user-icon i {
        font-size: 25px;
        line-height: 50px; }
    nav .nav-user .username {
      color: #259afa;
      font-weight: bold;
      line-height: 15px;
      font-size: 14px;
      text-transform: uppercase;
      display: inline-block;
      text-align: left;
      padding-left: 5px; }
  nav ul {
    padding: 0;
    padding-top: 10px; }
    nav ul li {
      padding-left: 20px;
      padding-right: 10px;
      margin: 30px 0; }
      nav ul li i {
        font-size: 20px !important;
        color: white;
        opacity: 0.5;
        vertical-align: middle;
        width: 30px;
        text-align: center; }
      nav ul li a {
        text-transform: uppercase;
        color: white;
        font-size: 15px;
        font-weight: bold;
        vertical-align: middle;
        padding-left: 10px; }
      nav ul li hr {
        opacity: 0.2;
        margin: 40px 0; }
    nav ul li.gap {
      margin-top: 60px; }
    nav ul li.small {
      margin: 10px 0; }
      nav ul li.small i {
        font-size: 20px; }
      nav ul li.small a {
        font-size: 14px; }

#nav-overlay {
  display: none; }

div.content-pane {
  margin-left: 240px;
  transition: all 0.2s;
  min-width: 300px;
  position: relative;
  min-height: 100vh;
  background: none; }
  div.content-pane .page-header {
    background: #259afa;
    padding: 20px 15px 20px 30px; }
    div.content-pane .page-header i {
      color: #fff;
      font-size: 25px;
      display: none; }
    div.content-pane .page-header h1 {
      display: inline-block;
      text-transform: uppercase;
      font-size: 25px;
      padding: 0 0 0 0px;
      margin: 0;
      line-height: 25px;
      color: #fff; }
  div.content-pane .notification-bar {
    margin: 0;
    background: crimson;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    line-height: 15px;
    display: none; }
    div.content-pane .notification-bar a {
      color: #fff; }
  div.content-pane #loading-overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    align-items: center;
    justify-content: space-around; }

.content-loader {
  position: relative; }

.content-container {
  padding: 25px 30px 15px 30px; }

/* NAV ANIMATIONS */
.nav-closed {
  transform: translateX(-240px); }

.nav-open {
  transform: translateX(0); }

.content-shift-left {
  margin-left: 0 !important; }

.content-shift-right {
  margin-left: 240px !important; }

.backlink {
  display: inline-block;
  background: #259afa;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 40px;
  font-weight: bold; }

/* FORMS */
form p {
  color: #259afa;
  font-weight: 600; }
  form p label span {
    color: orange;
    font-size: 13px; }
form input, form textarea, form select {
  width: 100%;
  border: 1px solid #ddd;
  height: 40px;
  color: #666;
  background: white !important;
  padding-left: 10px;
  margin-top: 3px;
  font-weight: 400 !important; }
form [type=checkbox] {
  width: 25px;
  height: 25px;
  border-radius: 4px; }
form textarea {
  height: 150px;
  padding-top: 15px; }
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus {
  -webkit-box-shadow: none;
  -webkit-text-fill-color: #666;
  -webkit-box-shadow: none;
  transition: white;
  background: white; }
form #response {
  display: none; }

.form-double-row p {
  width: 45%;
  display: inline-block; }
.form-double-row p:first-child {
  float: left; }
.form-double-row p:last-child {
  float: right; }
.form-double-row:after {
  content: "";
  display: table;
  clear: both; }

.checkbox {
  width: 100%;
  margin: 15px auto;
  position: relative;
  display: block; }
  .checkbox label {
    position: relative;
    min-height: 34px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: 400 !important;
    cursor: pointer; }
    .checkbox label span {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #333; }
    .checkbox label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      margin: 4px;
      width: 22px;
      height: 22px;
      transition: transform 0.28s ease;
      border-radius: 3px;
      border: 2px solid #259afa; }
    .checkbox label:after {
      content: '';
      display: block;
      width: 10px;
      height: 5px;
      border-bottom: 2px solid #259afa;
      border-left: 2px solid #259afa;
      transform: rotate(-45deg) scale(0);
      transition: transform ease 0.25s;
      position: absolute;
      top: 12px;
      left: 10px; }
  .checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px; }
    .checkbox input[type="checkbox"]:checked ~ label:before {
      border: 2px solid #259afa; }
    .checkbox input[type="checkbox"]:checked ~ label:after {
      transform: rotate(-45deg) scale(1); }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: 0; }

.checkbox-no-margin {
  width: 22px;
  margin: 2px auto;
  position: relative;
  display: block; }
  .checkbox-no-margin label {
    position: relative;
    min-height: 34px;
    display: block;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }
    .checkbox-no-margin label span {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #333; }
    .checkbox-no-margin label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      margin: 4px 0px 4px 8px;
      width: 22px;
      height: 22px;
      transition: transform 0.28s ease;
      border-radius: 3px;
      border: 2px solid #259afa; }
    .checkbox-no-margin label:after {
      content: '';
      display: block;
      width: 10px;
      height: 5px;
      border-bottom: 2px solid #259afa;
      border-left: 2px solid #259afa;
      transform: rotate(-45deg) scale(0);
      transition: transform ease 0.25s;
      position: absolute;
      top: 12px;
      left: 14px; }
  .checkbox-no-margin input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px; }
    .checkbox-no-margin input[type="checkbox"]:checked ~ label:before {
      border: 2px solid #259afa; }
    .checkbox-no-margin input[type="checkbox"]:checked ~ label:after {
      transform: rotate(-45deg) scale(1); }
    .checkbox-no-margin input[type="checkbox"]:focus + label::before {
      outline: 0; }

.checkbox.delete {
  width: 135px;
  border: 1px solid crimson;
  margin-left: 0;
  padding: 10px 15px;
  border-radius: 5px; }
  .checkbox.delete label span {
    color: #ef8168;
    font-weight: bold;
    text-transform: uppercase; }
  .checkbox.delete label:before {
    border: 2px solid #ef8168; }
  .checkbox.delete label:after {
    border-bottom: 2px solid #ef8168;
    border-left: 2px solid #ef8168; }
  .checkbox.delete input[type="checkbox"]:checked ~ label:before {
    border: 2px solid #ef8168; }

table tr td .checkbox.delete {
  width: auto;
  border: none;
  margin-left: 10px;
  padding: 0;
  border-radius: none; }
  table tr td .checkbox.delete label span {
    color: #ef8168;
    font-weight: bold;
    text-transform: uppercase; }
  table tr td .checkbox.delete label:before {
    border: 2px solid #ef8168; }
  table tr td .checkbox.delete label:after {
    border-bottom: 2px solid #ef8168;
    border-left: 2px solid #ef8168; }
  table tr td .checkbox.delete input[type="checkbox"]:checked ~ label:before {
    border: 2px solid #ef8168; }

.input-prefix {
  position: relative; }
  .input-prefix input {
    padding-left: 25px; }

.prefix-pound:after {
  content: "\00a3";
  position: absolute;
  left: 10px;
  top: -1px;
  z-index: 10;
  color: #259afa;
  font-size: 18px;
  font-weight: bold; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff; }
  table tr {
    margin: 0; }
    table tr td {
      vertical-align: middle;
      padding: 7px 10px;
      color: #259afa;
      margin: 0;
      font-size: 16px; }
      table tr td hr {
        border-color: #259afa;
        border-width: 1px 0 0 0;
        opacity: 0.2; }
      table tr td a {
        color: #259afa; }
        table tr td a i {
          font-size: 20px; }
    table tr td:last-child {
      width: 10px; }
    table tr:not(.border):hover {
      background: #e7edf3; }
    table tr td.narrow {
      width: 1px; }
    table tr td.no-wrap {
      white-space: nowrap; }
  table td:last-child a i {
    font-size: 20px; }
  table tr:first-child td {
    padding-top: 20px; }
  table tr:last-child td {
    padding-bottom: 20px; }
  table tr.table-head td {
    font-weight: bold; }

.add {
  background: #77ab08; }

.control-panel {
  margin-bottom: 40px; }
  .control-panel button {
    padding: 10px 10px;
    font-size: 15px;
    height: auto;
    border-radius: 3px; }
  .control-panel .filter-trigger {
    float: right;
    border: 1px solid #259afa;
    background: white !important;
    color: #259afa; }
  .control-panel .filter-trigger.filter-active {
    background: #259afa !important;
    color: #fff; }

#filter-form {
  margin: 10px 10px 30px 10px;
  border: 2px solid #259afa;
  min-height: 100px;
  padding: 15px;
  transition: all 0.2s;
  background: #fff;
  display: none; }
  #filter-form p {
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin: 10px 0; }
  #filter-form button {
    margin-top: 10px;
    height: auto;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 10px;
    border-radius: 3px;
    width: 100%; }
  #filter-form div.flex {
    margin: 10px auto; }
  #filter-form input {
    font-weight: 400;
    border-color: #259afa; }

p.result-count {
  margin: 0 10px;
  color: #259afa;
  font-size: 15px;
  padding-bottom: 10px;
  text-align: right; }

div.pagination {
  margin-bottom: 0px;
  background: #eaf1f7;
  padding: 10px 10px 5px 10px; }
  div.pagination a {
    display: inline-block;
    background: #fff;
    color: #259afa;
    font-size: 13px;
    line-height: 20px;
    padding: 0 5px;
    margin: 0 1px 5px 0;
    border-radius: 2px; }
  div.pagination a.active {
    background: #259afa;
    color: #fff; }

@media (max-width: 767px) {
  nav {
    transform: translateX(-240px); }

  div.content-pane {
    margin-left: 0;
    min-width: auto; }
    div.content-pane .page-header {
      background: #259afa;
      padding: 20px 15px 20px 30px;
      margin-bottom: 30px; }
      div.content-pane .page-header i {
        color: #fff;
        font-size: 25px;
        display: inline-block; }
      div.content-pane .page-header h1 {
        display: inline-block;
        text-transform: uppercase;
        font-size: 20px;
        padding: 0 0 0 30px;
        margin: 0;
        line-height: 25px;
        color: #fff; }
    div.content-pane .page-header.has-notification {
      margin-bottom: 0; }
    div.content-pane .notification-bar {
      display: block !important;
      margin-bottom: 30px; }

  .content-container {
    padding: 0px 0px 15px 0px; }

  button:not(.add, .filter-trigger, .pika-next, .pika-prev), .button {
    width: 100%;
    max-width: 100%; }

  #nav-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    z-index: 10;
    display: none; }

  #filter-form {
    margin: 10px 10px 30px 10px;
    border: 2px solid #259afa;
    min-height: 100px;
    padding: 15px;
    transition: all 0.2s; }
    #filter-form p {
      font-size: 13px;
      font-weight: bold;
      padding: 0;
      margin: 0; }
    #filter-form button {
      margin-top: 10px;
      height: auto;
      font-size: 12px;
      font-weight: bold;
      padding: 8px 10px;
      border-radius: 3px;
      width: 100%; }
    #filter-form div.flex {
      display: flex;
      justify-content: space-around;
      margin: 10px auto; }
      #filter-form div.flex p {
        width: 50%;
        text-align: left; }
      #filter-form div.flex p:first-child {
        padding-right: 5px; }
      #filter-form div.flex p:last-child {
        padding-left: 5px; }

  .backlink {
    margin-left: 15px; }

  .page-header {
    padding-left: 15px;
    padding-right: 15px; }

  .control-panel {
    padding-left: 15px;
    padding-right: 15px; }

  table {
    background: #fff;
    padding: 40px 0; }
    table tr:first-child td {
      padding-top: 20px; }
    table tr:last-child td {
      padding-bottom: 20px; }
    table tr.border td {
      padding-left: 0;
      padding-right: 0; }

  form {
    padding-left: 15px;
    padding-right: 15px; } }
.mobile-date {
  color: #666;
  font-weight: normal;
  font-size: 13px; }

.autocomplete {
  position: relative; }

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0; }

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4; }

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff; }

.table-mileage td:first-child {
  font-size: 13px; }
.table-mileage td:nth-child(2) {
  font-weight: bold; }
  .table-mileage td:nth-child(2) span {
    color: #333;
    font-weight: 400; }
.table-mileage td:nth-child(3) i {
  font-size: 18px; }
.table-mileage tr td:first-child a {
  color: #666; }

.table-files {
  table-layout: fixed; }
  .table-files tr:first-child td {
    padding: 5px 0; }
  .table-files tr:last-child td {
    padding: 5px 0; }
  .table-files td {
    padding: 5px 5px !important; }
  .table-files tr td:nth-child(2) {
    width: 30px;
    font-size: 20px; }
  .table-files tr td:last-child {
    width: 50px;
    text-align: right;
    padding-right: 0; }
  .table-files tr td:first-child {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important; }
  .table-files td.text-small {
    font-size: 11px; }
  .table-files td.warning {
    padding: 0 5px 0 5px !important;
    font-size: 12px;
    color: #999;
    text-align: left !important; }
    .table-files td.warning span {
      color: #ef8168; }
      .table-files td.warning span a {
        color: #ef8168; }

.table-notifications tr td:nth-child(2) {
  width: 50px; }
  .table-notifications tr td:nth-child(2) span {
    background: #77ab08;
    color: white;
    padding: 5px;
    font-size: 13px;
    border-radius: 3px; }
.table-notifications td span.date {
  display: block;
  font-size: 12px;
  color: #333; }

.table-quote tr td:nth-child(2) {
  width: 130px; }

#expired-message {
  display: none; }

@media (max-width: 500px) {
  .table-files tr td:first-child {
    max-width: 60%; } }
.file-container {
  background: #f9f9f9;
  padding: 10px; }
  .file-container table {
    background: #f9f9f9; }

.title {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding: 20px 0 5px 0;
  color: #259afa; }
  .title span {
    display: block;
    color: #666;
    font-weight: 400; }

.orange-span span {
  color: orange;
  font-size: 13px; }

.title.title-with-note span {
  display: inline-block;
  color: orange;
  font-weight: 400;
  font-size: 13px; }

.title-section {
  color: #666;
  border: 1px solid #ddd;
  border-width: 0 0 1px 0; }

form.create {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 20px; }

@media (min-width: 768px) {
  form.create {
    padding: 11px 20px 30px 20px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1); } }
.file-input-box {
  text-align: center !important; }
  .file-input-box .file-warning {
    display: block; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */ }

.no-js .inputfile + label {
  display: none; }

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */ }

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */ }

/* style 4 */
.inputfile-4 + label {
  color: #259afa; }

.inputfile-4 + label figure {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #259afa;
  display: block;
  padding: 18px 15px 12px 15px;
  margin: 0 auto 10px; }

.inputfile-4 + label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6; }

#notification-count {
  position: relative; }
  #notification-count span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: crimson;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    padding: 0;
    margin: 0 0 0 7px;
    position: relative;
    top: -2px; }

.non-form-container {
  background: #fff;
  padding: 20px; }

@media (min-width: 768px) {
  .non-form-container {
    padding: 11px 20px 30px 20px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1); } }
.upload-notice {
  color: crimson;
  font-size: 13px;
  display: block; }

.info-box {
  padding: 15px;
  background: #f9f9f9;
  border: 1px solid #eee; }
  .info-box p.note {
    color: crimson;
    font-style: italic;
    margin-bottom: 0; }

.non-form-container form {
  padding: 0;
  box-shadow: none; }

hr {
  height: 1px;
  background-color: #ddd;
  border: none;
  margin: 30px 0; }

table tr td hr {
  margin: 0px 0; }

a {
  color: #259afa; }

.locked-display {
  display: block;
  color: #666;
  font-weight: 400; }

.grey-box {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 10px; }
  .grey-box ul li {
    font-size: 14px; }

.quote-total {
  text-align: right; }
  .quote-total span:first-child {
    color: #259afa;
    background: #f0f0f0;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px; }
    .quote-total span:first-child i {
      padding-left: 10px; }
  .quote-total span span {
    padding: 0 !important;
    margin: 0; }

div.dashboard-panel {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  div.dashboard-panel form {
    margin: 0;
    padding-top: 0; }
    div.dashboard-panel form p {
      margin: 0;
      padding: 0;
      width: auto; }
      div.dashboard-panel form p label {
        display: block; }
    div.dashboard-panel form select {
      width: 90px;
      color: #259afa; }
  div.dashboard-panel .tax-liability {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #259afa; }
    div.dashboard-panel .tax-liability span {
      display: block;
      font-size: 25px;
      font-weight: bold; }

.graph {
  width: 100%;
  background: white;
  padding: 0px 20px 20px 20px;
  margin-top: 30px; }
  .graph .title {
    font-size: 20px;
    margin-bottom: 10px; }
  .graph .graph-outer {
    overflow-x: scroll; }
  .graph .graph-container {
    position: relative;
    overflow-y: visible; }
    .graph .graph-container .graph-item {
      position: relative;
      display: inline-block;
      width: 20px;
      margin-left: 5px;
      margin-right: 5px;
      background: #f9f9f9; }
      .graph .graph-container .graph-item .in {
        width: 100%;
        position: absolute;
        bottom: 30px;
        bottom: 0;
        left: 0;
        z-index: 5;
        background: #259afa; }
      .graph .graph-container .graph-item .out {
        width: 100%;
        position: absolute;
        bottom: 30px;
        bottom: 0;
        left: 0;
        z-index: 10;
        background: #bce1fe; }
      .graph .graph-container .graph-item .label {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: #259afa;
        font-size: 12px;
        font-weight: bold;
        line-height: 30px;
        text-transform: uppercase;
        background: white;
        height: 30px;
        padding: 0; }
      .graph .graph-container .graph-item .trigger {
        position: absolute;
        top: 0px;
        width: 100%;
        text-align: center;
        color: #666;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase; }
    .graph .graph-container .graph-item.negative .in {
      z-index: 10; }
    .graph .graph-container .graph-item.negative .out {
      z-index: 5; }
    .graph .graph-container div.axis-label {
      text-align: left !important;
      color: #259afa;
      font-weight: bold; }
    .graph .graph-container div.values-row {
      display: none; }
  .graph div.key {
    margin-bottom: 15px; }
    .graph div.key div.in, .graph div.key div.out {
      display: inline-block;
      color: #666;
      font-size: 13px; }
      .graph div.key div.in span, .graph div.key div.out span {
        display: inline-block;
        width: 30px;
        height: 15px;
        margin-right: 5px; }
    .graph div.key div.in span {
      background: #259afa; }
    .graph div.key div.out span {
      background: #bce1fe;
      margin-left: 30px; }
  .graph div.totals {
    margin-bottom: 20px;
    font-weight: bold; }
    .graph div.totals span:first-child {
      margin-left: 10px; }
    .graph div.totals span.in {
      color: #259afa;
      background: none;
      padding: 3px 10px;
      font-weight: bold;
      margin-right: 20px;
      display: inline-block;
      border-radius: 3px;
      border: 1px solid #259afa; }
    .graph div.totals span.out {
      color: #bce1fe;
      background: none;
      border: 1px solid #bce1fe;
      font-weight: bold;
      margin-right: 20px;
      padding: 3px 10px;
      display: inline-block;
      border-radius: 3px; }
    .graph div.totals span.profit {
      background: #77ab08;
      color: #fff;
      padding: 3px 10px;
      font-weight: bold;
      margin-right: 20px;
      display: inline-block;
      border-radius: 3px; }
    .graph div.totals span.loss {
      background: #ef8168;
      color: #fff;
      padding: 3px 10px;
      font-weight: bold;
      margin-right: 20px;
      display: inline-block;
      border-radius: 3px; }

.graph.side-by-side .graph-container .graph-item {
  width: 40px; }
  .graph.side-by-side .graph-container .graph-item .in {
    width: 50%;
    left: 0; }
  .graph.side-by-side .graph-container .graph-item .out {
    width: 50%;
    left: auto;
    right: 0; }
  .graph.side-by-side .graph-container .graph-item .label {
    position: absolute;
    top: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    left: 50%;
    margin-left: -13px;
    text-align: center;
    color: #259afa;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    padding: 0;
    z-index: 50; }
.graph.side-by-side .graph-container .graph-item.negative .in {
  z-index: 10; }
.graph.side-by-side .graph-container .graph-item.negative .out {
  z-index: 5; }
.graph.side-by-side .graph-container div.axis-label {
  text-align: center;
  color: #259afa;
  font-weight: bold; }
.graph.side-by-side .graph-container div.values-row {
  display: block; }
  .graph.side-by-side .graph-container div.values-row .value-item {
    position: relative;
    display: inline-block;
    width: 40px;
    margin-left: 5px;
    margin-right: 5px;
    height: 70px; }
    .graph.side-by-side .graph-container div.values-row .value-item .value-in, .graph.side-by-side .graph-container div.values-row .value-item .value-out {
      width: 150%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      padding: 0;
      overflow: visible; }
    .graph.side-by-side .graph-container div.values-row .value-item .value-in {
      left: auto;
      right: 0;
      color: #259afa; }
    .graph.side-by-side .graph-container div.values-row .value-item .value-out {
      color: #bce1fe; }
    .graph.side-by-side .graph-container div.values-row .value-item .value-in span, .graph.side-by-side .graph-container div.values-row .value-item .value-out span {
      transform-origin: 0 0;
      transform: rotate(-90deg);
      display: block;
      text-align: right !important;
      font-size: 12px;
      line-height: 20px;
      font-weight: bold;
      padding: 0;
      margin: 0;
      position: relative;
      bottom: -60px;
      left: 22px; }

.dashboard-title {
  color: #259afa;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 15px; }

.selector-buttons {
  padding: 10px 0 10px 0; }
  .selector-buttons a {
    display: inline-block;
    color: #259afa;
    background: white;
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 30px;
    border: 1px solid #ddd; }
  .selector-buttons a.active {
    color: white;
    background: #259afa;
    border: none; }
  .selector-buttons a:first-child {
    margin-left: 0; }

td.manage-del-confirm {
  width: 100px !important;
  background: crimson;
  color: #fff;
  text-align: center; }

tr.row-deleted {
  opacity: 0.3 !important; }

@media (max-width: 768px) {
  .selector-buttons {
    padding: 5px 15px 5px 15px;
    display: flex;
    justify-content: space-around; }
    .selector-buttons a {
      margin-left: 0px; }

  div.dashboard-panel .tax-liability {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #259afa;
    padding-right: 15px;
    width: 150px; }
    div.dashboard-panel .tax-liability span {
      display: block;
      font-size: 25px;
      font-weight: bold; }

  .dashboard-title {
    text-align: center; }

  .item-form p label {
    text-align: center;
    width: 100%;
    display: block; } }
@media (max-width: 500px) {
  div.totals {
    margin-bottom: 20px;
    font-weight: bold; }
    div.totals span:first-child {
      margin-left: 10px; }
    div.totals span.profit, div.totals span.loss {
      margin: 10px 0 0 10px !important; }

  .form-double-row p {
    width: 100%;
    display: block; }
  .form-double-row p:first-child {
    float: none; }
  .form-double-row p:last-child {
    float: none; } }
p.form-title {
  margin-bottom: 0;
  padding-bottom: 0; }

#generate_quote_email {
  width: 190px !important;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px; }

.email-button {
  background: orange !important;
  width: 190px !important;
  text-align: center;
  line-height: 40px !important;
  margin-bottom: 20px !important;
  font-style: italic;
  display: block; }

#generate_quote_email.working {
  background: orange;
  position: relative;
  text-align: right; }
  #generate_quote_email.working:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner .6s linear infinite; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }
.edit-invoice-button {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  line-height: 30px;
  background: #259afa;
  color: #fff;
  border-radius: 3px; }

.send-email-button {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  background: orange !important;
  color: #fff;
  border-radius: 3px; }

/*# sourceMappingURL=style.css.map */
