.header-login-logo img {
	height: 100px;
}
.header-login-logo {
	font-weight: bold;
	font-size: 18px;
}

.main-profile-menu a {
	font-size: 16px;
}
.main-profile-menu a i {
	font-size: 20px;
}

.error-message {
	color: #ff473d;
}

.hide {
	display: none;
}

.box-search .dropdown-menu {
  border-color: rgba(0, 0, 0, 0.125);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.box-search .dropdown-menu a {
  color: #1F2937;
  padding: 9px 20px;
}
.box-search .input-group-btn .btn-white {
  background-color: #FFFFFF;
  border-color: rgba(210,214,222);
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #1F2937;
  padding-top: 9px;
  padding-bottom: 9px;
}
.box-search input {
  border-radius: 5px;
  color: #1F2937;
  height: auto !important;
  padding: 9px 12px;
  padding-right: 90px;
}
.box-search .dropdown .btn-white {
  border-color: rgba(210,214,222);
  background-color: #FFFFFF;
  border-radius: 5px;
  color: #1F2937;
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
}
.box-search .dropdown .caret {
  margin-left: 5px;
}
.box-search .icon-search,
.box-search .search-reset {
  position: absolute;
  right: 55px;
  top: 7px;
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 18px;
  z-index: 5;
}
.box-search .icon-search-advanced {
  position: absolute;
  right: 10px;
  top: 9px;
  z-index: 5;
}
.box-search .icon-search-advanced a {
  font-size: 16px;
  background-color: #F3F4F6;
  padding: 5px 10px;
  color: #1F2937;
  border-radius: 3px;
}
.box-search .search-box .detail-menu.adv-search:before {
  right: 20px;
}
.box-search .search-reset {
  right: 85px;
}

.search-box {
  position: relative;
  clear: left;
  display: none;
}
.search-box .src-title {
  float: left;
}
.search-box .src-title {
  position: relative;
  padding: 15px;
  color: #FFF;
  background-color: #292f33;
  z-index: 3;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.search-box .src-input {
  width: 100%;
  padding: 12px;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(64, 73, 79, 0.3);
  box-shadow: 0 2px 5px rgba(64, 73, 79, 0.3);
}
.search-box .src-input input {
  padding: 3px 139px 3px 10px;
  width: 89%;
  border: none;
}
.search-box .src-detail {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f0f2f3;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.search-box .src-detail a {
  display: block;
  padding: 15px;
  color: #000;
}
.search-box .src-detail i {
  margin-right: 0;
  font-size: 10px;
}
.search-box .detail-menu {
  width: 100%;
  padding: 15px;
  background-color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 999;
}
.search-box .detail-menu.adv-search {
  position: absolute;
  top: 15px;
  width: 100%;
  padding: 15px;
  background-color: #e1e6f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 999;
}
.search-box .detail-menu.adv-search.relative {
  position: relative;
  top: inherit;
}
.search-box .detail-menu.adv-search:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -7px;
  right: 65px;
  border-width: 0 7px 7px;
  border-style: solid;
  border-color: #e1e6f1 transparent;
}
.search-box .columnDropdown {
	width: 100%;
}
.search-box .dropdown-toggle {
	width: 100%;
	background-color: #FFF;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
	bottom: 0;
}

.ajax-loading {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.content-wrapper-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0, 0.05);
}

.row-small {
  margin-left: -5px;
  margin-right: -5px;
}
.row-small [class*="col-"],
.row-small [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.field-added .item:first-child .removed {
  opacity: 0;
  visibility: hidden;
}

.table-bordered thead th[mainalign="left"] {
  text-align: left !important;
}
.table-bordered thead th[mainalign="right"] {
  text-align: right !important;
}

.modal-document-picker .document-item {
  cursor: pointer;
}

.advanced-search.search-box .dropdown-toggle {
  border: 1px solid #e1e6f1;
}
#advanced-search.advanced-search.search-box .list-field.form-group {
  margin-bottom: 0;
}

#wrapper-reporting iframe {
    height: calc(100vh - 180px);
    border: none;
    box-shadow: 0 8px 16px 0 rgb(162 169 204 / 24%);
    background-color: #FFF;
}

