@import url("https://fonts.googleapis.com/css?family=Roboto:700");
body.access-page {
  background: #3830A3 no-repeat center center fixed;
  overflow: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.logo-sign {
  margin-top: 50px; }

.access-section {
  padding-top: 50px; }

.access-section .form-box .form-box-inner {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0; }

.access-section .form-box .form-box-inner small {
  font-size: 12px; }

.access-section .form-box .form-box-inner .signup-form {
  margin-top: 20px;
  padding-left: 14px;
  padding-right: 14px; }

.access-section .form-box .form-box-inner .signin-form {
  margin-top: 20px;
  padding-left: 24px;
  padding-right: 24px; }

.access-section h3 {
  padding-top: 30px;
  padding-bottom: 14px;
  font-size: 22px; }

.access-section .form-control {
  height: 44px;
  font-weight: 400;
  font-size: 15px; }

.access-section .btn-lg {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 300; }

.form-container {
  background-color: #F2F2F7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden; }

body.access-page .fa-heart {
  color: #e64a17; }

.access-page .alert-dismissable, .access-page .alert-dismissible {
  padding: 15px; }

.sign-info {
  overflow: auto;
  margin-top: 80px; }

.sign-info h4 {
  text-align: center; }

.access-section .sign-info ul {
  list-style: none;
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 42px; }

.access-section .sign-info ul.reasons li {
  padding-left: 0px;
  padding-bottom: 10px;
  font-size: 13px;
  font-style: italic;
  font-family: 'Open Sans';
  letter-spacing: .2px; }

.access-section .sign-info ul.reasons li:before {
  content: '\2713';
  float: left;
  margin-left: -20px;
  color: #03a95a; }

.access-section .text-line {
  width: 76%;
  text-align: center;
  border-bottom: 1px solid #D8E1EA;
  line-height: 0.1em;
  margin: 10px auto 20px; }

.access-section .text-line span {
  background: #fff;
  padding: 0 10px; }

.access-section .text-line.signline {
  margin: 50px auto 20px; }

.access-section .text-line.signline span {
  background-color: #F2F2F7; }

.access-section ul.social {
  display: block;
  text-align: center;
  margin-left: -40px;
  margin-bottom: 20px; }

.access-section ul.social li {
  list-style-type: none;
  display: inline;
  margin-right: 20px; }

.access-section ul.social li:last-child {
  margin-right: 0; }

.access-section ul.social li a i {
  padding: 14px;
  display: inline-block;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  border: 1px solid #D8E1EA;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  font-size: 20px;
  min-width: 50px;
  text-align: center; }

.access-section .fa-facebook {
  color: #3b5998; }

.access-section .fa-linkedin {
  color: #007bb6; }

.access-section .fa-twitter {
  color: #00aced; }

.access-section .google-plus {
  color: #dd4b39; }

.access-section ul li a i:hover {
  opacity: .6; }

.subsignup {
  padding: 5px 0 20px 0; }

@media (max-width: 480px) {
  .access-section .form-box .form-box-inner .signin-form {
    padding: 0; } }

@media (max-width: 767px) {
  .sign-info ul {
    margin-left: 0; } }

.my-progress {
  position: relative;
  display: flex;
  padding-bottom: 10px;
  overflow: auto; }
  .my-progress .progress-track {
    position: absolute;
    top: 3px;
    height: 5px;
    background-color: #dfe3e4;
    z-index: -1; }
  .my-progress .active-cancelled {
    color: #d9534f; }
  .my-progress .active-success {
    color: #449d44; }
  .my-progress .progress-step {
    position: relative;
    width: 100%;
    font-size: 12px;
    padding-right: 10px; }
    .my-progress .progress-step:last-child:after {
      display: none; }
    .my-progress .progress-step:before {
      content: "\f00c";
      display: flex;
      position: absolute;
      margin: 0 auto;
      width: 15px;
      height: 15px;
      background: #fff;
      border: 4px solid #dfe3e4;
      border-radius: 100%;
      color: transparent;
      left: 100%; }
    .my-progress .progress-step:after {
      content: "";
      position: absolute;
      top: 4px;
      left: 3%;
      width: 100%;
      transition: width 1s ease-in;
      height: 5px;
      background: #dfe3e4;
      z-index: -1; }
    .my-progress .progress-step.is-cancelled:before {
      border: 4px solid transparent;
      background-color: #d9534f; }
    .my-progress .progress-step.is-cancelled:after {
      background: #d9534f;
      animation: nextStep 1s;
      animation-fill-mode: forwards; }
    .my-progress .progress-step.is-complete:before {
      font-family: "Font Awesome 5 Free";
      font-size: 10px;
      background: #449d44;
      border: 4px solid transparent; }
    .my-progress .progress-step.is-complete:after {
      background: #449d44;
      animation: nextStep 1s;
      animation-fill-mode: forwards; }

@keyframes nextStep {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

/*
 * Base structure
 */
body.homepage {
  /*css for full size background image*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  background-color: #3830A3;
  color: #fff;
  text-align: center;
  /*text-shadow: 0 1px 3px rgba(0,0,0,.5);*/ }

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5); }

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top; }

.cover-container {
  margin-right: auto;
  margin-left: auto; }

/* Padding for spacing */
.inner {
  padding: 20px 30px; }

/*
 * Header
 */
.masthead-brand {
  margin-top: 0;
  margin-bottom: 0; }

.masthead-nav > li {
  display: inline-block; }

.masthead-nav > li + li {
  margin-left: 20px; }

.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 2px solid transparent; }

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent; }

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #189bff; }

.site-wrapper .error-details {
  padding-bottom: 60px; }

.site-wrapper .newsletter form div {
  max-width: 400px;
  margin: 0 auto; }

.site-wrapper .newsletter form div .form-control {
  height: 38px;
  border: none; }

.site-wrapper .modal h4, .site-wrapper .modal-body {
  color: #3A5667;
  text-align: left; }

.site-wrapper .modal-body {
  font-size: 15px; }

@media (min-width: 768px) {
  .masthead-brand {
    float: left; }
  .masthead-nav {
    float: right; } }

/*
 * Cover
 */
.cover {
  padding: 0 20px; }

.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold; }

/*
 * Footer
 */
.mastfoot {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.6); }

/*
 * Affix and center
 */
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0; }
  .mastfoot {
    position: fixed;
    bottom: 0; }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle; }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */ } }

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    /*width: 700px;*/ } }

/*---------------
 main content
----------------- */
.hackrow-o {
  padding-left: 5px;
  padding-right: 5px; }

.oct-view .top34 {
  padding-top: 16px; }

.oct-view hr {
  border-top-style: dotted; }

.oct-view .number-large {
  font-size: 28px; }

.oct-view .number-medium {
  font-size: 20px; }

.content-container.o-cter {
  margin-top: 40px; }

.oct-view .box-o {
  background: #fff;
  border-radius: 6px;
  padding: 14px 16px 14px 16px;
  min-height: 380px; }

.oct-view .box-o .btn-group > .btn:first-child {
  margin-left: 0;
  margin-top: -10px;
  margin-right: -14px; }

.oct-view .box-o .btn-group.pull-right > .dropdown-menu {
  right: -14px;
  left: auto; }

.oct-view .box-o.box-pie .table.o-total {
  margin-top: 60px;
  max-width: 160px; }

.oct-view .box-o.box-pie .table.o-total td {
  border-color: transparent;
  font-size: 16px;
  padding: 2px 6px; }

.oct-view .box-o.box-pie .table.o-total td:first-child {
  padding-left: 0; }

.oct-view .box-o.box-pie .table.o-total td:last-child {
  font-weight: 600; }

.oct-view .box-o.box-pie .table.o-totalmoney {
  margin-bottom: 0; }

.oct-view .box-o.box-pie .table.o-totalmoney td {
  border-top-style: dotted;
  padding-bottom: 0; }

.oct-view .table.o-totalmoney td:first-child {
  padding-left: 0; }

.oct-view .table.o-totalmoney td:last-child {
  padding-right: 0; }

.welcome_jumbotron {
  padding: 40px 15px 40px 15px;
  color: inherit;
  background-color: transparent;
  text-align: center; }

.welcome_jumbotron h1,
.welcome_jumbotron .h1 {
  color: inherit; }

.welcome_jumbotron p {
  margin: 15px 55px 15px 55px;
  font-size: 18px;
  font-weight: 200; }

.container.welcome_jumbotron {
  border-radius: 6px; }

.welcome_jumbotron.container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .welcome_jumbotron.container.welcome_jumbotron {
    padding-left: 15px;
    padding-right: 15px; }
  .welcome_jumbotron h1,
  .welcome_jumbotron .h1 {
    font-size: 36px;
    margin-bottom: 20px; } }

ul.dropdown-menu:hover {
  display: block; }

/* progress bar */
/* Table */
.oct-view .o-table th,
.oct-view .o-table td {
  padding: 12px 10px 13px;
  border-bottom: 1px solid #e5e5e5; }

.oct-view .o-table th {
  border-bottom: 1px solid transparent; }

.oct-view .o-table th:first-child,
.oct-view .o-table td:first-child {
  padding-left: 0; }

.oct-view .o-table th:last-child,
.oct-view .o-table td:last-child {
  padding-right: 0; }

/* list-group == Profile + membera */
.oct-view .charts-title {
  margin-bottom: 10px;
  font-weight: 600; }

.oct-view .things-title {
  margin-bottom: 2px;
  font-weight: 600; }

.oct-view ul.list-group {
  margin: 10px 0 10px;
  padding: 0;
  -webkit-padding-start: 0; }

.oct-view .list-group-item {
  border: 0;
  padding: 10px 0px; }

.oct-view .list-group-item .name {
  font-weight: 600; }

.rcorners {
  border-radius: 25px;
  border: 1px solid #e0e0e0; }

.spend_title, .po_title {
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 600;
  padding: 5px 0; }

.sell_title, .so_title {
  margin-bottom: 0;
  font-weight: 600;
  padding: 5px 0; }

.chart-filters {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  padding: 10px 14px;
  margin-top: 10px; }

.sp-filter-btn {
  cursor: pointer;
  padding: 7px 8px 7px;
  font-size: 12px;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  width: 100%; }

.doc-items-export {
  padding: 5px 15px; }

.swal2-subtitle,
.swal2-submit {
  margin: 1em 2em 3px; }

/* ------------
360 Sell
-------------*/
.oct-view .box-o.box-pie .table.o-total.sell-cat-tbl {
  margin-top: 30px;
  margin-bottom: 40px;
  max-width: 100%; }

.oct-view .box-o.box-pie .table.o-total.sell-cat-tbl td {
  padding: 4px 0;
  max-width: 100%;
  font-size: 13px; }

.oct-view .box-o.box-pie .table.o-totalmoney.o-tota-m-sell {
  margin-top: 20px; }

.oct-view .top10-sell {
  margin-top: 30px; }

.oct-view .o-table .number {
  width: 18px;
  display: inline-block; }

.oct-view .sell-total-tbl {
  margin-bottom: 0; }

.oct-view .sell-total-tbl td {
  border-right: 1px solid #efefef;
  border-top: 0;
  padding-left: 20px; }

.oct-view .sell-total-tbl td:last-child {
  border-right-color: transparent; }

.caption {
  float: left;
  font-size: 18px;
  line-height: 18px; }

@media (min-width: 768px) {
  .w_80 {
    width: 80%; } }

@media (min-width: 979px) {
  /* top5 table */
  .w_95 {
    width: 95%; }
  .w_80 {
    width: 80%; } }

/* ------------
360 Charts
-------------*/
.oct-view ul.list-group-insights .list-group-item {
  padding: 20px 0;
  text-align: center; }

.oct-view ul.list-group-insights .list-group-item b {
  font-size: 25px; }

.chart-wrapper {
  display: inline-block; }

.scrolling-container {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  scrollbar-color: #AAA #F5F5F5; }
  .scrolling-container::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .scrolling-container::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px; }
  .scrolling-container::-webkit-scrollbar-thumb {
    background-color: #AAA;
    border-radius: 10px;
    border: 2px solid #F5F5F5; }
    .scrolling-container::-webkit-scrollbar-thumb:hover {
      background-color: #808080; }

.suppliers_details_table {
  border: 1px solid #a2a2a2; }

/* ------------
360 Product insights
-------------*/
#product_insights .form-control {
  padding: 8px;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #999;
  border-radius: 4px;
  font-size: 13px; }

/* ------------
360 Suppliers-Categories
-------------*/
.totals-top {
  margin-right: 0px;
  margin-left: 0px;
  background: #fff;
  padding: 14px 16px;
  border-radius: 6px;
  text-align: center; }

#suppliers_categories_tab div.row {
  margin-top: 20px;
  margin-bottom: 20px; }

.totals-top b {
  font-size: 25px; }

#suppliers_categories_tab th {
  max-width: 200px; }

#suppliers_categories_tab th,
#suppliers_categories_tab td {
  padding: 0 10px; }

.bar-chart-table tr:nth-child(2n+1) {
  background-color: #f9f9fc; }

#suppliers_categories_tab .table_search {
  text-align: center;
  padding: 15px 0 30px 0; }

#suppliers_categories_tab .table_search input {
  width: 300px;
  font-size: 16px; }

.bar-chart-table tr {
  height: 55px;
  border-bottom: 1px solid #dadee7;
  cursor: pointer; }

.bar-chart-table tr:first-child {
  border-top: 1px solid #dadee7; }

.bar-chart-table tr.header {
  color: #222;
  border-bottom: 1px solid #c8c9d1; }

/* ------------
360 select2
-------------*/
.select2-container .select2-selection--multiple {
  min-height: auto;
  height: 36px !important; }

.select2-container .select2-search--inline .select2-search__field {
  font-family: inherit;
  font-size: 13px;
  color: #999;
  margin-left: 8px;
  margin-top: 6px; }

/* ------------
360 unspsc insights
-------------*/
#unspsc_insights_tab div.row {
  margin-top: 20px;
  margin-bottom: 20px; }

#unspsc_insights_tab .bar-chart-table th {
  max-width: 200px; }

#unspsc_insights_tab .bar-chart-table th,
#unspsc_insights_tab .bar-chart-table td {
  padding: 0 10px; }

#unspsc_insights_tab .table_search {
  text-align: center;
  padding: 15px 0 30px 0; }

#unspsc_insights_tab .table_search input {
  width: 300px;
  font-size: 16px; }

.insights_table_container {
  overflow-y: auto;
  height: 400px; }

.dashboard-action-btn {
  line-height: 17px !important; }

.insights-pie-table {
  margin-bottom: 20px; }

.chart-tooltip {
  background-color: white;
  border: 1.5px solid #696969;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  display: inline; }

.content-container.invoice-sd {
  padding-bottom: 10px; }

.invoice-sd .top-7 {
  top: -7px; }

.invoice-sd .fa-trash-alt {
  font-size: 14px; }

.invoice-canvas {
  border: 1px solid #CDD3E2;
  background-color: #fff;
  padding: 0;
  min-height: 640px; }

.invoice-tool {
  margin-top: 10px; }

.invoice-tool .ocr-b {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 7px;
  line-height: 26px; }

.invoice-cont {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 18px;
  padding-bottom: 14px; }

.invoice-cont .upload-i {
  border-radius: 8px;
  border: 1px dashed #dadfe8;
  background-color: #f9f9fc;
  display: inline-block;
  padding: 24px 60px;
  text-align: center; }

.invoice-cont .upload-i p {
  font-size: 14px;
  font-weight: 400;
  color: #939CB3;
  padding-bottom: 6px; }

.invoice-cont .upload-i .fa-cloud-upload-alt {
  font-size: 40px;
  color: #BCC3D3; }

.invoice-content .mtop20 {
  margin-top: 20px; }

/*
  Date picker ui
  */
.dropdown-menu {
  margin-top: 24px; }

/* ----- new ------ */
.invoice-cont2 {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 18px;
  padding-bottom: 14px;
  background-color: rgba(238, 240, 249, 0.34);
  border-top: 1px solid #E1E4ED; }

.invoice-cont2 .invoice-canvas2 {
  border: 1px solid rgba(205, 211, 226, 0.6);
  background-color: #fff;
  padding: 0;
  min-height: 667px; }

.invoice-cont2 .invoice-canvas2 .upload-i {
  border-radius: 6px;
  background-color: #fafafd;
  border: 1px solid rgba(205, 211, 226, 0.4);
  display: inline-block;
  padding: 34px 60px;
  text-align: center; }

.invoice-cont2 .invoice-canvas2 .upload-i p {
  font-weight: 300;
  color: #939CB3; }

.invoice-cont2 .invoice-canvas2 .upload-i .fa-cloud-upload-alt {
  font-size: 40px;
  color: #BCC3D3; }

.exp-box {
  background-color: #f1f1f1;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  padding: 10px 10px 0 10px;
  margin-bottom: 6px; }

.exp-box:after {
  position: absolute;
  top: -5px;
  left: 31px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f1f1f1;
  border-left: 6px solid transparent;
  content: ''; }

.exp-box:before {
  position: absolute;
  top: -6px;
  left: 30px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f1f1f1;
  border-left: 7px solid transparent;
  border-bottom-color: #aaa;
  content: ''; }

.exp-box-rght {
  background-color: #f1f1f1;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  padding: 20px 10px 10px 10px; }

.exp-box-rght:after {
  position: absolute;
  top: -5px;
  right: 31px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f1f1f1;
  border-left: 6px solid transparent;
  content: ''; }

.exp-box-rght:before {
  position: absolute;
  top: -6px;
  right: 30px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f1f1f1;
  border-left: 7px solid transparent;
  border-bottom-color: #aaa;
  content: ''; }

.nav-page-filter {
  margin-top: 6px; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-right: none; }

/* === Invoice Multiple ==== */
.table-multible.table > tbody > tr > td {
  border-bottom: 1px solid transparent; }

.table-multible.table > tbody > tr > td:first-child {
  text-align: center; }

.table-multible.table > tbody > tr > td:first-child .fa-cloud-upload-alt {
  font-size: 30px; }

.table-multible.table > tbody > tr > td:first-child img {
  border: 1px solid #D6DCEA; }

.table-multible.table > tbody > tr > td .form-control {
  margin: 0; }

.table-multible.table > tbody > tr > td .input-group-addon:last-child {
  border-left: 0;
  margin-bottom: 18px; }

/* Large desktops and laptops */
@media (max-width: 1200px) {
  .invoice-canvas {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 416px; }
  .invoice-canvas2 {
    min-height: 0; } }

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .invoice-canvas {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 400px; } }

@media (max-width: 767px) {
  .invoice-canvas {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 200px; }
  .upload-i .fa-cloud-upload-alt {
    font-size: 40px; }
  .form-hr {
    display: none; } }

/* Landscape phones and smaller */
@media (max-width: 480px) {
  .invoice-canvas {
    margin-bottom: 30px; }
  .upload-i {
    padding: 30px 40px; }
  .form-hr {
    display: none; }
  .btn-lg.btn-create {
    padding-left: 30px;
    padding-right: 30px; }
  .invoice-tool {
    margin-top: 0px;
    margin-bottom: 20px; }
  .nav-page-filter {
    margin: 20px 0 0 0; }
  .invoice-sd .top-7 {
    top: 0; }
  .invoice-content .mtop20 {
    margin: none; }
  .invoice-cont2 .invoice-canvas2 {
    min-height: 284px; } }

/*

  .invoice-sd  .add-check .btn {
    border:1px solid #e5e8ef;
    background-color:#fff;
    border-radius:0;
    font-size:12px;
    color:#49575F;
    font-weight:600;
    padding: 1px 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }

    .invoice-sd  .add-check .btn:active, .invoice-sd  .add-check .btn.active {
      background: none;
      color:#9da3a8;
      font-weight:300;
    }

    .invoice-sd  .add-check .btn:hover {
      background:transparent;
      color:#9da3a8;
    }

    .invoice-sd .add-check .btn:active, .invoice-sd .add-check .btn.active {
      background-image: none;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    .invoice-sd  .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }


    .invoice-sd .add-check .active:before {
      position: relative;
      padding-right:6px;
      top: 1px;
      display: inline-block;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e013";
      color:#888;
    }
*/
/* ==Buttons */
/* ----------------------------------------------- */
.btn {
  letter-spacing: .01em;
  line-height: 26px;
  min-height: 26px;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 5px 15px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased; }

.btn-sm {
  line-height: 1.5; }

.btn:active,
.btn.active {
  background-image: none; }

.btn-lg {
  padding: 8px 26px 8px;
  font-size: 15px;
  font-weight: 700; }

.btn-trans {
  color: #76819c;
  background: transparent;
  border-color: rgba(220, 223, 234, 0.87); }

.btn-trans:hover,
.btn-trans:focus,
.btn-trans:active {
  color: var(--second_color);
  background-color: #fff;
  border-color: var(--second_color); }

.btn-trans:active,
.btn-trans.active,
.open .dropdown-toggle.btn-trans {
  background-image: none; }

.btn-trans-or {
  color: #3830A3;
  background-color: transparent;
  border-color: #3830A3; }

.btn-trans-or:hover,
.btn-trans-or:focus,
.btn-trans-or:active {
  color: #323333;
  background-color: #fff;
  border-color: #aaa; }

.btn-trans-or:active,
.btn-trans-or.active,
.open .dropdown-toggle.btn-trans-or {
  background-image: none; }

.btn-line-green {
  color: #5ac07e;
  background-color: #fff;
  border-color: #5ac07e; }

.btn-line-green:hover,
.btn-line-green:focus,
.btn-line-green:active {
  color: #49575F;
  background-color: #fff;
  border-color: #49575F; }

.btn-line-dark {
  color: #63708E;
  background-color: #fff;
  border-color: rgba(205, 211, 226, 0.6); }

.btn-line-dark:hover,
.btn-line-dark:focus,
.btn-line-dark:active {
  color: #49575F;
  background-color: #fff;
  border-color: #b6bdce; }

.btn-primary-static {
  color: #ffffff;
  background-color: #3830A3;
  border-color: #3830A3; }

.btn-primary-static:hover,
.btn-primary-static:focus,
.btn-primary-static:active,
.btn-primary-static.active {
  color: #ffffff;
  filter: brightness(80%); }

.btn-primary {
  color: #ffffff;
  background-color: var(--main_color);
  border-color: var(--main_color); }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: var(--main_color);
  border-color: var(--main_color); }

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
  filter: brightness(80%); }

.btn-primary .badge {
  color: #e74c3c;
  background-color: #ffffff; }

.btn-secondary {
  color: #ffffff;
  background-color: var(--second_color);
  /*#3b405d;*/
  border-color: var(--second_color);
  /*#3b405d;*/ }

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #fff;
  filter: brightness(85%);
  /* background-color: transparent;*/ }

.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none; }

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary.active[disabled],
fieldset[disabled] .btn-secondary.active {
  filter: opacity(40%); }

.btn-secondary .badge {
  color: #428bca;
  background-color: #ffffff; }

.btn-dark {
  color: #ffffff;
  background-color: #323333;
  border-color: #323333; }

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
  color: #ffffff;
  background-color: #555;
  border-color: #555; }

.btn-link {
  color: #2C2F54;
  background-color: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  min-height: 20px; }

.strip-link-style {
  color: #323333 !important;
  text-decoration: none; }

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-secondary.active {
  color: #323333;
  text-decoration: none; }

.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  background-image: none;
  box-shadow: none;
  color: #555;
  text-decoration: none; }

.btn-link:first-child {
  border-left: none; }

.btn-orange {
  color: #ffffff;
  background-color: var(--second_color);
  border-color: var(--second_color); }

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: var(--second_color);
  background-color: #fff;
  border-color: var(--second_color); }

.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  background-image: none; }

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange.active[disabled],
fieldset[disabled] .btn-orange.active {
  background-color: #428bca;
  border-color: #3276b1; }

.btn-outline-secondary {
  background-color: #fff;
  border-color: var(--second_color);
  color: var(--second_color); }

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open .dropdown-toggle.btn-outline-secondary {
  color: #fff;
  background-color: var(--second_color);
  border-color: var(--second_color); }

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open .dropdown-toggle.btn-outline-secondary {
  background-image: none; }

.btn-outline-secondary.disabled,
.btn-outline-secondary[disabled],
fieldset[disabled] .btn-outline-secondary,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary[disabled]:hover,
fieldset[disabled] .btn-outline-secondary:hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary[disabled]:focus,
fieldset[disabled] .btn-outline-secondary:focus,
.btn-outline-secondary.disabled:active,
.btn-outline-secondary[disabled]:active,
fieldset[disabled] .btn-outline-secondary:active,
.btn-outline-secondary.disabled.active,
.btn-outline-secondary.active[disabled],
fieldset[disabled] .btn-outline-secondary.active {
  filter: opacity(40%); }

.btn-outline-secondary-2 {
  background-color: #ffffff;
  border-color: var(--second_color);
  color: var(--second_color); }

.btn-outline-secondary-2:hover,
.btn-outline-secondary-2:focus,
.btn-outline-secondary-2:active,
.btn-outline-secondary-2.active,
.open .dropdown-toggle.btn-outline-secondary-2 {
  color: var(--second_color);
  border-color: var(--second_color);
  background-color: #ffffff;
  filter: saturate(25%); }

.btn-outline-secondary-2:active,
.btn-outline-secondary-2.active,
.open .dropdown-toggle.btn-outline-secondary-2 {
  background-image: none; }

.btn-outline-secondary-2.disabled,
.btn-outline-secondary-2[disabled],
fieldset[disabled] .btn-outline-secondary-2,
.btn-outline-secondary-2.disabled:hover,
.btn-outline-secondary-2[disabled]:hover,
fieldset[disabled] .btn-outline-secondary-2:hover,
.btn-outline-secondary-2.disabled:focus,
.btn-outline-secondary-2[disabled]:focus,
fieldset[disabled] .btn-outline-secondary-2:focus,
.btn-outline-secondary-2.disabled:active,
.btn-outline-secondary-2[disabled]:active,
fieldset[disabled] .btn-outline-secondary-2:active,
.btn-outline-secondary-2.disabled.active,
.btn-outline-secondary-2.active[disabled],
fieldset[disabled] .btn-outline-secondary-2.active {
  filter: opacity(40%); }

.btn-link {
  color: var(--second_color);
  padding: 0; }

.btn-green {
  color: #ffffff;
  background-color: #31d9ac;
  border-color: #31d9ac; }

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #66CC8A;
  border: 1px solid #66CC8A; }

.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  background-image: none; }

.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green.active[disabled],
fieldset[disabled] .btn-green.active {
  background-color: #428bca;
  border-color: #3276b1; }

.btn-red {
  color: #ffffff;
  background-color: #ff0000; }

.btn-grey {
  background-color: #e5e8ef; }

/*.btn-dot {
    background: #3b405d url(/../img/dot.png) no-repeat center center;
    border-color:#3b405d;
}

.btn-dot:hover {
    background: #353853 url(/../img/dot.png) no-repeat center center;
    border-color:#353853;
}

.btn-dot:active,
.btn-dot.active,
.open .dropdown-toggle.btn-dot {
    background: #353853 url(/../img/dot.png) no-repeat center center;
    border-color:#353853;
}
*/
.sp-toolbar .btn-lg.btn-dot {
  padding-left: 18px;
  padding-right: 18px; }

.fileinput-button {
  position: relative;
  overflow: hidden; }

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px;
  direction: ltr;
  cursor: pointer; }

/* Effect 10: Corner indicator */
.la-anim-10 {
  position: fixed;
  top: 0;
  z-index: 10000;
  right: 0;
  width: 100px;
  height: 200px;
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
  transform: translateX(100%) translateY(-100%) rotate(45deg);
  pointer-events: none; }

.la-anim-10.la-animate {
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg); }

/* Loading circle idea from http://codepen.io/Metty/details/lgJck */
/*.la-anim-10::before,*/
.la-anim-10::after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: block;
  border: 5px solid #fff;
  border-radius: 50%;
  content: ''; }

/*.la-anim-10::before {
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-right-color: #555;
  border-left-color: #555;
  -webkit-animation: rotation 3s linear infinite;
  animation: rotation 3s linear infinite;
}*/
.la-anim-10::after {
  bottom: 50px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-top-color: #999;
  border-bottom-color: #999;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #344e86; }

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #30487b;
  border-color: #23345a; }

.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none; }

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook.active[disabled],
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: #344e86; }

.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff; }

.btn-twitter {
  color: #ffffff;
  background-color: #00acee;
  border-color: #00a1df; }

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #008fc5;
  border-color: #0075a2; }

.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none; }

.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter.active[disabled],
fieldset[disabled] .btn-twitter.active {
  background-color: #00acee;
  border-color: #00a1df; }

.btn-twitter .badge {
  color: #00acee;
  background-color: #ffffff; }

body {
  font-family: "Gilroy", Arial, sans-serif !important;
  font-size: 13px;
  background: #F5F5FA;
  color: #49575F;
  overflow-y: scroll; }

/* ==Fonts */
@font-face {
  font-family: 'ElegantIcons';
  src: url(/assets/ElegantIcons-4a3877d1aa080eb20bffe3bd1f55d63c33a834fb91dc0afc9dda547d808c1b51.eot);
  src: url(/assets/ElegantIcons-4a3877d1aa080eb20bffe3bd1f55d63c33a834fb91dc0afc9dda547d808c1b51.eot?#iefix) format("embedded-opentype"), url(/assets/ElegantIcons-a5c594c1c1dda2c4d0bf9e14efc4916f6f099089c2aed29fbe44b2b2412f4688.woff) format("woff"), url(/assets/ElegantIcons-3eae8b1e013da1029a1c3f437c1397961e50d94dedbb8a579a8ff77a2ee9f778.ttf) format("truetype"), url(/assets/ElegantIcons-d6e1791e4c27c1f77f20ce2739ab73717242298b6d5a980a37458364d7e74608.svg#ElegantIcons) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url(/fonts/Raleway-Regular.eot);
  src: url(/fonts/Raleway-Regular.eot?#iefix) format("embedded-opentype"), url(/assets/Raleway-Regular-0a8cf68185273daa2824499c0b00189dd4a4db9cc46f7538837fef833ff1ab37.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy-bold';
  src: url(/assets/Gilroy-ExtraBold-cb87aced1be3763a86e2b3c322a802f4db1d0d9d6fba970f525764509c6cc986.otf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url(/assets/RadomirTinkov-Gilroy-Regular-1ab4a7d4b344c6963b073ff2a24963ab7de17f0bf95a349e922803037fa40396.otf) format("truetype");
  font-style: normal; }

.light_gray_color {
  color: #999; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.oswald {
  font-family: 'Oswald', Arial; }

.raleway {
  font-family: 'Raleway'; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 400; }

h2,
.h2 {
  font-size: 28px; }

a {
  color: var(--second_color); }

a:hover,
a:active,
a:focus {
  color: #8f90ab;
  text-decoration: none; }

input,
select,
textarea {
  font-weight: normal; }

hr {
  margin: 10px 0;
  border-top: 1px solid #e5e5e5; }

.form-group {
  position: relative;
  margin-bottom: 20px; }

.form-control {
  height: 34px; }

.pullquote {
  font-size: 16px; }

.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto; }

.vertical-center {
  /* Internet Explorer 10 */
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
  width: 100%; }

/* ie fix
.vertical-center { position: absolute; top:50%;}
.vertical-center  {height: 400px; overflow: hidden; position: relative;}
.vertical-center [id] {display: table; position: static;}
.vertical-center  {position: absolute; top: 50%;}  for quirk explorer only
.vertical-center [id] {display: table-cell; vertical-align: middle; width: 100%; position: static;}
.vertical-center  {position: relative; top: -50%}  for quirk explorer only */
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.centered {
  text-align: center; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a2aabd !important;
  transition: opacity 0.3s 0.03s ease; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a2aabd !important;
  opacity: 1;
  transition: opacity 0.3s 0.03s ease; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a2aabd !important;
  opacity: 1;
  transition: opacity 0.3s 0.03s ease; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a2aabd !important; }

.form-control:focus,
.input-group-addon:focus {
  border-color: #a7a8c1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(127, 193, 56, 0.065), 0 0 0px rgba(127, 193, 56, 0.2);
  box-shadow: inset 0 1px 1px rgba(127, 193, 56, 0.065), 0 0 0px rgba(127, 193, 56, 0.2); }

.input-group-addon {
  background-color: #fff;
  border: 1px solid #D8E1EA;
  border-radius: 3px;
  color: #6B808C;
  cursor: pointer; }

.form-group .input-group-addon:hover {
  background-color: #eee; }

.pad-20-lr {
  padding-left: 20px;
  padding-right: 20px; }

.padr-10 {
  margin-right: 16px; }

.padlft-0 {
  padding-left: 0; }

.margin0 {
  margin-bottom: 0; }

.border-bbot0 {
  border-bottom: 0 !important; }

.borderless td,
.borderless th {
  border: none; }

.fs1 {
  font-style: normal; }

.tooltip {
  position: fixed; }

.tooltip.top .tooltip-arrow {
  border-top-color: var(--main_color); }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: var(--main_color); }

.tooltip.left .tooltip-arrow {
  border-left-color: var(--main_color); }

.tooltip.right .tooltip-arrow {
  border-right-color: var(--main_color); }

.tooltip-inner {
  color: #e7eaf1;
  font-family: "Open Sans", open-sans, sans-serif;
  background: var(--main_color);
  opacity: 1;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-align: left;
  padding: 6px 8px;
  /* word wrapping */
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/* == Font size */
.font12 {
  font-size: 12px; }

.font13 {
  font-size: 13px; }

.font14 {
  font-size: 14px; }

.font18 {
  font-size: 18px; }

.fontbold {
  font-weight: 500; }

.upper {
  text-transform: uppercase; }

/* ==Text */
.secondary-color {
  color: var(--second_color); }

.main-color {
  color: var(--main_color); }

.text-main {
  color: #3A5667; }

.text-muted {
  color: #A8AFC5; }

.text-muted-strong {
  color: #9CA3BB; }

.text-primary {
  color: #e74c3c; }

.text-warning {
  color: #8a6d3b; }

.text-danger {
  color: #F50C0C; }

.text-info {
  color: #31708f; }

.text-grey {
  color: #767676; }

.text-green {
  color: #26b75d; }

.text-blue {
  color: #189bff; }

.text-red {
  color: #ed3232; }

/* == links */
a.lmuted:link,
a.lmuted:visited,
a.lmuted:active {
  color: #737D9C; }

a.lmuted:hover {
  color: #15275F; }

a.lmuted2:link,
a.lmuted2:visited,
a.lmuted2:active {
  color: #737D9C; }

a.lmuted2:hover {
  color: #737D9C;
  border-bottom: 1px dotted #737D9C; }

/* == background color */
.bg-oct {
  background: #f5f5fa !important; }

.bg-white {
  background-color: #fff !important; }

.bg-pink-light {
  background-color: #fffaf7 !important; }

.bg-greylight {
  background: #fafafa !important; }

.bg-ov {
  background: #eff1f6 !important; }

.bg-orange {
  background: var(--second_color) !important; }

.bg-divider {
  background: #ededed !important; }

.bg-inv {
  background-color: #f9f9fb !important; }

.bg-green {
  background: #2dcb73 !important; }

/* == Border color */
.orangelight {
  border-color: #ffcf9b; }

.orangelight:hover {
  border-color: #ddd; }

.darklight {
  border-color: #ccc; }

.orangeb {
  border-color: #e64a17; }

/* with per % */
.w_20 {
  width: 20%; }

.w_25 {
  width: 25%; }

.w_30 {
  width: 30%; }

.w_40 {
  width: 40%; }

.w_55 {
  width: 55%; }

.disableddiv {
  pointer-events: none;
  opacity: 0.5; }

/* ==Navbar [.navbar]*/
.navbar {
  position: relative;
  z-index: 501;
  margin-bottom: 0;
  background-color: var(--main_color);
  border: 1px solid var(--main_color);
  /* fix line bug */
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  min-height: 40px; }

.navbar .navbar-text {
  color: #999999; }

.navbar .navbar-nav > li > a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400; }

.navbar .navbar-nav > li > a > .fa-bell,
.navbar .navbar-nav > li > a > .fa-heart {
  font-size: 15px; }

.navbar .navbar-nav > li > a.sec-link {
  color: #e4e9f6;
  text-transform: uppercase;
  font-size: 11px; }

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: var(--second_color);
  background-color: transparent; }

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808; }

.navbar .navbar-nav > .disabled > a,
.navbar .navbar-nav > .disabled > a:hover,
.navbar .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent; }

.navbar .navbar-toggle {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 10px;
  color: var(--second_color);
  font-size: 18px;
  border-color: none; }

.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: transparent;
  box-shadow: none; }

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: var(--main_color); }

.navbar .navbar-link {
  color: #999999; }

.navbar .navbar-link:hover {
  color: #ffffff; }

.navbar .navbar-nav > .navbar-profile > a {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0; }

.navbar-profile-avatar {
  position: relative;
  top: -3px;
  width: 34px;
  margin-right: 2px;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px; }

.navbar-profile-label {
  display: inline;
  font-size: 13px; }

.form-control {
  height: 36px;
  /*padding: 8px 12px;*/
  color: #363844;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D8E1EA;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 2px;
  margin-top: 6px; }

.fa-info-circle {
  color: var(--main_color);
  font-size: 15px; }

.search-field {
  border-radius: 4px !important; }

/* == Well == */
.well {
  background-color: #f6f8fa;
  border: 1px solid #e5e5f5;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* == Date picker == */
.datepicker {
  padding: 8px;
  z-index: 10000 !important; }

/*---------------
Overview top nav
# 360, invoice8
----------------- */
ul.oct-tab {
  margin: 0 0 0 0px;
  padding: 0; }

ul.oct-tab li {
  margin-right: 30px;
  list-style: none;
  display: inline-block; }

ul.oct-tab li:last-child {
  margin-right: 10px; }

ul.oct-tab li a {
  color: var(--second_color);
  font-size: 14px;
  font-weight: 600;
  padding: 5px 0 14px;
  display: block; }

ul.oct-tab > li.active > a,
ul.oct-tab > li:hover > a {
  color: var(--second_color);
  border-bottom: 3px solid var(--main_color); }

ul.oct-tab > li.active > a {
  cursor: default; }

ul.oct-tab li a .fas {
  font-size: 12px;
  vertical-align: middle; }

#inbox-nav {
  border-bottom: none !important; }
  #inbox-nav > li > a {
    border: none !important; }
  #inbox-nav > li.active > a,
  #inbox-nav > li > a:hover {
    background-color: transparent !important;
    color: var(--second_color) !important;
    border-bottom: 3px solid var(--main_color) !important; }

/* == Modal  */
body.modal-open {
  margin: 0; }

.modal {
  overflow: auto; }

.modal .modal-body {
  background-color: #f9fafb; }

.modal .modal-header {
  background-color: #fff;
  border-bottom: 1px solid #E5E5F5; }

.modal .modal-title {
  font-size: 18px; }

.modal .modal-footer .btn-group button {
  height: 40px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
  border-right: 1px solid #ddd; }

.modal .modal-footer .btn-group:last-child > button {
  border-right: 0; }

.modal .modal-header .close {
  margin-top: 1px; }

.modal small {
  font-size: 90%; }

.modal .navbar-profile-avatar {
  width: 34px;
  height: 33px;
  margin-right: 2px;
  top: 0; }

/* ==Toolbar [..sp-toolbar]*/
.sp-toolbar {
  margin: 20px 0 0; }

.sp-toolbar .btn-lg {
  padding: 11px 14px 10px 12px;
  line-height: 1; }

.sp-toolbar .btn .fa-plus,
.sp-toolbar .btn span {
  padding-right: 6px; }

.sp-toolbar .btn-default:focus,
.sp-toolbar .btn-default:active,
.sp-toolbar .btn-default.active,
.sp-toolbar .open .dropdown-toggle.btn-default {
  background-color: var(--second_color);
  border-color: var(--second_color);
  color: #fff; }

.sp-toolbar .btn:first-child {
  margin-left: 4px; }

.sp-toolbar .fas {
  font-size: 12px; }

.sp-toolbar .fa-ellipsis-h {
  font-size: 16px; }

.sp-toolbar .dropdown-menu .divider {
  margin: 4px 0;
  background-color: #ededed; }

.sp-toolbar .dropdown-menu.pull-right {
  right: -1px; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

/* ==Status table */
.fa.size-7 {
  font-size: 7px;
  position: relative;
  top: -2px; }

.txt-uploaded {
  color: #8bc8a9; }

.txt-unread {
  color: #e64545; }

.txt-verified {
  color: #74b4c6; }

.txt-submitted {
  color: #8bc8a9; }

.txt-reported {
  color: #c77fd2; }

.txt-rejected {
  color: #c6a160; }

.txt-recalled {
  color: #ffba00; }

.txt-processing {
  color: #dead6e; }

.txt-duplicate {
  color: #e64545; }

.txt-deleted {
  color: #b8b8b8; }

.txt-approved {
  color: #00a651; }

/* ==Table */
.th-hover,
.table-hover > tbody > tr:hover > td {
  background: #fffce0 !important; }

/*.table-responsive .table>thead>tr>th,
.table-responsive .table>tbody>tr>th,
.table-responsive .table>tfoot>tr>th,
.table-responsive .table>thead>tr>td,
.table-responsive .table>tbody>tr>td,
.table-responsive .table>tfoot>tr>td {
  vertical-align: middle;
  border-bottom:1px solid #eef2f7;
 }*/
/*.table-responsive .table>thead>tr>th {
   vertical-align: middle;
   border: none;
   background-color:#fff;
}*/
/*.table-responsive .table>thead:first-child>tr:first-child>th {
  cursor:pointer;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
     border-top: 1px solid #dadee7;
}*/
.table-responsive .table > caption + thead > tr:first-child > th,
.table-responsive .table > colgroup + thead > tr:first-child > th,
.table-responsive .table > thead:first-child > tr:first-child > th,
.table-responsive .table > caption + thead > tr:first-child > td,
.table-responsive .table > colgroup + thead > tr:first-child > td,
.table-responsive .table > thead:first-child > tr:first-child > td {
  background-color: #fff;
  border: none;
  color: #3A5667; }

/*.table-responsive .table>thead:first-child>tr:first-child>th {
  cursor:pointer;
}*/
/*.table-responsive .table-striped>tbody>tr:nth-child(odd)>td,
.table-responsive .table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9fc;
}*/
.table-responsive .icheckbox_minimal-blue,
.table-responsive .iradio_minimal-blue {
  background-color: #fff; }

.mainbar .mainbar-nav > .active > a.sell-text,
.mainbar .mainbar-nav > .active > a.sell-text:hover,
.mainbar .mainbar-nav > .active > a.sell-text:focus {
  color: var(--second_color); }

.sp-doc-table {
  margin-top: 5px; }

.sp-doc-table .fa-ellipsis-h {
  font-size: 16px;
  color: #888; }

.sp-doc-table .fa-ellipsis-h:hover {
  color: #000; }

.sp-doc-table .fa-flag,
.sp-doc-table .fa-comments-o,
.sp-doc-table .fa-file-text-o {
  color: #ccc; }

.sp-doc-table a:hover i.fa-comments-o,
.sp-doc-table a:hover i.fa-file-text-o {
  color: #ff6331; }

.sp-doc-table a i.fa-flag {
  color: red; }

.sp-doc-table.table > tbody > tr > td:last-child .fa-cog {
  font-size: 14px; }

.sp-doc-table.table > tbody > tr > td .fa-comments-o,
.sp-doc-table.table > tbody > tr > td .fa-file-text-o {
  font-size: 20px; }

.sp-doc-table .coin-size {
  font-size: 12px; }

.sp-doc-table .checkbox-column {
  padding-left: 5px; }

.borderless tbody tr td,
.borderless tbody tr th,
.borderless thead tr th {
  border: none; }

.sp-range {
  cursor: pointer;
  padding: 7px 12px 8px;
  font-size: 13px;
  color: #3A5667;
  border: 1px solid #D8E1EA;
  background-color: transparent;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  position: relative;
  display: inline-block; }

.sp-range:hover {
  background-color: #F9F9FC; }

.sp-range .fa-calendar {
  padding-right: 4px;
  color: #6B808C; }

.sp-doc-in {
  margin-right: 12px; }

.sp-doc-in input[type="search"] {
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  position: relative;
  border-radius: 2px !important; }

.filter-box {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #b4b4b4;
  padding: 8px 4px 7px 12px;
  margin-top: 0;
  margin-left: 10px;
  position: relative;
  display: inline-block; }

.filter-box a {
  padding-right: 8px;
  color: #4a697d; }

.filter-box a:hover {
  color: var(--second_color); }

.filter-box a.active,
.filter-box a:focus,
.filter-box a:active {
  color: #ccc;
  cursor: not-allowed; }

.filter-box a.active {
  cursor: not-allowed; }

.filter-box .btn-filter {
  font-weight: 500;
  /*padding-left:12px; border-left:1px solid #ddd; */ }

.filter-box i {
  font-size: 15px; }

.filter-box .fa-car {
  font-size: 13px; }

.filter-box .btn-filter .fa-caret-down {
  font-size: 12px; }

/* docs list */
.empty-box {
  border: 1px solid #eee;
  background-color: #fafafa;
  padding: 40px 0 30px; }

.table-docs-total {
  padding-top: 10px;
  border-top: 1px solid #ededed;
  display: inline-block;
  font-size: 15px; }

.sp-filter-expand {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  padding: 10px 14px 6px; }

.sp-general-filter-expand {
  margin: 5px 0 0 0; }
  .sp-general-filter-expand .sp-filter-expand {
    margin: 0 15px 10px 15px; }

.sp-filter-expand:before {
  position: absolute;
  top: -6px;
  right: 30px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f1f1f1;
  border-left: 7px solid transparent;
  border-bottom-color: #ddd;
  content: ''; }

.sp-filter-expand:after {
  position: absolute;
  top: -5px;
  right: 31px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f1f1f1;
  border-left: 6px solid transparent;
  content: ''; }

.sp-filter-expand .form-group .form-control {
  width: 100%; }

/*
  == Portlet
*/
.portlet {
  clear: both;
  padding: 0;
  margin: 0; }

.portlet .pframe {
  overflow-y: auto;
  overflow-x: hidden;
  height: 260px;
  margin-bottom: 10px; }

.portlet .form-control {
  padding: 6px 0 8px 6px;
  font-size: 13px;
  height: 35px; }

.portlet .inputs {
  float: right;
  display: inline-block;
  padding: 0;
  /* margin-top: -9px;*/ }

.portlet-title {
  padding: 0;
  min-height: 34px;
  border-bottom: 1px solid #E5E5F5;
  margin-bottom: 18px; }

/* Tab */
.portlet-title > .nav-tabs {
  background: none;
  margin: 0;
  float: left;
  display: inline-block;
  border: 0; }

.portlet-title > .nav-tabs > li {
  background: none;
  margin: 0;
  border: 0;
  margin-right: 40px; }

.portlet-title > .nav-tabs > li:last-child {
  margin-right: 0; }

.portlet-title > .nav-tabs > li > a {
  background: none;
  border: 0;
  padding: 0 0 10px;
  color: #3A5667;
  font-size: 15px;
  font-weight: 400; }

.portlet-title > .nav-tabs > li.active,
.portlet-title > .nav-tabs > li.active:hover {
  border-bottom: 3px solid #f75a92;
  position: relative; }

.portlet-title > .nav-tabs > li:hover {
  border-bottom: 3px solid #f29b9f; }

.portlet-title > .nav-tabs > li.active > a,
.portlet-title > .nav-tabs > li:hover > a {
  background: transparent;
  border: 0; }

.portlet-title > .nav-tabs > li.active > a {
  cursor: not-allowed; }

/* ==DataTables_wrapper   */
/* spend dropdown menu */
.sp-doc-table a {
  color: #3A5667; }

.sp-doc-table .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 20px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CACACA;
  border-left: 7px solid transparent;
  border-bottom-color: #CACACA;
  content: ''; }

.sp-doc-table .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 21px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: ''; }

.different_arrow_position .dropdown-menu:before {
  right: 84px; }

.different_arrow_position .dropdown-menu:after {
  right: 85px; }

.sp-doc-table .dropdown-menu {
  margin: 0px 0 0;
  text-align: left; }

.popover {
  border: solid 1px #ddd;
  padding: 0; }

.popover .popover-title {
  font-weight: 500;
  font-size: 13px;
  color: #333;
  background-color: #f8f8f8; }

.popover.left > .arrow,
.popover .popover-title {
  border-left-color: #ccc; }

/* ==Mainbar [.mainbar]*/
.mainbar {
  width: 100%;
  padding: 5px 0 10px;
  background: var(--main_color);
  /* 2a2c41 */
  /* border-bottom: 6px solid #fff;*/ }

.mainbar .mainbar-nav {
  text-align: left; }

.mainbar .mainbar-nav > li > a {
  color: #fff; }

.mainbar .mainbar-nav > li > a > i {
  margin-right: 5px;
  font-style: normal; }

.mainbar .mainbar-nav > li > a:hover,
.mainbar .mainbar-nav > li > a:focus {
  border-color: transparent;
  background: transparent; }

.mainbar .mainbar-nav > .open > a,
.mainbar .mainbar-nav > .open > a:hover,
.mainbar .mainbar-nav > .open > a:focus {
  color: var(--second_color);
  border-color: transparent;
  background: transparent; }

.mainbar .mainbar-toggle {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: var(--second_color);
  font-size: 18px;
  background: transparent; }

.mainbar .dropdown-menu {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* ==Tables */
.table-bordered thead tr,
.table-bordered tfoot tr {
  background-color: #f3f3f3; }

.table-bordered thead tr th,
.table-bordered tfoot tr th {
  color: #444;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  border-bottom-width: 1px;
  vertical-align: middle; }

.table-bordered.table-highlight {
  border-top-color: #111; }

.table-bordered.table-highlight thead tr:first-child {
  background-color: #363636; }

.table-bordered.table-highlight thead tr:first-child th {
  color: #fff;
  font-weight: 600;
  border: 1px solid #2c2c2c; }

/* ==iCheck [.icheck]*/
/* ----------------------------------------------- */
.checkbox-inline,
.radio-inline {
  margin-right: 20px; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0; }

/* ==Content [.content]*/
.content {
  position: relative;
  width: 100%;
  padding-top: 20px;
  background: #fff; }

.content::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  left: 6px;
  width: auto;
  height: 100px;
  margin-top: -15px;
  margin-right: -25px;
  margin-left: -25px; }

.content .breadcrumb {
  /*padding: 4px 0;*/
  margin-bottom: 0;
  background: none; }

.content .breadcrumb > li {
  font-size: 13px; }

.content .breadcrumb > li + li:before {
  content: "";
  /* Hex code for "\3E > */
  padding-right: 0; }

.content .breadcrumb > li i {
  padding-left: 6px; }

.content-container {
  position: relative;
  z-index: 101; }

.content-header {
  /* padding-bottom: .5em;
  margin-bottom: 2.5em;
  border-bottom: 1px dotted #CCC;*/ }

.row-spacer {
  height: 40px; }

.section-header.content-header-title {
  font-weight: 580; }

/* ==List Group */
.list-group .list-group-item i {
  color: #e74c3c; }

.list-group .list-group-item.active {
  background-color: #e74c3c;
  border-color: #e74c3c; }

.list-group .list-group-item.active i {
  color: #fff; }

.list-group .list-group-item .list-group-chevron {
  float: right;
  margin-top: 5px;
  color: #bbb; }

.list-group .list-group-item .badge {
  margin-top: 2px; }

.list-group .list-group-item .list-group-chevron + .badge {
  margin-right: 10px; }

/* ==Pagination [.pagination] */
.pagination > li > a,
.pagination > li > span {
  /*color: #535865;*/
  color: #535865;
  background-color: #fcfcfd; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: var(--main_color);
  border-color: var(--main_color);
  cursor: default; }

.pagination > li > a,
.pagination > li > span {
  padding: 5px 10px;
  font-size: 13px;
  border: 1px solid #dadde4; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.pager > li > a {
  color: #222; }

/* ==Forms */
.form .row,
.form-horizontal .row {
  margin-bottom: 0 !important; }

.help-block {
  margin-bottom: 0; }

/* ==Back to Top [#back-to-top] */
#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1001;
  width: 42px;
  height: 45px;
  display: block;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #CDD3E2;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
  transition: background 0.25s linear; }

#back-to-top:hover {
  background-color: #F5F5FA; }

#back-to-top i {
  color: #63708E; }

.select2-selection--multiple {
  line-height: 20px !important;
  border-color: #d2dae5 !important;
  padding: 1px 1px 1px 1px;
  min-height: 37px;
  border-radius: 0; }

select {
  -webkit-appearance: none; }

/* ==Footer [.footer]

.footer {
  padding: 20px 0 20px 0;
  margin-top: 2em;
  font-size: 12px;
  background: #e6e6e6;
  border-top: 1px solid #cdcdcd;
  -webkit-box-shadow: inset 1px 1px 1px #ffffff;
  -moz-box-shadow: inset 1px 1px 1px #ffffff;
  box-shadow: inset 1px 1px 1px #ffffff;
}
.footer .row > div {
  padding-bottom: .75em;
}
.footer hr {
  border-top-color: #ddd;
}

*/
.sp-filter-expand.clearfix {
  overflow: auto; }

.neutral_button {
  background-color: #f0f0f0;
  color: #4a5860; }

.neutral_transparent_button {
  background-color: transparent;
  color: #595959;
  border-color: #cecece; }

.full-width-input {
  width: -moz-available !important;
  width: -webkit-fill-available !important; }

#line-items-warning {
  color: #ffc107;
  padding-left: 1%; }

/* ==Dropdowns */
.btn-primary .caret,
.btn-secondary .caret {
  border-top-color: #fff; }

.dropup .btn-primary .caret,
.dropup .btn-secondary .caret {
  border-bottom-color: #fff; }

.dropdown-header {
  padding: 7px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--main_color); }

.dropdown-menu {
  border: none !important;
  border-radius: 0; }

.dropdown-menu > li {
  margin-right: .5em;
  margin-left: .5em; }

.dropdown-menu > li > a {
  color: #49575F;
  padding: 6px 7px;
  font-size: 13px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: var(--second_color);
  background: transparent; }

.dropdown-menu li a .svg-inline--fa {
  width: 26px;
  font-size: 15px;
  color: #35A5DD;
  padding-right: 10px; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ddd;
  background: transparent; }

.dropdown-menu .divider {
  height: 1px;
  margin: 4px 0; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  display: none;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px; }

.navbar .dropdown-submenu > .dropdown-menu,
.mainnav .dropdown-submenu > .dropdown-menu {
  display: block;
  margin-top: -6px;
  margin-left: 20px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.dropdown-submenu:hover > .dropdown-menu:before,
.dropdown-submenu:hover > .dropdown-menu:after {
  display: none; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px; }

.dropdown-lg {
  width: 502px;
  font-size: 13px;
  padding: 30px; }

.dropdown-lg li {
  padding: 5px 0; }

.dropdown-lg .divider {
  padding: 0;
  margin: 8px 0px !important; }

.dropdown-lg h4 {
  margin-bottom: 5px; }

.fa-upload {
  font-size: 11px; }

.dropdown-menu.columns-2 {
  min-width: 330px; }

.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.multi-column-dropdown li a {
  color: #49575F;
  padding: 5px 15px;
  display: block;
  clear: both;
  line-height: 1.428571429;
  white-space: normal; }

.multi-column-dropdown li a:hover,
.multi-column-dropdown li a:focus {
  text-decoration: none;
  color: var(--second_color);
  background: transparent; }

@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden; } }

/* ==Noticebar [.noticebar]*/
.noticebar > li > a .badge {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10px;
  background: transparent;
  border: 2px solid transparent;
  /* e74c3c */ }

.noticebar-empty {
  padding: 25px 35px !important;
  text-align: center; }

.noticebar-empty-title {
  color: #e74c3c; }

.noticebar-empty-text {
  color: #777; }

.noticebar-menu-view-all {
  text-align: center; }

.noticebar-menu {
  width: 380px; }

.noticebar-menu .nav-header {
  padding: 4px 12px 10px 28px;
  font-size: 13px;
  font-weight: 500; }

.noticebar-menu .nav-header a {
  font-weight: 400; }

.noticebar-menu > li {
  display: table;
  width: 100%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px dotted #ddd; }

.noticebar-menu > li:last-child {
  border-bottom: none; }

.noticebar-menu > li > a {
  padding: 8px 0;
  font-size: 12px;
  white-space: normal; }

.noticebar-menu > li > a:hover {
  color: #444; }

.noticebar-menu {
  background-color: #fff; }

.noticebar-menu .noticebar-menu-view-all {
  padding-top: 2px; }

.navbar-visible-collapsed {
  display: inline; }

.noticebar-item-image,
.noticebar-item-body {
  display: table-cell;
  vertical-align: middle; }

.noticebar-item-image {
  width: 36px;
  font-size: 30px;
  text-align: center; }

.noticebar-item-body {
  padding-left: 20px; }

.noticebar-item-title {
  display: block; }

.noticebar-item-time {
  display: block;
  color: #999; }

@media (min-width: 768px) {
  /* dropdown for manage */
  .mainbar .dropdown-menu .divider {
    margin: 3px 0 3px 0; }
  .mainbar .dropdown-menu > li > a, .navbar .dropdown-menu > li > a {
    padding: 6px 7px; }
  .mainbar .dropdown-menu > li > a:hover, .navbar .dropdown-menu > li > a:hover {
    color: var(--second_color); }
  .mainbar .dropdown-menu li a .fa, .navbar .dropdown-menu li a .fas {
    width: 18px;
    font-size: 12px; }
  .mainbar .dropdown-menu li .fa-plus, .navbar .dropdown-menu li .fa-plus {
    font-size: 12px;
    padding-right: 8px; }
  .mainbar .dropdown-menu.noticebar-menu > li > a, .navbar .dropdown-menu > li > a {
    font-size: 13px; }
  .mainbar .dropdown-menu > li > a {
    font-size: 14px; } }

@media (max-width: 480px) {
  .d-manage .dropdown-menu li .fa-plus {
    font-size: 12px;
    padding-right: 6px; } }

.overview h3 {
  font-size: 23px;
  line-height: 1.3; }

ul.rowtotal {
  margin: 18px 0 0 0; }

ul.rowtotal li.stats {
  border-left: 1px solid #ddd;
  padding: 2px 14px 8px;
  min-height: 62px; }

ul.rowtotal li.client-o {
  padding-top: 2px;
  vertical-align: top; }

ul.rowtotal li.client-o .btn-link {
  background: none;
  padding: 0;
  border: none;
  text-align: left; }

.hr-o {
  margin: 10px 0 0 0;
  padding: 0; }

.charts-row {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin-bottom: 30px; }

.charts-row .chart-o {
  background-color: #fff;
  border: 1px solid #ddd;
  min-height: 296px;
  padding: 10px; }

.table-o {
  font-size: 12px;
  margin-top: 10px; }

.table-o > thead > tr > th {
  background-color: #fafafa; }

.table-o > tbody > tr > td:last-child, .table-o > thead > tr > th:last-child {
  text-align: right; }

.more-o {
  padding-top: 9px;
  font-size: 13px; }

.row-stat {
  position: relative;
  padding: 10px;
  margin: 0 0 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center; }

.row-stat:after,
.row-stat:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  bottom: -3px;
  left: 3px;
  right: 3px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #ddd;
  border-top: 0; }

.row-stat:before {
  bottom: -5px;
  left: 6px;
  right: 6px; }

.row-stat:hover {
  border: 1px solid #999; }

.row-stat.pink-o {
  background-color: #fff5ea;
  border: 1px solid #ffcf9b; }

.row-stat.pink-o:hover {
  background-color: #fff; }

.row-stat .plus-o {
  font-size: 38px;
  font-weight: 300;
  line-height: 0.6; }

.row-stat .plus-o small {
  font-size: 12px; }

.rightbox-o {
  border-bottom: 1px solid #ddd;
  padding: 12px 0; }

.addclient-o {
  min-height: 81px; }

ul.things-list {
  margin: 0;
  padding: 20px 4px 0 28px; }

ul.things-list li {
  padding-bottom: 10px; }

.rightbox-o.progr-box {
  padding-left: 30px;
  padding-right: 20px; }

.background-main-color {
  background-color: var(--main_color); }

.invite-box {
  padding: 24px 0; }

.invite-box p {
  padding: 14px 0 10px; }

.app-o {
  padding: 20px 0; }

.social-o {
  padding: 30% 14px 0; }

@media screen and (min-width: 768px) {
  /* Row with equal height columns
     
    .row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
    } */
  .w98 {
    width: 100%; }
  .overview .content-container {
    padding-bottom: 0; }
  .w98 {
    width: 100%; }
  .row-stat {
    min-height: 132px; }
  .thumbnails-o {
    padding-top: 13px; } }

/* Large desktops and laptops */
@media (min-width: 1200px) {
  #RightContentDiv {
    min-height: 800px;
    border-left: 1px solid #ddd; }
  .thumb {
    padding-left: 20px;
    padding-right: 0px; } }

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #RightContentDiv {
    min-height: 800px;
    border-left: 1px solid #ffd1d1; }
  .thumb {
    padding-left: 20px;
    padding-right: 0px; }
  .social-o {
    padding: 10px 14px 0; } }

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .rightbox-o {
    border: 1px solid #ffd1d1;
    min-height: 170px;
    padding: 12px 0;
    margin-bottom: 20px; }
  .addclient-o {
    min-height: 50px; }
  .social-o {
    padding: 10px 14px 0; } }

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .rightbox-o {
    border: 1px solid #ffd1d1;
    min-height: 78px;
    padding: 12px 0;
    margin-bottom: 20px; }
  .social-o {
    padding: 10px 14px 0; } }

/* Landscape phones and smaller */
@media (max-width: 480px) {
  .social-o {
    padding: 10px 14px 0; } }

/* Spend docs custom css */
.swal-footer {
  text-align: center; }

.filter_form {
  display: none; }

.spendoc-hr {
  margin: 0 0 14px;
  height: 1px;
  border: 0;
  box-shadow: inset 0 4px 4px -4px #ccc; }

.spenditems .form-group .select2-container {
  width: 100% !important; }

.sp-range {
  cursor: pointer;
  padding: 7px 8px 7px;
  font-size: 12px;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f3f3f3;
  /*background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FAFAFA),
	color-stop(0.94, #F0F0F0)
  );
  background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #F0F0F0 94%);
  background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #F0F0F0 94%);
  background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #F0F0F0 94%);
  background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #F0F0F0 94%);
  background-image: linear-gradient(to bottom, #FAFAFA 0%, #F0F0F0 94%);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
  position: relative; }

.sp-range:hover {
  background: transparent;
  background-color: #efefef; }

.sp-range .fa-calendar {
  padding-right: 4px; }

.sp-doc-in {
  margin-right: 12px; }

.sp-doc-in input[type="search"] {
  font-size: 14px;
  font-weight: 400;
  height: 33px;
  position: relative; }

.filter-box {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #b4b4b4;
  padding: 5px 2px 6px 10px;
  margin-top: 0;
  margin-left: 10px;
  position: relative;
  display: inline-block; }

.filter-box a {
  padding-right: 8px;
  font-size: 14px; }

.filter-box a:hover {
  color: #777; }

.filter-box a.active,
.filter-box a:focus,
.filter-box a:active {
  color: #666; }

.filter-box .btn-filter {
  font-size: 12px;
  font-weight: 500; }

.table-docs-total {
  padding-top: 10px;
  border-top: 1px solid #ededed;
  display: inline-block;
  font-size: 15px; }

.thumb img,
.invoice-item img {
  border: 1px solid #ccc; }

.invoice-item {
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 13px; }

.invoice-item:hover {
  border: 1px solid #ee4e00; }

.invoice-item hr {
  margin-top: 12px;
  margin-bottom: 8px;
  border-top: 1px solid #ddd; }

.invoice-item .inv-pos {
  position: relative; }

.invoice-item .dropdown {
  position: absolute;
  right: 0;
  top: 0; }

.invoice-item .dropdown .fas {
  font-size: 16px; }

.groupby {
  font-size: 13px;
  margin-top: 7px;
  margin-left: 12px;
  float: left; }

.chart-top select.form-control {
  font-size: 13px;
  height: 33px; }

.chart-box .nav-tabs > li > a {
  font-weight: 500; }

/* SELL STYLING */
.sell-cont a,
.sell-cont .btn-default,
.sell-cont .pagination > li > a,
.sell-cont .dropdown-menu li a {
  color: #61c32e; }

.sell-cont a:hover,
.sell-cont a:active,
.sell-cont a:focus {
  color: #777; }

.sell-cont .btn-default:hover,
.sell-cont .btn-default:focus,
.sell-cont .btn-default:active,
.sell-cont .btn-secondary.active {
  color: #323240; }

.sell-cont .dropdown-menu li a:hover {
  color: #333; }

.sell-cont .sp-doc-table .dropdown-menu {
  border-color: #61c32e; }

.sell-cont .sp-doc-table .dropdown-menu:before {
  border-bottom-color: #61c32e; }

.sell-cont .pagination > .active > a,
.sell-cont .pagination > .active > span,
.sell-cont .pagination > .active > a:hover,
.sell-cont .pagination > .active > span:hover,
.sell-cont .pagination > .active > a:focus,
.sell-cont .pagination > .active > span:focus {
  background-color: #61c32e;
  border-color: #61c32e;
  color: #fff; }

.sell-cont .sp-toolbar .dropdown-menu > li > a,
.sell-cont .sp-menu .dropdown-menu li a {
  color: #555; }

.sell-cont .sp-toolbar .dropdown-menu > li > a:hover,
.sell-cont .sp-menu .dropdown-menu li a:hover {
  color: #61c32e; }

.doc_items_results_panel {
  height: 50%;
  float: left;
  width: 100%;
  position: fixed;
  bottom: 0px;
  transition: height 0.4s linear;
  z-index: 999;
  left: 0px; }

.doc_items_results_panel .panel-heading {
  cursor: pointer; }

.doc_items_results_panel .panel {
  height: 100%;
  border-radius: 5px 5px 0px 0px; }

.doc_items_results_panel .panel-body {
  overflow: scroll;
  height: calc(100% - 100px); }

.doc_items_panel_closed {
  height: 40px; }

@media (max-width: 480px) {
  .sp-doc-in {
    margin-right: 0; }
  .sp-doc-in input[type="search"] {
    width: 270px; } }

@media (min-width: 768px) {
  .sp-doc-in input[type="search"] {
    width: 240px; } }

@media (min-width: 1200px) {
  .sp-doc-in input[type="search"] {
    width: 220px; } }

input[readonly] {
  background-color: #fff !important;
  border: 0;
  font-size: 1.1em; }

#spend-items-container .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid rgba(198, 207, 216, 0.61);
  height: 33px; }

.spend_list_table {
  table-layout: fixed; }

.po_log_height > ul {
  max-height: 210px !important; }

.invoice_log_height > ul {
  max-height: 510px !important; }

btn-download {
  background: #ffffff;
  border: solid 1px #e6e6e6;
  border-radius: 2px;
  display: inline-block;
  height: 70px;
  line-height: 100px;
  margin: 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 85px; }

btn-download span {
  background: #0275d8;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  padding: 5px 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 1; }

btn-download span:last-child {
  margin-left: -20px; }

btn-download:before,
btn-download:after {
  background: #ffffff;
  border: solid 3px #9fb4cc;
  border-radius: 4px;
  content: '';
  display: block;
  height: 35px;
  left: 50%;
  margin: -17px 0 0 -12px;
  position: absolute;
  top: 50%;
  /*transform:translate(-50%,-50%);*/
  width: 25px; }

btn-download:hover:before,
btn-download:hover:after {
  background: #e2e8f0; }

/*a:before{transform:translate(-30%,-60%);}*/
btn-download:before {
  margin: -23px 0 0 -5px; }

btn-download:hover {
  background: #e2e8f0;
  border-color: #9fb4cc; }

btn-download:active {
  background: #dae0e8;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25); }

btn-download span:first-child {
  display: none; }

btn-download:hover span:first-child {
  display: inline-block; }

btn-download:hover span:last-child {
  display: none; }

.attachments-section {
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .attachments-section h3 {
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px; }
  .attachments-section ul {
    list-style-type: none;
    padding-left: 0; }
  .attachments-section li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 1.5; }
  .attachments-section a {
    color: #007BFF;
    text-decoration: none;
    border: 1px solid #007BFF;
    padding: 5px 10px;
    border-radius: 3px;
    transition: background-color 0.3s;
    margin-top: 10px; }
    .attachments-section a:hover {
      background-color: #007BFF;
      color: #fff; }
  .attachments-section .custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer; }
  .attachments-section .file-upload-wrapper {
    position: relative;
    display: inline-block; }
  .attachments-section .file-upload-label {
    background-color: #f4f4f4;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer; }
  .attachments-section .file-name {
    margin-left: 10px;
    font-size: 14px; }

.masteritem_rate_alert {
  border: 1.5px solid;
  border-color: var(--masteritem-rate-alert-color); }

.selldocs_form_container .receipt-content.preview-selldocs .payment-details {
  padding: 0 0 0 0; }

.bill_delivery_contact_select_container {
  margin: 0 0px 15px 0px;
  padding: 0; }
  .bill_delivery_contact_select_container .select2-container--default {
    width: 100% !important;
    max-width: 350px; }
  .bill_delivery_contact_select_container .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 0; }

#print_sell {
  display: none; }

.sell_bill_to .select2-container--default,
.sell_delivery_to .select2-container--default {
  width: 100% !important; }
  .sell_bill_to .select2-container--default .select2-selection--single,
  .sell_delivery_to .select2-container--default .select2-selection--single {
    border: 1px solid #e4e6ed; }
    .sell_bill_to .select2-container--default .select2-selection--single:focus,
    .sell_delivery_to .select2-container--default .select2-selection--single:focus {
      outline: 0; }
  .sell_bill_to .select2-container--default:focus,
  .sell_delivery_to .select2-container--default:focus {
    outline: 0; }

.receipt-content ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888 !important; }

.receipt-content :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888 !important;
  opacity: 1; }

.receipt-content ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888 !important;
  opacity: 1; }

.receipt-content :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888 !important; }

.receipt-content input:focus::-webkit-input-placeholder {
  color: #ccc !important; }

.receipt-content input:focus:-moz-placeholder {
  color: #ccc !important; }

/* FF 4-18 */
.receipt-content input:focus::-moz-placeholder {
  color: #ccc !important; }

/* FF 19+ */
.receipt-content input:focus:-ms-input-placeholder {
  color: #ccc !important; }

/* IE 10+ */
.receipt-content textarea:focus::-webkit-input-placeholder {
  color: #ccc !important; }

.receipt-content textarea:focus:-moz-placeholder {
  color: #ccc !important; }

/* FF 4-18 */
.receipt-content textarea:focus::-moz-placeholder {
  color: #ccc !important; }

/* FF 19+ */
.receipt-content textarea:focus:-ms-input-placeholder {
  color: #ccc !important; }

/* IE 10+ */
.fontR34 {
  font-size: 34px;
  font-family: "Raleway", serif;
  font-weight: 300; }

.fontb18 {
  font-size: 18px;
  font-weight: 500; }

.text-light {
  color: #a9b0bb; }

.invoice-hr {
  margin: 2px 0 0;
  background-color: #e6e9ef;
  height: 1px;
  border: 0; }

.receipt-content .logo a:hover {
  text-decoration: none; }

.receipt-content .invoice-wrapper {
  border: 1px solid #cdd3e2;
  background-color: #fff;
  padding: 0 30px 60px;
  margin: 20px 0 0;
  border-radius: 0px; }

.receipt-content .invoice-wrapper .form-group {
  margin-bottom: 0px;
  width: auto; }

.receipt-content .invoice-wrapper .form-control {
  height: 32px;
  padding: 0;
  margin: 0;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: none;
  border-bottom: 1px dashed #e4e6ed;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.receipt-content .invoice-wrapper textarea.form-control {
  background-color: #fff;
  padding-top: 6px;
  font-size: 13px; }

.receipt-content .invoice-wrapper .form-control:hover {
  border-bottom: 1px dashed #e4e6ed;
  background-color: #f9f9fc;
  width: 100%; }

.receipt-content .invoice-wrapper .form-control:focus {
  border-bottom: 1px dashed #b4bdd2;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(127, 193, 56, 0.075), 0 0 0px rgba(127, 193, 56, 0.2);
  box-shadow: inset 0 1px 1px rgba(127, 193, 56, 0.075), 0 0 0px rgba(127, 193, 56, 0.2); }

.receipt-content .invoice-wrapper p {
  line-height: 30px; }

.receipt-content .invoice-wrapper .payment-details a {
  display: inline-block;
  margin-top: 5px; }

.receipt-content .invoice-wrapper .table th {
  background-color: #f7f7f7;
  vertical-align: middle; }

.receipt-content .invoice-wrapper .table.invoiceh {
  width: 100%; }

.receipt-content .invoice-wrapper .table.invoiceh td {
  border-top: none !important;
  vertical-align: middle;
  padding: 0; }

.receipt-content .invoice-wrapper .inv-title.form-control {
  min-height: 48px; }

.receipt-content .invoice-wrapper .table td .w120 {
  width: 120px; }

.receipt-content .invoice-wrapper .payment-details {
  padding: 0 0 30px; }

.receipt-content .invoice-wrapper .payment-info {
  padding-top: 20px;
  padding-bottom: 20px; }

.receipt-content .invoice-wrapper .payment-info span {
  color: #189bfe; }

.receipt-content .invoice-wrapper .payment-info strong {
  display: block;
  color: #444;
  margin-top: 3px; }

.receipt-content .table > tbody > tr > td {
  vertical-align: middle;
  border-top: 1px solid rgba(218, 222, 231, 0.31); }

table.inv-items {
  margin-bottom: 0; }

.inv-items.table > tbody > tr > td {
  vertical-align: top;
  border-top: 0px solid rgba(218, 222, 231, 0.31);
  padding-top: 10px;
  padding-bottom: 4px; }

.receipt-content .invoice-wrapper .invoice-total .form-control,
.receipt-content .invoice-wrapper .inv-items .form-control {
  border: 1px solid rgba(198, 207, 216, 0.61);
  border-radius: 2px;
  padding-right: 6px;
  padding-left: 6px;
  height: 36px;
  font-size: 13px; }

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle; }

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer; }

.fileupload-new {
  border: 1px dashed rgba(45, 157, 254, 0.31);
  background-color: #fbfbfb;
  padding: 4px 14px;
  font-size: 13px; }

.fileupload-new .fa-cloud-upload-alt {
  padding-left: 10px;
  font-size: 15px; }

.sell-ci-filter {
  background-color: #f9f9fc;
  border: 1px solid #e4e6ed;
  border-top: none; }

.sell-ci-filter.affix-top,
.sell-ci-filter.affix {
  position: static; }

.sell-ci-filter .action-block {
  padding: 18px 0;
  margin: 0; }

.sell-ci-filter .action-block p {
  margin: 0 0 16px; }

.sell-ci-filter .action-block .btn-lg {
  padding-left: 34px;
  padding-right: 34px; }

.sell-ci-filter .btn-line-dark .fas {
  font-size: 22px; }

.sell-ci-filter .editheme-actions {
  margin-top: 26px; }

.sell-ci-filter .editheme-actions .btn-line-dark {
  font-weight: 300;
  font-size: 11px;
  border-radius: 0;
  padding: 12px 0 4px 0;
  line-height: 22px; }

.btn-group-justified > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.sell-ci-filter h5.cust-title {
  padding: 20px 0 0 17px;
  margin-bottom: 12px; }

.sell-ci-filter .accordion .panel.open .accordion-toggle {
  color: #7e909a;
  background-color: #fff; }

.sell-ci-filter .accordion .accordion-toggle {
  display: block;
  padding: 10px 0 11px 20px;
  cursor: pointer; }

.sell-ci-filter .panel-group .panel + .panel {
  margin-top: 0px; }

.sell-ci-filter .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: rgba(121, 148, 160, 0.35);
  background-color: #f9f9fb;
  padding: 15px 15px 0 15px; }

.sell-ci-filter .panel-default > .panel-heading {
  color: #49575f;
  background-color: #fff;
  border-top: 1px solid #e5e7ec; }

.sell-ci-filter .panel-default > .panel-heading:hover {
  background: #fbfbfd; }

.sell-ci-filter .panel {
  margin-bottom: 0px;
  background-color: #fff;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.sell-ci-filter .panel-group {
  margin-bottom: 0; }

.sell-ci-filter .panel-group .panel {
  border-radius: 0px; }

.sell-ci-filter .panel-heading {
  padding: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background: transparent; }

.sell-ci-filter .panel-title {
  font-weight: 500; }

.sell-ci-filter .panel-title > a {
  color: #6cbd7d;
  font-size: 13px; }

.sell-ci-filter .panel-title > a:hover {
  color: #7fcd8f; }

.peppol-badge-primary {
  color: #fff;
  background-color: #3830a3; }

.peppol-badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.mob-sell-ci-filter {
  margin-top: 10px;
  background-color: #f9f9fc;
  border: 1px solid #e4e6ed;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px; }

.sweet-alert .form-control.sellsweettxt {
  margin-bottom: 10px; }

textarea.internal-area {
  min-height: 80px; }

.tdmiddle > thead > tr > th,
.tdmiddle > tbody > tr > td {
  vertical-align: middle;
  padding: 4px 8px; }

.tdmiddle .fas {
  font-size: 16px; }

.file-upload {
  padding: 0 0 0 8px;
  margin: 0;
  min-height: 0; }

.file-upload:hover {
  color: #a8afc5; }

.file-upload input {
  z-index: 8;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0; }

.gridblock {
  margin: 0;
  padding: 0;
  border: 1px solid #e7eaf0;
  width: 100%;
  height: 100px;
  color: #333c4e;
  font-weight: 500;
  line-height: 14px;
  font-size: 12px;
  clear: none;
  text-align: center;
  display: block;
  background-color: rgba(253, 253, 254, 0.3); }

.selected .gridblock,
.gridblock:hover {
  background-color: transparent;
  border: 1px solid #5ed2a0;
  color: #5ed2a0; }

.gridblock .svg-inline--fa {
  font-size: 26px;
  padding-bottom: 0px;
  display: block;
  margin: 22px 70px 0; }

.modal-payterms .radio {
  margin-top: 4px; }

.card {
  transition: 0.3s;
  width: 100%;
  border-radius: 5px;
  text-align: left; }

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }

.card-container {
  padding: 15px 1px; }

.flex-wrapper {
  display: flex;
  min-height: 36.9vh;
  flex-direction: column;
  justify-content: space-between; }

.card-body {
  margin: 2.5em; }

.card-title {
  margin-top: -1em; }

/* ------------------------------

Form: Save and send

 --------------------------------*/
.savensend .pdf-inv {
  background: #fff;
  padding: 6px 10px;
  margin-left: 10px; }

.savensend .pdf-inv .fas {
  color: #ff0000; }

.savensend .tareamore {
  min-height: 280px; }

@media (max-width: 480px) {
  .inv-toolbar .btn-trans {
    border-color: #6cbd7d;
    color: #6cbd7d;
    background-color: #fff;
    margin-bottom: 10px; }
  .inv-toolbar .btn-trans:hover {
    border-color: #9adaa8;
    background-color: #f9f9f9; }
  .s-mobile .panel-title > a {
    font-size: 16px; }
  .s-mobile .panel-body {
    padding: 15px 15px 0; }
  .s-mobile .panel-default > .panel-heading + .panel-collapse .panel-body {
    background-color: #fff;
    border-top-color: #fff; } }

@media (min-width: 768px) {
  .rght-box {
    /*min-height: 1008px;*/ }
  .first-block {
    padding: 40px 14px 0;
    margin-bottom: 60px;
    font-size: 14px; }
  .inv-toolbar .btn-trans {
    border-color: #6cbd7d;
    color: #6cbd7d;
    background-color: #fff; }
  .inv-toolbar .btn-trans:hover {
    border-color: #9adaa8;
    background-color: #f9f9f9; }
  .sell-ci-filter .s-mobile .panel-title > a {
    font-size: 16px; }
  .sell-ci-filter .s-mobile .panel-title > a {
    text-align: left; }
  .sell-ci-filter .s-mobile .panel-body {
    padding: 15px 15px 0; }
  .sell-ci-filter .s-mobile .panel-default > .panel-heading + .panel-collapse .panel-body {
    background-color: #fff;
    border-top-color: #fff; }
  .sell-ci-filter .s-mobile .panel-default > .panel-heading {
    color: #49575f;
    background-color: #f9f9fb;
    border-top: 1px solid #e5e7ec; } }

#doc_items_container .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid rgba(198, 207, 216, 0.61);
  height: 33px; }

.sell_type_selection.selected {
  border: 1px solid #999; }

@media (max-width: 767px) {
  .inv-toolbar .btn-trans {
    border-color: #6cbd7d;
    color: #6cbd7d;
    background-color: #fff; }
  .inv-toolbar .btn-trans:hover {
    border-color: #9adaa8;
    background-color: #f9f9f9; } }

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .inv-toolbar .btn-trans {
    border-color: #6cbd7d;
    color: #6cbd7d;
    background-color: #fff; }
  .inv-toolbar .btn-trans:hover {
    border-color: #9adaa8;
    background-color: #f9f9f9; } }

@media (min-width: 991px) and (max-width: 1200px) {
  .first-block {
    padding: 36px 44px 0;
    margin-bottom: 40px;
    font-size: 14px; } }

@media (min-width: 979px) {
  #sidebar.sell-ci-filter.affix-top {
    position: static;
    margin-top: 0px; }
  #sidebar.sell-ci-filter.affix {
    top: 10px;
    border-top: 1px solid #e4e6ed; } }

@media (min-width: 1200px) {
  .first-block {
    padding: 36px 34px 0;
    margin-bottom: 40px;
    font-size: 15px; } }

/* Landscape phones and smaller */
@media (max-width: 480px) {
  body {
    background-color: #fff; }
  .nopadding-mob {
    padding-left: 0;
    padding-right: 0; }
  .input-sm {
    background-image: none;
    font-size: 11px; }
  .sp-toolbar {
    margin: 0; }
  .sp-range {
    margin: 6px 0 10px 0; }
  .filter-box {
    margin-bottom: 10px; }
  .filter-box.pull-right {
    float: left !important; }
  div.dataTables_filter label input {
    margin-left: 0; }
  .sp-doc-in {
    margin-right: 0; }
  .sp-doc-in input[type="search"] {
    /*width: 270px;*/ }
  .portlet .pframe {
    overflow-y: hidden;
    overflow-x: hidden;
    height: auto; }
  .portlet-title > .nav-tabs > li {
    margin-right: 40px; }
  .portlet-title > .nav-tabs {
    margin-bottom: 20px; } }

/*  @media (min-width: 768px)   */
@media (min-width: 768px) {
  .sp-doc-in input[type="search"] {
    /*width: 240px;*/ }
  .sp-filter-expand .close-filters {
    top: 99%;
    bottom: 0; }
  .input-sm {
    height: 32px; }
  .navbar .dropdown-submenu > .dropdown-menu,
  .mainnav .dropdown-submenu > .dropdown-menu {
    display: none;
    margin-left: -1px; }
  .navbar .dropdown-submenu:hover > .dropdown-menu,
  .mainnav .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropdown-submenu > a:after {
    content: " ";
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -5px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc; }
  .dropdown-submenu:hover > a:after {
    border-left-color: #e74c3c; }
  .error-container {
    margin-top: 2.5em; }
  .error-details {
    width: 250px;
    margin-top: 0;
    margin-left: 25px;
    text-align: left; }
  .navbar .navbar-nav > li > a {
    /* padding: 10px 12px; */ }
  .navbar .navbar-nav > li > a.spend-bell {
    line-height: 20px; }
  .navbar-profile-label {
    display: none; }
  .navbar-nav .dropdown-menu:before {
    content: '';
    z-index: 10601;
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    top: -7px;
    left: 8px; }
  .navbar-nav.navbar-right .dropdown-menu:before {
    left: auto;
    right: 12px; }
  .mainbar {
    height: 136px;
    padding: 0; }
  .mainbar .mainbar-nav {
    /* float: none; */
    margin-top: 8px; }
  .mainbar .mainbar-nav > li {
    margin-right: 4px; }
  .mainbar .mainbar-nav > li > a {
    padding: 8px 20px 3px 0;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #f1f2f7; }
  .mainbar .mainbar-nav > li > a > i {
    display: block;
    margin-right: 0;
    margin-bottom: 7px;
    font-size: 23px;
    font-style: normal; }
  .mainbar .mainbar-nav > li > a:hover,
  .mainbar .mainbar-nav > li > a:focus {
    background: transparent;
    color: var(--second_color); }
  .mainbar .mainbar-nav > .active > a,
  .mainbar .mainbar-nav > .active > a:hover,
  .mainbar .mainbar-nav > .active > a:focus {
    /*color: #e66217;*/
    color: var(--second_color);
    background: transparent;
    /*-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
     box-shadow: inset 0 3px 5px rgba(0,0,0,.125);*/ }
  .sp-filter-expand .close-filters {
    position: absolute;
    right: 30px;
    top: 38%;
    font-size: 13px;
    font-weight: 700; }
  .mainbar .mainbar-toggle {
    display: none; }
  .mainbar .mainbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .mainbar .mainbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .mainbar .mainbar-collapse.in {
    overflow-y: visible; }
  .content {
    padding: 0;
    margin-top: -54px;
    /* -44px */
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);*/ }
  .content::before {
    margin: 0;
    border: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }
  .content-container {
    padding: 12px 10px 0px; }
  .content-container.cont-overview {
    padding: 20px 20px 40px; }
  /*

  .footer {
    padding-bottom: 30px;
    margin-top: 1.5em;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  */
  .noticebar > li > a {
    max-height: 46px;
    color: #3c3c3c;
    font-size: 19px; }
  .noticebar > li > a:hover {
    color: #555555; }
  .noticebar > li > a .badge {
    position: absolute;
    font-size: 8px;
    background: #e74c3c;
    color: #fff;
    padding: 3px;
    min-width: 20px;
    text-align: center;
    top: 8px;
    right: 3px;
    font-weight: 400;
    border-top-right-radius: 150px;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px; }
  /* .noticebar > .open > a:after {
    content: '';
    position: relative;
    z-index: 1001;
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -8px;
  }*/
  .navbar-visible-collapsed {
    display: none; }
  .howl {
    left: auto;
    right: 30px;
    width: 350px;
    margin-left: 0; }
  .account-wrapper {
    width: 450px;
    padding: 0; }
  .account-wrapper .row > div {
    margin-bottom: 0; }
  .account-body .account-form {
    padding: 0 25px;
    text-align: left; }
  .account-or-social {
    margin-top: 2em; }
  .account-logo {
    margin: 30px 0 40px; } }

/* @media (max-width: 768px) */
@media (max-width: 768px) {
  .nopadding-mob {
    padding-left: 0;
    padding-right: 0; }
  .sp-toolbar {
    margin: 0; }
  .content {
    padding-top: 4px; }
  .table-responsive {
    border: none; }
  .dropdown-header {
    color: #083d33;
    font-size: 13px; }
  .dropdown-menu > li > a {
    /*color: #fff;*/ }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-left: 40px;
    color: #fff; }
  .dropdown-menu .divider {
    background-color: #ff6331; }
  .noticebar-menu {
    display: none !important; }
  .mainbar .dropdown-menu > li > a:hover,
  .mainbar .dropdown-menu > li > a:focus {
    color: #000;
    background: transparent; }
  .input-sm {
    background: #fff; } }

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%; }
  .nopadding-mob {
    padding-left: 0;
    padding-right: 0; }
  .mainbar .mainbar-nav {
    /* float: none; */
    margin-top: 10px; }
  .sp-filter-expand .close-filters {
    position: absolute;
    right: 30px;
    top: 38%;
    font-size: 13px;
    font-weight: 700; }
  .portlet .pframe {
    height: 140px;
    margin-bottom: 20px; }
  .portlet .pframe .form-group {
    margin-bottom: 10px; } }

/* @media (min-width: 992px) */
@media (min-width: 992px) {
  .container {
    padding-left: 0;
    padding-right: 0; }
  .nopadding {
    padding-left: 0;
    padding-right: 0; }
  .nopadding-right {
    padding-right: 0; }
  .nopadding-left {
    padding-left: 0; }
  .nopadding-bottom {
    padding-bottom: 0; }
  .error-container {
    margin-top: 5em; }
  .error-code {
    font-size: 150px; }
  .error-details {
    width: 350px;
    margin-left: 50px; } }

/* @media (min-width: 1200px)  */
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .howl {
    width: 375px; }
  .container {
    padding-left: 0;
    padding-right: 0; }
  .sp-doc-in input[type="search"] {
    background-color: #fff; }
  .sp-filter-expand .close-filters {
    position: absolute;
    right: 30px;
    top: 38%;
    font-size: 13px;
    font-weight: 700; }
  .table-responsive .table > tbody > tr > th,
  .table-responsive .table > tfoot > tr > th,
  .table-responsive .table > tbody > tr > td,
  .table-responsive .table > tfoot > tr > td {
    font-size: 13px; }
  .table-responsive .table > thead > tr > th {
    font-size: 12px; } }

#leftContentDiv {
  border-right: 1px solid #eef2f7;
  display: inline-block;
  width: 100%; }

aside#sidebar {
  background: #f9f9fc;
  float: left;
  width: 100%; }

/* Sidebar Menu */
#sidebar h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 13px 0 11px 13px;
  display: block;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  color: var(--main_color); }

#sidebar h3 .fas {
  vertical-align: top;
  padding-right: 3px; }

.toggleLink {
  float: right;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  margin-right: 10px;
  margin-top: 1px;
  color: #777; }

#sidebar .toggleLink:hover {
  color: #999; }

#sidebar ul {
  clear: both;
  margin: 0;
  padding: 12px 0; }

#sidebar li {
  list-style: none;
  margin: 0 0 0 12%;
  padding: 0;
  font-size: 14px; }

#sidebar li a {
  padding-left: 0;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-weight: 400;
  text-shadow: 0 1px 0 #fff;
  margin: 2px 0 4px;
  color: #666; }

#sidebar li a:hover {
  color: var(--second_color); }

#sidebar li a.active {
  color: #000;
  border-bottom: 1px dashed #555; }

#sidebar i {
  font-style: normal;
  padding-right: 1px; }

/* SETTING GENERAL */
.settings .fa-upload {
  font-size: 11px; }

.mtop50 {
  margin-top: 50px; }

.mtop80 {
  margin-top: 80px; }

.s-dropdown .btn {
  padding: 0;
  font-size: 13px; }

.s-dropdown .dropdown-menu {
  min-width: 80px;
  left: 0;
  margin: 7px 0 0;
  text-align: left; }

.setting-content .current-plan {
  margin-bottom: 80px; }

.setting-content .well {
  margin-bottom: 0px;
  background-color: #f9f9fc;
  border-color: #eef2f7;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 30px;
  padding-bottom: 30px; }

.setting-content legend {
  font-size: 21px;
  color: #49575F;
  font-weight: 300;
  border-bottom: 1px solid transparent; }

.setting-content .table-responsive tbody tr td:last-child .btn {
  padding: 0;
  font-size: 13px; }

.form-control {
  font-size: 14px; }

.form-group {
  margin-bottom: 25px; }

.form-group.margin0 {
  margin-bottom: 0; }

.content-header-title {
  padding: 2px 0 0 5px;
  font-family: 'Raleway';
  font-weight: 300; }

.subtitle {
  margin-bottom: 20px; }

.setting-content {
  margin-top: 30px; }

.setting-box {
  border: 1px solid #eef2f7;
  padding: 20px; }

.setting-spend-box {
  padding: 4px;
  border: 1px solid #eef2f7; }

.setting-spend-box .dataTables_info {
  padding-left: 5px; }

.warning-box {
  background: #ffffe7;
  border-top: 1px solid #ffd1d1;
  padding: 17px 20px; }

/* PROFILE */
.avatar {
  background-color: rgba(215, 215, 215, 0.57);
  padding: 14px;
  border-radius: 8px;
  overflow: auto; }

.avatar.c-avatar {
  padding: 8px 0 1px;
  border: 1px solid #eee; }

.profile-icon {
  margin-right: 20px; }

.profile-icon img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px; }

/* REMINDERS & RULES */
.s-reminders .form-group {
  margin: 0; }

.s-reminders .checkbox, .s-rules .checkbox {
  margin-bottom: 16px; }

.s-reminders .checkbox label, .s-rules .checkbox label {
  font-size: 14px; }

.s-rules .form-group {
  margin-bottom: 20px; }

/* BILLING PLANS */
.s-billing fieldset {
  margin-bottom: 20px; }

.s-billing .nav-pills {
  margin-bottom: 30px; }

.s-billing .nav-pills > li > a {
  padding: 10px;
  margin-right: 30px;
  border: 1px solid #fff; }

.s-billing .nav-pills > li.active > a,
.s-billing .nav-pills > li.active > a:hover,
.s-billing .nav-pills > li.active > a:focus {
  color: #333;
  background-color: #f2ffe5;
  border: 1px solid #d6f5b6; }

.s-billing .nav-pills > li > a:hover {
  background-color: #fff;
  border: 1px solid #d6f5b6; }

@media screen and (min-width: 768px) {
  .settings .content-container {
    padding-top: 10px;
    padding-bottom: 0;
    background-color: red; } }

/* Large desktops and laptops */
/* Portrait tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
/* Landscape phones and smaller */
@media (max-width: 480px) {
  #leftContentDiv {
    margin-bottom: 40px;
    border: none; } }

/* ======= Pricing ======= */
.section-on-bg {
  background-color: #f5f5fa; }

.mainbar.pricingbar {
  display: none; }

.content.contentplans {
  margin: 0; }

.pricing {
  padding: 40px 0 0;
  position: relative;
  z-index: 10;
  background-color: #F5F5FA;
  border-radius: 10px; }

.pricing .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 40px; }

.pricing .intro {
  margin-bottom: 80px; }

.pricing .item {
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px; }

.pricing .item.best-buy {
  top: -16px;
  z-index: 11;
  position: relative; }

.pricing .item.best-buy .item-inner {
  background: #fff;
  border: 1px solid #31d9ac; }

.pricing .item.best-buy .item-inner:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); }

.pricing .item.best-buy .heading {
  padding-top: 35px; }

.pricing .item.best-buy .content-plan {
  padding-bottom: 45px; }

.pricing .item .item-inner {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  border: 1px solid #dee1e6; }

.pricing .item .item-inner:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

.pricing .item .heading {
  margin-top: 0;
  padding: 20px 0px 30px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.pricing .item .heading .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  border-bottom: 1px solid rgba(222, 225, 230, 0.46); }

.pricing .item .content-plan {
  padding: 40px 15px 30px;
  padding-top: 0;
  font-size: 14px; }

.pricing .item .price-figure {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto; }

.pricing .item .price-figure .number {
  font-size: 44px;
  font-weight: 400; }

.pricing .item .price-figure .number small {
  font-size: 20px; }

.pricing .item .price-figure .unit {
  font-weight: 400; }

.pricing .item .price-figure .currency {
  top: -12px;
  right: 2px;
  position: relative;
  font-family: arial, sans-serif;
  color: #666666;
  font-size: 18px; }

.pricing .item .ribbon {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 110px;
  height: 110px;
  overflow: hidden; }

.pricing .item .ribbon .text {
  position: relative;
  left: -9px;
  top: 20px;
  width: 158px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #31d9ac;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0); }

.pricing .item .ribbon .text:before,
.pricing .item .ribbon .text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #2e4050;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.pricing .item .ribbon .text:before {
  left: 0; }

.pricing .item .ribbon .text:after {
  right: 0; }

.pricing .item .feature-list {
  margin: 30px 0 10px; }

.pricing .item .feature-list li {
  border-bottom: 1px solid rgba(222, 225, 230, 0.56);
  padding: 8px 0;
  text-align: left; }

.pricing .item .feature-list li .fas {
  margin-right: 5px; }

.pricing .item .feature-list li .fa-info-circle {
  margin-left: 5px; }

.pricing .item .feature-list li.disabled {
  color: #999999; }

.pricing .item .feature-list li.disabled .fas {
  color: #999999; }

.btitle {
  font-size: 25px;
  line-height: 44px; }

/* nav pills */
.pricing .nav-pills {
  margin-bottom: 80px; }

.pricing .nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */ }

.pricing .nav-pills {
  text-align: center; }

.pricing .nav-pills > li:first-child {
  margin: 0; }

.pricing .nav-pills > li + li {
  margin-left: -4px; }

.pricing .nav-pills > li.active > a, .pricing .nav-pills > li.active > a:hover {
  color: #fff;
  background: #0091ea; }

.pricing .nav-pills > li:first-child > a {
  border-radius: 4px 0 0 4px;
  border-right: 0; }

/*
.pricing  .nav-pills>li>a {
border-radius: 0;
border-right: 0;
border-left:0;
}
*/
.pricing .nav-pills > li:last-child > a {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid;
  border-left: 0; }

.pricing .nav-pills > li > a {
  width: 160px;
  background: 0;
  box-shadow: none;
  font-size: 13px;
  color: #0091ea;
  font-weight: 600;
  border: 1px solid #0091ea;
  text-align: center;
  padding: 9px 0 10px; }

.pricing .nav-pills > li > a:hover {
  background-color: rgba(30, 129, 214, 0.09); }

.pricing .nav-pills .plan-annual-save {
  overflow: hidden;
  width: 68px;
  height: 70px;
  background: url(/assets/plan-annual-save-2c6a1ffe3ca3709e82bfb17bf358c9da195fd8f7671fa1b30cb8e45f980b8bca.png) no-repeat;
  display: none;
  position: absolute;
  margin: 0;
  top: -28px;
  right: -72px;
  display: block; }

/* ===== payment plan ===== */
.secure {
  font-size: 14px; }

.payment-plan {
  margin-top: 30px; }

.payment-form {
  margin-top: 30px; }

.payment-plan .form-control {
  height: 46px;
  padding: 10px 0px 10px 10px;
  border: 1px solid #ced7de; }

.payment-plan label {
  color: #525e70;
  font-weight: 700;
  margin: 0 0 8px; }

.payment-plan .card-number {
  background: #fff url(/assets/payment-cards-c16b094e5b85e0885180b6e5d6059b81f7948887eea717c38d2c5335ec017b85.png) no-repeat right; }

.payment-plan hr {
  border-top: 1px solid rgba(206, 215, 222, 0.65);
  margin: 0; }

.payment-plan .highlight {
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #3830A3;
  border: 1px solid #3830A3;
  border-radius: 100px;
  padding: 4px 6px;
  margin: 0; }

.payment-plan .well {
  background-color: #f4f4f9;
  border: 1px solid rgba(217, 223, 229, 0.73);
  box-shadow: none;
  padding: 30px 30px 10px; }

.payment-plan .well .well {
  padding: 20px;
  margin-bottom: 0; }

.payment-plan .back-plan {
  position: absolute; }

.payment-plan .btn-biding {
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px; }

.payment-plan textarea.form-control {
  height: 96px; }

/* modal */
.modal-wide .modal-body {
  overflow-y: auto;
  height: 500px; }

@media (min-width: 768px) {
  .payment-plan .btn-biding {
    font-size: 15px;
    padding: 14px 46px 13px; } }

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .payment-plan .form-control {
    padding: 4px; }
  .payment-plan .back-plan {
    position: relative;
    margin-bottom: 20px;
    left: 30px; } }

@media (max-width: 768px) {
  .payment-plan .back-plan {
    position: relative;
    margin-bottom: 20px;
    left: 30px; } }

/* Landscape phones and smaller */
@media (max-width: 480px) {
  h2 {
    font-size: 24px; }
  .secure {
    padding: 10px 20px 0; }
  .payment-plan .back-plan {
    position: relative;
    margin-bottom: 20px;
    left: 30px; }
  .pricing .nav-pills .plan-annual-save {
    top: -11px;
    right: -72px; }
  .pricing .nav-pills > li + li {
    margin-left: 0px; }
  .pricing .nav-pills > li:first-child > a {
    border-radius: 4px; }
  .pricing .nav-pills > li:last-child > a {
    border-radius: 4px;
    border: 1px solid;
    margin-top: 4px; } }

.sort_link.sorting:before {
  content: "\f0dc";
  color: #bbbbbb;
  margin-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-size: 12px; }

.sort_link.desc.sorting:before,
.sort_link.asc.sorting:before {
  color: var(--second_color); }

.sort_link.desc.sorting:before {
  content: "\f0dd"; }

.sort_link.asc.sorting:before {
  content: "\f0de"; }

.clear-all {
  clear: both;
  display: block; }

.date_selection {
  display: none; }

.validate-message {
  padding: 10px;
  display: inline-block;
  float: left;
  color: #f00;
  font-size: 15px;
  font-weight: bold;
  margin-left: 65%;
  width: 250px;
  margin-top: -10px; }

.validate-account-message {
  padding: 10px;
  display: inline-block;
  float: left;
  color: #f00;
  font-size: 15px;
  font-weight: bold;
  margin-top: -10px; }

.inline_link {
  display: inline !important;
  padding: 0 !important; }

.pagination_container select {
  height: 30px;
  display: block;
  float: right;
  margin-left: 5px;
  border: 1px solid #DADDE4;
  background-color: #FCFCFD; }

.sp-toolbar.pull-right .dropdown-menu {
  margin-top: 0; }

.table_search_field {
  border-right: 1px solid #D8E1EA !important; }

.setting-box {
  overflow: auto;
  clear: both; }

.mtop-17 {
  margin: 20px 0 0 10px !important; }

.datepicker-dropdown.dropdown-menu {
  margin-top: 0; }

.daterangepicker.dropdown-menu {
  margin-top: 0; }

.display_none {
  display: none; }

.mass_export {
  margin-left: 4px; }

/* Scrollable column for users */
.pre-scrollable {
  max-height: 160px;
  overflow-y: scroll; }

/* User thumbnails */
.img-users {
  display: block;
  height: auto;
  width: auto;
  max-width: 35px;
  max-height: 35px; }

/* Text displaying xero organisation */
.show-vertical {
  height: 70px;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */ }

/* Text Areas Width */
textarea {
  /* will prevent resizing horizontally */
  resize: vertical; }

/* Brand images */
.img-center {
  margin: 0 auto; }

.big-text {
  font-size: 200% !important; }

brand-image {
  object-fit: contain; }

/* Align spenddoc list table headers/cells */
.sp-doc-table td,
.sp-doc-table th {
  text-align: left; }

/* Doc Entry Back button */
/* Arrow Buttons */
.button-box {
  text-align: center;
  padding-right: 2.5em; }

.padr-5 {
  margin-right: 5px; }

/* Spenddoc Confidence Levels */
.fa-circle {
  color: red; }

.fa-check-circle {
  color: green; }

.fa-exclamation-triangle {
  color: #ff3a3a; }

.low-conf-field {
  background-color: #f9f8bb;
  border-color: #f22121; }

/* Remove default CSS for td.dtr-control */
td:before {
  content: none !important; }

/* Read only to appear as Disabled */
input[readonly] {
  background-color: #eeeeee !important;
  cursor: not-allowed;
  opacity: 1; }

/* Users in Things to Do List */
.users-front-page {
  max-height: 275px; }

.select2-selection--single {
  height: 36px !important;
  line-height: 20px !important;
  border-color: #d2dae5 !important;
  padding: 3px 0; }

.red_border {
  border-color: #d46f70 !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px; }

tr.border-bottom {
  line-height: 5px;
  min-height: 5px;
  height: 5px;
  width: auto;
  border-bottom: 1pt solid #efefef; }

th.no-border-bottom {
  border-style: none !important;
  vertical-align: middle !important; }

.amount_container input.amount {
  text-align: right;
  background-color: white; }

.tax_amount_container input.tax_amount {
  text-align: right;
  background-color: white; }

.spend_category_dropdown {
  width: auto !important; }

.form-group .select2-container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed; }

.form-elements {
  padding: 3px; }

.spend-trashcan {
  font-size: 1.5em; }

.spenditem-table,
.spenditem-table.tr.td {
  min-width: 100% !important; }

.select2-results__options,
input[type="text"]:disabled {
  color: #363844 !important; }

.amount-currency {
  text-align: right !important; }

.spenddoc-table > th {
  text-align: center !important; }

.vertical-align {
  display: flex;
  align-items: center; }

.btn-light-green {
  background-color: var(--second_color);
  border: none; }

.btn-light-green-or {
  border: 1px solid var(--second_color);
  color: var(--second_color); }

.btn.btn-narrow {
  padding: 1.5px;
  font-weight: 250px;
  margin-top: 8px;
  border: 0.5px solid var(--second_color); }

.btn-narrow-left {
  border-radius: 7px 0px 0px 7px; }

.btn-narrow-right {
  border-radius: 0px 7px 7px 0px; }

.btn-trans.dropdown-toggle {
  min-width: 40px; }

.form-padr {
  padding-top: 15px !important; }

.description-spenditem-field {
  height: 36px !important; }

.multi-entry-el {
  margin-top: 5px; }

.swap-container {
  padding-top: 3px !important; }

.custom-fields {
  padding-top: 5px !important; }

.spenddocs.doc_reviewed {
  background-color: #ffffff; }

.review-content {
  border-radius: 6px;
  background-color: #fff;
  min-height: calc(100% - 50px);
  min-width: 97%;
  max-width: 97%;
  left: 18px; }

.review-sp {
  background-color: #eff1f6;
  margin-bottom: 34px;
  border-radius: 6px;
  padding: 22px 22px;
  min-height: calc(100% - 50px);
  min-width: 100%;
  position: absolute; }

.review-icon {
  padding-top: 140px; }

.review-cont {
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */ }

.review-cont-top {
  padding-top: 90px !important; }

.review-text {
  color: #918e8e;
  padding: 8px; }

.review-el {
  padding-top: 30px; }

.review-label {
  font-size: 1.1em;
  display: flex;
  align-items: left; }

/* resize images */
.img-container {
  width: 70px;
  height: 70px; }

.img-container img {
  width: 100%;
  height: auto; }

.spenditem-amount {
  text-align: right !important; }

.pending-field {
  left: 296px !important; }

.login-terms {
  font-size: 13px;
  line-height: 22px; }

.alert-dismissible .close {
  right: 0; }

.search_container {
  clear: both; }

.table-responsive {
  overflow: auto; }

.pagination_container {
  text-align: right; }
  .pagination_container .results_limit {
    padding-left: 6px; }

.pagination {
  margin: 0; }

th a {
  color: #323333; }

.search_container .btn {
  background-color: #7fc138;
  border-color: #7fc138;
  padding: 6px; }
  .search_container .btn:hover {
    background-color: #fff;
    color: #7fc138; }

.under-construction {
  background-color: #FDB0B0; }

#toast-container {
  top: 45%; }

/*remove arrows in number fields*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.right-align {
  text-align: right; }

.table_search_form .input-group {
  width: 100%; }

body.subscriptions.index {
  background-color: #F5F5FA; }
  body.subscriptions.index h2 {
    font-family: helvetica; }

body.subscriptions.show, body.subscriptions.custom {
  background-color: #FFFFFF; }

.slidecontainer {
  width: 90%;
  margin-bottom: 50px; }

.slidecontainer b {
  position: absolute;
  margin-top: 10px; }

.custom-slider {
  -webkit-appearance: none;
  width: 70%;
  height: 13px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out; }

.custom-slider:hover {
  opacity: 1; }

.custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--second_color);
  cursor: pointer; }

.custom-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 50%;
  background: var(--second_color);
  cursor: pointer; }

/*---------------
 main content
----------------- */
.spenddoc_new_template {
  color: #006400; }

.spenddoc_new_template:hover {
  color: #2e8b57; }

.missing {
  color: #ff8c00; }

.missing:hover {
  color: #ff4500; }

.remove_template_selection {
  color: var(--second_color); }

.remove_template_selection:hover {
  color: #8f90ab; }

/*---------------
 Select Areas
----------------- */
.page_loader {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(/assets/ripple-819ca50b5c5ce88a9fb7e93b362a5c15ea84b1750c6725714d345841d8007319.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px;
  position: absolute;
  z-index: 100;
  min-height: 400px; }

.select-areas-overlay {
  background-color: #000;
  overflow: hidden;
  position: absolute; }

.blurred {
  /*filter: url(/filters.svg#blur3px);
 	-webkit-filter: blur(1px);
 	-moz-filter: blur(1px);
 	-o-filter: blur(1px);
 	filter: blur(1px);*/ }

.select-areas-outline {
  overflow: hidden; }

.select-areas-resize-handler {
  background-color: #000;
  border: 1px #fff solid;
  height: 8px;
  width: 8px;
  overflow: hidden; }

.select-areas-delete-area {
  cursor: pointer;
  height: 16px;
  width: 16px; }

.delete-area {
  position: absolute;
  cursor: pointer;
  padding: 5px; }

#active_pdf_image {
  width: 100%; }

@media only screen and (max-width: 600px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
    white-space: normal;
    text-align: left; }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold; }
  /*
  Label the data
  */
  #no-more-tables td:before {
    content: attr(data-item-details); } }

.tree, .tree ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.tree ul {
  margin-left: 1em;
  position: relative; }

.tree ul ul {
  margin-left: .5em; }

.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid; }

.tree li {
  margin: 0;
  padding: 0 1em;
  line-height: 2em;
  color: #369;
  font-weight: 700;
  position: relative; }

.tree ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0; }

.tree ul li:last-child:before {
  background: #fff;
  height: auto;
  top: 1em;
  bottom: 0; }

.indicator {
  margin-right: 5px; }

.tree li a {
  text-decoration: none;
  color: #369; }

.tree li button, .tree li button:active, .tree li button:focus {
  text-decoration: none;
  color: #369;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0; }

.tabs_ul {
  margin: 0 0 0 6px;
  padding: 0; }

.tabs_ul li {
  margin-right: 30px;
  list-style: none;
  display: inline-block; }

.tabs_ul li.active > a {
  cursor: default; }

.tabs_ul li > a {
  color: var(--second_color);
  font-size: 14px;
  font-weight: 600;
  padding: 5px 0 14px;
  display: block; }

ul.tabs_ul > li.active > a,
ul.tabs_ul > li:hover > a {
  color: var(--second_color);
  border-bottom: 3px solid var(--main_color); }

.tab {
  display: none;
  padding: 20px 20px;
  border: 1px solid #ddd; }

.dataTable input[type="text"] {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
  font-size: 14px;
  color: #333; }

.dataTable select {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
  font-size: 14px;
  color: #333; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mt-4 {
  margin-top: 4rem; }

.mt-5 {
  margin-top: 5rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mb-4 {
  margin-bottom: 4rem; }

.mb-5 {
  margin-bottom: 5rem; }

.ml-1 {
  margin-left: 1rem; }

.ml-2 {
  margin-left: 2rem; }

.ml-3 {
  margin-left: 3rem; }

.ml-4 {
  margin-left: 4rem; }

.ml-5 {
  margin-left: 5rem; }

.mr-1 {
  margin-right: 1rem; }

.mr-2 {
  margin-right: 2rem; }

.mr-3 {
  margin-right: 3rem; }

.mr-4 {
  margin-right: 4rem; }

.mr-5 {
  margin-right: 5rem; }

.pt-1 {
  padding-top: 1rem; }

.pt-2 {
  padding-top: 2rem; }

.pt-3 {
  padding-top: 3rem; }

.pt-4 {
  padding-top: 4rem; }

.pt-5 {
  padding-top: 5rem; }

.pb-1 {
  padding-bottom: 1rem; }

.pb-2 {
  padding-bottom: 2rem; }

.pb-3 {
  padding-bottom: 3rem; }

.pb-4 {
  padding-bottom: 4rem; }

.pb-5 {
  padding-bottom: 5rem; }

.pl-1 {
  padding-left: 1rem; }

.pl-2 {
  padding-left: 2rem; }

.pl-3 {
  padding-left: 3rem; }

.pl-4 {
  padding-left: 4rem; }

.pl-5 {
  padding-left: 5rem; }

.pr-1 {
  padding-right: 1rem; }

.pr-2 {
  padding-right: 2rem; }

.pr-3 {
  padding-right: 3rem; }

.pr-4 {
  padding-right: 4rem; }

.pr-5 {
  padding-right: 5rem; }

.select2-container--disabled .select2-selection__rendered {
  opacity: 0.5;
  cursor: not-allowed; }