.box-text-wa {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #FFF;
  padding: 10px;
  -webkit-box-shadow: 0 0 3px #00a65a;
}
.tmp-text-wa {
  background-color: #F4F4F4;
  border:none;
  -webkit-appearance: none;
  outline: none;
  padding: 5px;
}

#report-overview-table td,
#report-overview-table th {
  font-size: 12px;
  padding: 5px;
  line-height: 14px;
}
#report-overview-table th {
  vertical-align: middle;
}

.table.dataTable th[mainalign="left"] {
  text-align: left !important;
}
.report-footer {
  background-color: #f1f2f9;
  font-weight: bold;
}

.table thead th[mainalign="right"] {
  text-align: right !important;
}

@media (max-width: 767px) {
  #wrapper-reporting iframe {
      height: 100vh;
  }
}

.btn-border {
  border: 1px solid rgba(0,0,0,.2);
}
.header-login-logo h1 {
  font-size: 24px;
}
.header-login-logo .icon-header {
  font-size: 54px;
}

#list-access a {
  color: #FFF;
  font-size: 34px;
}

.badge {
  border-radius: 3px;
}
.badge-canceled {
  color: #fff;
  background-color: #dc3545;
}
.badge-confirmation,
.badge-pending {
  background: #e9e9f1;
  color: #282f53;
}
.badge-rejected {
  color: #fff;
  background-color: #ff473d;
}
.badge-approved,
.badge-paid,
.badge-invoiced {
  color: #fff;
  background-color: #03c895;
}
.badge-accepted {
  color: #fff;
  background-color: #01b8ff;
}
.transaction_status .badge {
  font-size: 12px;
}

.main-content-body-profile .nav {
  padding: 1rem 1.25rem 0.8rem !important;
}

.f18 {
  font-size: 18px !important;
}
.f16 {
  font-size: 16px !important;
}
.f14 {
  font-size: 14px !important;
}
.f12 {
  font-size: 12px !important;
}

.document-pdf i {
  font-size: 34px;
}

.toogle-sound a {
    font-weight: bold;
    color: #00a65a;
}
.toogle-sound a.disabled {
    color: #a00000;
}

#radio-container .radio-item {
  text-align: center;
  margin-right: 1rem;
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 1rem;
  cursor: pointer;
  line-height: 16px;
}
#radio-container input:checked + .radio-item {
  border-color: #902b22;
  color: #902b22;
}
#radio-container .radio-item img {
  margin-bottom: 0.5rem;
}
#radio-container input {
  display: none;
}
#radio-container label {
  margin-bottom: 0;
}
.radius-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.radius-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.border-x-0 {
  border-right: 0 !important;
  border-left: 0 !important;
}
.form-control-text {
  background-color: #e9ecef;
  height: 38px;
  padding: 5px 15px;
  border: 1px solid #e1e6f1;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #e1e6f1 !important;
  border-radius: 0 !important;
  height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0.375rem 0.75rem !important;
  line-height: 26px !important;
}

#authMessage.message {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.mandatory,
.mandatory + .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-left: 3px solid #dc3545 !important;
}
.mandatory.filled,
.mandatory.filled + .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-left: 3px solid #e1e6f1 !important;
}

.main-content-title .badge {
  font-size: 12px;
}

table.dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
table.dataTable input {
  height: 32px;
}

.form-added tbody tr:first-child .removed {
  display: none;
}

.line-1 {
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-2 {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-3 {
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.report-footer,
tfoot td {
  color: #334151;
  background-color: #f1f2f9;
  font-weight: bold;
}

.table-responsive {
  min-height: 200px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        -webkit-transition: none;
        transition: none;
    }
}
.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}
.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.offcanvas.show {
    -webkit-transform: none;
    transform: none;
}
.offcanvas-header {
    border-bottom: none;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.btn-solid {
    color: #fff;
    background-color: #8760fb;
    border-color: #8760fb;
}

#table-commission tr.field-copy td .removed {
  display: none;
}

.confirmation-photo {
  border: 1px solid #dadff6;
  padding: 5px;
  height: 200px;
  border-radius: 10px;
}
.confirmation-photo img {
  object-fit: cover;
  height: 100%;
  pointer-events: none;
}
.confirmation-photo i {
  font-size: 24px;
}
.offcanvas-take-photo input,
.offcanvas-take-photo textarea {
  position: absolute;
  top: -100px;
}
.offcanvas-take-photo textarea {
  display: none;
}
.offcanvas-take-photo {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.offcanvas-upload-photo .error-message {
  font-size: 14px;
}
.offcanvas-take-photo-item {
  overflow: hidden;
  position: relative;
}
.offcanvas-take-photo-item iframe {
  object-fit: cover;
  /*width: 110px;*/
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.item-copy .removed {
  display: none;
}

.bg-blue-subtle {
    background-color: #c9d8f0;
    color: #00388d;
}
.bg-indigo-subtle {
    background-color: #d1c2e9;
    color: #35018a;
}
.bg-purple-subtle {
    background-color: #e1daf3;
    color: #32008f;
}
.bg-pink-subtle {
    background-color: #f0d7ea;
    color: #8b0046;
}
.bg-red-subtle {
    background-color: #e4b7bb;
    color: #88000e;
}
.bg-orange-subtle {
    background-color: #FED8B7;
    color: #8f4000;
}
.bg-yellow-subtle {
    background-color: #f7e4a4;
    color: #995c00;
}
.bg-green-subtle {
    background-color: #d0f3e2;
    color: #008848;
}
.bg-cyan-subtle {
    background-color: #bce4eb;
    color: #00738a;
}

.dropzone.dz-clickable.primary-dropzone,
#file-drop-zone {
    background: rgb(1 126 250 / 10%);
    border: 1px solid rgb(1 126 250 / 20%);
    border-radius: 0.4rem;
}
#file-drop-zone {
  padding: 2em 1em;
  text-align: center;
}
.dz-default.dz-message i,
#file-drop-zone i {
    font-size: 3rem;
    color: #00c194;
    display: block;
    margin-bottom: 0.5rem;
}
.dz-default.dz-message span,
.dragdrop.box p {
    color: #13487e;
    font-weight: 500;
}
i.req {
    color: #e41515;
}
.upload-document,
.upload-document-filename input[type="file"] {
  display: none;
}
#file-drop-zone,
.upload-document-delete {
  cursor: pointer;
}
.upload-document-delete {
  position: absolute;
  right: 0;
  top: 0;
  border-bottom-left-radius: 5px;
}
#file-drop-zone .upload-document-delete i {
  font-size: 24px;
  margin-bottom: 0;
}
.upload-document-filename .document-items {
  height: 250px;
  width: 100%;
}
.document-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-wrapper-pleasewait {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0, 0.05);
}
.ajax-pleasewait {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: center;
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ajax-pleasewait img {
  width: 50%;
  max-width: 100%;
}

.sw-theme-basic.nav {
    border-bottom: 4px solid rgba(102,119,145, .75);
}
.sw-theme-basic.nav .nav-link {
  display: flex;
  margin: 0;
  padding: 1rem;
  text-align: start;
  position: relative;
}
.sw-theme-basic.nav .nav-link.default {
    color: #CCC;
    cursor: pointer;
}
.sw-theme-basic.nav .nav-link.active {
    color: rgba(88,64,239,0.75);
}
.sw-theme-basic.nav .nav-item .nav-link .num {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(102,119,145, .75);
    border-radius: 22px;
    color: #fff;
    float: none;
    font-size: 1.5rem;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    margin-right: 1rem;
    width: 44px;
}
.sw-theme-basic.nav .nav-item .nav-link.active .num {
    background-color: #5840ef;
}
.sw-theme-basic.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}
.sw-theme-basic.nav .nav-link:after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    transition: all .35s ease .15s;
    width: 0;
    width: 100%;
}
.sw-theme-basic.nav .nav-item .nav-link:after {
    bottom: -4px;
    height: 4px;
}
.sw-theme-basic.nav .nav-link.active:after {
    background: rgba(88,64,239,0.75) !important;
}

.badge.checkout {
  font-size: 14px;
  background-color: rgba(220,53,69); !important;
  color: #FFF !important;
}
.badge.paid {
  font-size: 14px;
  background-color: rgba(126,170,0); !important;
  color: #FFF !important;
}
.badge.canceled {
  font-size: 14px;
  background-color: rgba(102,119,145); !important;
  color: #FFF !important;
}