input:focus {outline:none;}
input::-moz-focus-inner {border:0;}
input.monospace, select.monospace {
	font-family: Segoe UI;
}

body.disabled {
    pointer-events: none;
	overflow: hidden !important;
}

body div.wrapper {
    opacity: 1;
    transition: all 0.5s;
}

body.disabled div.wrapper {
	opacity: 0.4;
	transition: all 0.5s;
}

body.modal-open {
    overflow: hidden !important;
}

body:not([data-sidebar-position=right]) .sidebar-toggle {
	margin-right: 0;
}

main.maximized {
	padding: 0;
}

.sidebar-link i {
	position: absolute;
	font-size: 20px;
}

.sidebar-link span {
	margin-left: 30px;
}

.nav-separator {
	padding: 0 10px;
}

.nav-separator i {
	font-size: 2rem;
	color: #eee;
}

.dropdown .list-group .list-group-item:first-child,
.dropdown .list-group .list-group-item:last-child {
    border-radius:.2rem;
}

.navbar.narrow {
	padding: 0 1.25rem;
}

.navbar.narrow .nav-flag, .navbar.narror .nav-icon {
	font-size: 1.15rem;
}

.navbar.narrow .nav-link {
	padding: .25rem 1rem;
}

.nav-item .indicator {
	padding-top: 3px;
	font-size: .55rem;
}

.navbar.narrow .nav-item .indicator {
	padding-top: 2px;
	font-size: .6rem;
	height: 16px;
	width: 16px;
}

div#loaderAnimation {
    position: fixed;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -2000;
    opacity: 0;
}

.spinner-grow {
	width: 3rem;
	height: 3rem;
}

.form-select {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='rgb(70, 170, 106)' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M2 5l6 6 6-6'/%3E%3C/svg%3E")
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(2.8rem + 2px);
    padding: 0 .6rem;
}

.form-floating > .form-control.float,
.form-floating > .form-control.digits {
	text-align: right;
}

.form-floating > label {
    padding: .6rem .6rem;
	transform-origin: 0;
	height: inherit;
}

.form-floating.file > label {
	padding: 0;
	position: relative;
	font-size: 0.8rem;
	
}

.form-floating.file label {
    font-weight: 500;
	color: #000;
}

.fieldDescription {
	hyphens: auto;
	display: none;
	font-size: .75rem;
	margin-top: 2px;
}

.fieldDescription:not(.notHideable) {
    padding-left: 1.2rem;
}

.fieldDescription.notHideable {
	display: inherit;
}

.fieldDescriptionLink {
    font-size: 1rem;
    cursor: pointer;
	float: left;
	margin-bottom: 15px;
}

.form-control {
    font-size: 1.05rem;
}

.form-floating > .form-select {
	font-size: 1rem;
	padding-top: 1rem;
	padding-left: 7px;
}

form#fillIn .form-floating > .form-select,
form#fillIn .form-floating > .form-control {
	padding: .6rem .6rem;
}

form#fillIn .form-floating > .form-control:focus, form#fillIn .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: .625rem;
    padding-bottom: .625rem;
}

form#fillIn input.form-select {
	padding-top: .625rem !important;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
	transform: scale(.80) translateY(-.5rem) translateX(.15rem);
	margin-top: -5px;
}

.form-floating>label {
    font-size: 1rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity:.65;
    transform:scale(.80) translateY(-.5rem) translateX(.15rem);
}

form#fillIn .form-floating>.form-control:focus~label,
form#fillIn .form-floating>.form-control:not(:placeholder-shown)~label,
form#fillIn .form-floating>.form-select~label {
    opacity:1;
    transform:scale(.80) translateY(-.75rem) translateX(.75rem);
	background-color: #fff; 
	padding-top: 0px;
	padding-bottom: 0px;
}

.card-header {
	background-color: #46aa6a;
	color: #fff;
}

.card-footer {
	padding: 0.5rem 1.25rem;
}

.form-floating>.form-select.no-label {
    padding-top:0px;
    padding-bottom:0px;
}

.input-group-text {
	background-color: #46aa6a;
	color: #eee;
	border: none;
}

.input-group > .text-danger {
	flex-basis: 100%;
}

.form-floating.input-group .input-group-text {
	font-size: 1.4rem;
}

.form-check-input {
	width: 1rem;
	height: 1rem;
}

.form-check-label {
	line-height: 1.6rem;
}

.form-new-line {
    font-size: 1.1rem;
    padding-top: 1rem;
}

form#fillIn .form-new-line {
	font-size: 1.1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

form#fillIn .form-new-line.form-group-separator {
	padding-top: 0px;
	padding-bottom: 0px;
}

.form-new-line.hideable div.label {
	margin-left: 20px;
	cursor: pointer;
}

.form-new-line i {
    transform: rotate(0deg);
    transition: all .25s; 
}

.form-new-line.opened i {
    transform: rotate(90deg);
	transition: all .25s;
	margin-left: 1px;
}

.form-new-line-empty {
	padding-top: 0px;
}

.form-new-line hr {
	border-bottom: 1px solid #2A5396;
	margin: 0 0 4px 0;
}

.btn-lg {
	height: calc(3.5rem + 2px);
	font-size: 1.25rem;
}

.btn-simple {
	box-shadow: none !important;
	border: none;
	transition: all 0.5s;
}

.btn-simple:hover {
	color: inherit !important;
}

.btn-no-shadow {
	box-shadow: none !important;
}

.btn-fnc {
	width: 100%;
	font-size: 14px;
}

button.btn-add:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f067';
    margin-right: 5px;
}

button.btn-remove:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f00d';
    margin-right: 5px;
}

div.file-download {
	width: 100%;
}

div.file-download a {
	display: flex;
    align-items: center;
	margin: 5px 0px;
	max-width: 100%;
	word-wrap: anywhere;
	box-shadow: none;
}

div.file-download a.download i {
	margin-right: 5px;
}

div.file-download a:not(.download) {
	max-width: 30px;
	min-width: 30px;
	justify-content: center;
	padding-left: 0px;
	padding-right: 0px;
}

div.file-download input {
	background-color: transparent;
}

div.card {
	
}

div.card.removable-form-element {
    margin-bottom: 0px;	
}

div.card.removable-form-element.empty-body {
    margin-bottom: 10px; 
}

div.card.removable-form-element div.card-header {
	font-size: 1rem;
	height: calc(2.8rem + 2px);
	line-height: 1.4rem;
    padding-top: 12px;
	padding-left: .6rem;
}

div.card.removable-form-element.empty-body div.card-header {
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

div.card.removable-form-element.empty-body div.card-body {
	padding: 0;
}

.btn {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);
}

.card .btn {
	box-shadow: none;
}

.btn-simple {
	box-shadow: none;
	padding: 0px;
}

.btn-simple:hover {
	background-color: inherit;
}

.btn-danger .btn-simple:hover {
	color: green !important;
}

button.close-card,
button.close-card:hover {
	position: absolute;
	padding: 0px;
	font-size: 1.4rem;;
	right: .5rem;
	color: #fff;
	margin-top: -9px;
}

div.card.credit-product {
	cursor: pointer;
	height: 100%;
	border: 1px solid #e0e7ef;
}

div.card.credit-product .list-group-item {
	padding: .35rem 1.25rem;
}

div.card.credit-product div.card-header {
	transition: all 0.6s;
	padding: 0.75rem;
	border-radius: .25rem .25rem 0px 0px;
	background-color: #748da3;
}

div.card.credit-product div.card-header .card-title {
	color: #fff;
}

div.card.credit-product.selected div.card-header {
	background-color: #46aa6a;
	transition: all 0.6s;
}

div.card.credit-product.notAvailable div.card-header {
    background-color: #ff6263;
}

div.card.credit-product.selected.notAvailable div.card-header {
    background-color: #dd1f25;
}

div.card.credit-product div.card-footer {
    transition: all 0.6s;
}

div.card.credit-product.selected div.card-footer {
	background-color: #f4fff7;
    transition: all 0.6s;
}

div.card.credit-product.notAvailable.selected div.card-footer {
	background-color: #ffeff0;
}

div.card.credit-product .product-data {
	font-weight: 500;
}

div.card.credit-product {
	transition: all 0.6s;
	transform: rotateY(0deg);
}

div.card.credit-product.selected {
	transform: rotateY(180deg);
	background-color: #f4fff7;
	transition: all 0.6s;
}

div.card.credit-product.notAvailable.selected {
	background-color: #ffeff0;
}

div.card.credit-product .card-body {
	border-bottom: 1px solid #e0e7ef;
}

div.card.credit-product .card-body,
div.card.credit-product .card-header h5,
div.card.credit-product .card-footer div,
div.card.credit-product > div.row {
    transform: rotateY(0deg);
    transition: all 0.6s;
}

div.card.credit-product.selected .card-body,
div.card.credit-product.selected .card-header h5,
div.card.credit-product.selected .card-footer div,
div.card.credit-product.selected > div.row {
	transform: rotateY(-180deg);
	transition: all 0.6s;
}

div.card.credit-product ul {
	padding-left: 10px;
}

li.discrepancy,
span.discrepancy {
	color: #f00;
}

li.notAccepted {
	text-decoration: line-through;
}

table.offer-comparison,
table.documents-completion-list {
	hyphens: auto;
}

table.offer-comparison tr:nth-child(even),
table.documents-completion-list tr:nth-child(even) {
	background-color: #f3f9f5;
}

table.offer-comparison tr:nth-child(even) td.comparison-parameter-label {
	background-color: #f3f9f5;
}

table.offer-comparison td {
	text-align: center;
	font-size: .775rem;
	padding: 4px 8px;
	vertical-align: top !important;
	max-width: 250px;
}


table.offer-comparison td.margin-right {
	width: 10px !important;
	min-width: 10px !important;
	padding: 0px;
}

table.offer-comparison td,
table.documents-completion-list td {
	border-bottom: 1px solid #d3e8da;
}

table.offer-comparison td:not(:last-child),
table.documents-completion-list td:not(:first-child) {
	border-left: 1px solid green;
	vertical-align: bottom;
}

table.offer-comparison td div {
	font-size: .775rem;
}

table.offer-comparison td.comparison-parameter-label {
	color: #000;
	letter-spacing: 1px;
	text-align: left;
	border-right: 0px solid green;
}

table.offer-comparison td.bank,
table.offer-comparison td.startingCost,
table.documents-completion-list thead td {
	vertical-align: top;
	background-color: #a8e0bb;
	text-align: center;
	min-width: 250px;
	color: #3E4447;
}

table.offer-comparison thead tr td.notAvailable,
table.offer-comparison tfoot tr td.notAvailable {
	background-color: #ffe7e7;
}

table.offer-comparison tr.even td.notAvailable {
    background-color: #fff4f4;
}

table.documents-completion-list td.documentCategoryLabel {
	background-color: #bdddf6;
}

table.offer-comparison div.data-bank {
	font-weight: 500;
	padding: 0 1rem;
	hyphens: none;
}

table.offer-comparison div.info {
	font-size: .725rem;
	color: #3E4447;
}

table.dataTable > thead > tr > td:not(.sorting_disabled), table.dataTable > thead > tr > th:not(.sorting_disabled) {
	padding-right: 8px;
}

div.marginInterestInfo div {
	font-size: 11px;
	white-space: nowrap;
	text-align: center;
}

div.insurance-description,
div.data-earlierPayment,
div.data-overpayment
{
	text-align: justify;
}


div.insurance-data {
	text-align: center;
}

div.insurance-description {
	font-size: .725rem !important;
}

form div.hidden:not(.always-visible),
form div.hidden + div.form-new-line {
	display: none;
}

.form-switch .form-check-input {
	cursor: pointer;
	height: 1.1rem;
	width: 2.5rem;
	margin-top: 2px;
}

.info .form-switch {
	display: inline;
}

.info .form-switch .form-check-input {
	height: .9rem;
    width: 2rem;
}

.form-switch.activate-x-sell {
	padding: 10px 15px 0 15px;
	display: inline;
}

.btn-change-variant,
.btn-change-months {
	padding: 0 4px;
	box-shadow: none;
	border: none;
}

.dropdown-item {
	font-size: .775rem;
}

.form-check-input {
    border-color: #9fc0f5;
    outline: 0;
    box-shadow: none;
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239fc0f5'/%3e%3c/svg%3e");
}

.btn-group.change-variant {
	padding: 0px 15px;
}

table.dataTable {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

div#offer-comparison_wrapper .dataTables_scrollHead {
	
}

.dropdown-toggle:after {
	margin-left: 6px;
}

.notyf__toast.product-change {
	background-color: #3672ca;
	max-width: 500px;
}

.product-change .notyf__message {
    white-space: nowrap;
    font-size: .825rem;
}

.notyf__message b {
	color: #fff !important;
	font-weight: 600;
}

a.dropdown-item.activated::before {
	font-family: 'Font Awesome 6 Pro';
    content: '\f058';
    margin-right: 5px;
	position: absolute;
	margin: 20px 0 0 -20px;
	
	color: green;
	font-size: 1rem;
}

.fad.offer-param {
	color: #3f80ea;
	position: absolute;
	margin-left: 5px;
	margin-top: 2px;
	cursor: pointer;
}

.fa-undo-alt.offer-param {
	margin-left: 25px;
}

.fad.fa-coins.financed,
.fad.fa-check.offer-param {
	font-size: .9rem;
}

.ajaxLink {
	cursor: pointer;
	transition: all 0.25s;
}

.ajaxLink:hover {
	color: #3f80ea;
	transition: all 0.25s;
}

table.offer-comparison input {
	border-radius: 5px;
	border: 1px solid #b2ccf7;
	font-size: 0.65rem;
	padding: 0px 10px;
	margin: 0 auto;
	text-align: center;
}

td.bank .fa-ellipsis-v {
	position: relative;
	float: right;
	font-size: 1rem;
}

td.bank .dropdown-item {
	padding: .25rem 1rem;
}

td.bank .dropdown-item .fad {
	margin-right: 5px;
	font-size: .9rem;
}

td.bank .dropdown-item .fa-copy {
    margin-left: 2px;
	margin-right: 8px;
}

td.bank .dropdown-item .fa-pencil {
    margin-right: 12px;
	margin-left: 1px;
}

td.bank .fa-ellipsis-v {
	cursor: pointer;
	color: #3f80ea;
	padding-left: 10px;
}

td.bank .dropdown-menu {
	transform: translate(-10px, -3px) !important;
	padding-top: 3px;
	padding-bottom: 3px;
}

.dropdown-menu .fad {
	color: #3f80ea;
}

.dropdown-menu .disabled .fad {
	color: #ddd;
}

table.offer-comparison tr.even td.clone {
	background-color: #eff6f9;
}

table.offer-comparison thead tr td.clone,
table.offer-comparison tfoot tr td.clone {
	background-color: #cbe6f2;
}

table.offer-comparison tr.even td.inactive {
    background-color: #fafafa;
}

table.offer-comparison thead tr td.inactive,
table.offer-comparison tfoot tr td.inactive {
    background-color: #ddd;
}

a#saveOffer.notSaved {
    color: #ec5f5f;
	transition: all 0.5s;
}

a#saveOffer {
	color: inherit;
	transition: all 0.5s;
}

div.collapsor div.collapsor-indicator:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\e0a6';
    font-size: 1.3rem;
	opacity: 0.7;
	font-weight: 500;
}

div.collapsor:hover div.collapsor-indicator:after {
	opacity: 1;
}

div.collapsor.collapsed div.collapsor-indicator:after {
	content: '\e0a3';
}

div.creditOffer .card-header i.fa-horizontal-rule,
div.leasingOffer .card-header i.fa-horizontal-rule
{
	margin: 0px 1px;
	color: #fff;
 	line-height: 36px;
}

div.customer div.collapsor,
div.creditOffer div.collapsor,
div.leasingOffer div.collapsor {
	display: flex;
    cursor: pointer;
	flex-grow: 10;
}

div.collapsor-indicator {
	padding: 0rem .5rem;
}

div.customer div.with-separator,
div.leadInCRM div.card-header div.with-separator,
div.creditOffer div.card-header div.with-separator {
	padding: 0rem .5rem;
	border-right: 1px solid #fff;
	align-self: center;
}

div.leadInCRM div.card-header div.with-separator {
	border-color: #000;
}

div.customer div.collapsor div {
	align-self: center;
}

div.leadInCRM .card-header i.fa-horizontal-rule {
	color: #000;
}

div.leadInCRM .collapsor {
	flex-grow: 10;
	cursor: pointer;
}

table.repayment-schedule {
	font-family: Segoe UI;
	font-weight: 500;
}

table.repayment-schedule thead td:first-child,
table.repayment-schedule tfoot td:first-child {
	border-left: 0px solid white;
}

table.repayment-schedule thead td:last-child,
table.repayment-schedule tfoot td:last-child {
    border-right: 0px solid white;
}

table.repayment-schedule thead td,
table.repayment-schedule tfoot td {
	text-align: center;
	font-weight: 600;
	background-color: #eee;
	border: 1px solid white;
}

table.repayment-schedule tfoot td {
	text-align: right;
}

table.repayment-schedule tr.sum {
    color: #ccc;
}

#repaymentScheduleModalBody {
	opacity: 1;
	transition: all 0.5s;
}

#repaymentScheduleModalBody.faded {
	opacity: 0.3;
	transition: all 0.5s;
}

div.creditOffer .fad.fa-ellipsis-v,
div.customer .fad.fa-ellipsis-v,
div.leadInCRM .fad.fa-ellipsis-v {
	font-size: 1.2rem;
	padding: 0px 10px;
	cursor: pointer;
	color: #3f80ea;
}

div.customer .fad.fa-ellipsis-v {
    font-size: 1.5rem;
}

.customer,
.creditOffer .card-header,
.leadInCRM .card-header,
.leasingOffer .card-header {
	font-size: 1rem;
	font-weight: 500;
	background-color: #748da3;
	display: flex;
	justify-content: space-between;
	border-radius: 0px;
	color: #fff;
}

.customer {
	background-color: #46aa6a;
	min-height: 44px;
}

.leadInCRM .card-header {
	background-color: #d5e7f5;
	color: #495057;
}

.leadInCRM.inactive .card-header {
	background-color: #dcdddf;
}

.creditOffer .card-header,
.leadInCRM .card-header,
.leasingOffer .card-header {
	font-size: inherit !important;
}

.creditOffer .card-header div {
	align-self: center;
}

.customerOffersWrapper .tab-content {
	padding: 0 !important;
	background-color: transparent;
}

#customersListContainer input[type=text],
#customersListContainer select {
	background-color: #f3f3f3;
	transition: all 0.5s;
}

#customersListContainer input[type=text].activated,
#customersListContainer select.activated {
	background-color: #fff;
	transition: all 0.5s;
}

#customersListContainer input:disabled {
	background-color: #ccc;
}

#customersListContainer select {
	padding-top: 15px;
}

div.customer-folder {
	font-size: .85rem;
	display: flex;
    align-items: center;
}

div.customer div.customer-folder {
	margin-right: .5rem;
}

div.customer-folder .fa-folder-open {
	font-size: 1.1rem;
}

div.customer-folder i {
	font-size: 1rem;
	opacity: 0.5;
	margin-right: 6px;
}

.form-saving:after {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
    content: '\f069';
	position: absolute;
	font-size: 1.5rem;
    animation: fa-spin 3s infinite linear;
	opacity: 0.7;
	margin-top: -45px;
    margin-left: calc(50% - .75rem);
}

.form-saving input {
	color: #ccc;
}

.form-check.form-saving:after {
	margin-top: -5px;
	margin-left: calc(0% - .75rem);
}

div.row > div.form-check {
	padding-left: 2rem; 
}

.removable-form-element div.row > div.form-check {
	padding-left: 1.5rem;
}

.customer-folder.form-saving {
	color: #aaa;
}

.customer-folder.form-saving:after {
	margin-top: -5px;
	color: #777;
}

.customer-buttons {
	margin-top: 1.5rem;
}

.modal-loader {
	font-size: 1.5rem;
	margin-left: calc(50% - 1.5rem);
}

div#uploadStatistics p.uploadDocumentInfo {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

div.loadingBarContainer {
    border: 1px solid #f39f23;
    border-radius: 5px;
}

div.loadingBar {
    height: 10px;
    background-color: #f39f23;
    border-radius: 5px;
    width: 0%;
}

div.uploadErrorMessage {
    font-size: 12px;
    opacity: 0;
    margin-top: -5px;
}

div.uploadErrorMessage.visible,
div.uploadErrorMessage.visible b {
    opacity: 1;
    transition: all 1s;
	color: #f00 !important;
}

p.uploadDocumentInfo.uploaded:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f00c';
    color: #f39f23;
    margin-left: 5px;
    transition: all 1s;
}

p.uploadDocumentInfo.uploadError:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f00d';
    color: #ff0000;
    margin-left: 5px;
    transition: all 1s;
}

span#sidebarCustomersCount {
	display: none;
	transition: .5s;
}

span#sidebarCustomersCount.visible {
	display: inherit;
	transition: .5s;
}

#sidebarCustomersCountLoader {
	position: absolute;
	right: 10px;
	margin-top: -21px;
	display: none;
	transition: .5s;
}

#sidebarCustomersCountLoader.visible {
	display: inherit;
	transition: .5s;
}

#customersDropdownLoader {
	display: none;
}

#customersDropdownLoader.visible {
    display: inherit;
}

#customersDropdownButton {
    display: none;
}

#customersDropdownButton.visible {
    display: inherit;
}

#customersDropdownButton span.indicator {
	display: none;
}

#customersDropdownButton span.indicator.visible {
    display: inherit;
}

div.customerName,
div.leadName,
div.offerName {
	align-self: center;
	cursor: pointer;
	min-width: 20px;
    min-height: 15px;
	text-decoration: underline;
}

div.customerName input,
div.leadName input,
div.offerName input,
div.reportDataPiece input,
div.documentNotesContainer input {
	border: none;
	background-color: transparent !important;
	color: #fff;
}

div.reportDataPiece input,
div.documentNotesContainer input {
	color: #495057;
}

div.leadName input {
	color: #495057;
}

div.reportDataPiece input {
	text-align: right;
	width: 150px;
}

div.documentstatus {
    margin: 0 auto;
    font-size: 24px;
	line-height: 100%;
	font-weight: 900;
}

div.documentstatus.delivered:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f058';
    color: #3f80ea;
	transition: all 0.5s;
}

div.documentstatus.missing:after {
	font-family: 'Font Awesome 6 Pro';
    content: '\f058';
    color: #f00;
	transition: all 0.5s;
}

div.documentstatus.replaced:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f058';
    color: #aaa;
	transition: all 0.5s;
}

.form-switch.delivered .form-check-input {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239fc0f5'/%3e%3c/svg%3e");
}

.form-switch.missing .form-check-input:checked,
.form-switch.replaced .form-check-input:checked,
.form-switch.delivered .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
	transition: all 0.5s;
	border-color:#3f80ea;
}

.form-switch.replaced .form-check-input {
    border-color: #ccc;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23cccccc'/%3e%3c/svg%3e");
	transition: all 0.5s;
}

.form-switch.replaced .form-check-input:focus {
	box-shadow: rgba(204, 204, 204, 0.25) 0px 0px 0px 3.2px;
}

.form-switch.missing .form-check-input {
	border-color: #f00;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ff0000'/%3e%3c/svg%3e");
	transition: all 0.5s;
}

.form-switch.missing .form-check-input:focus {
	box-shadow: rgba(256, 0, 0, 0.25) 0px 0px 0px 3.2px;
}

input.es-input {
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23020202' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
    background-position: right .7rem center;
    background-size: 16px 12px;
	padding-left: 0.6rem !important;
	padding-top: 1.625rem !important;
	caret-color: rgb(73, 80, 87);
}

form#fillIn div.form-floating:not(.multiCheckboxInputContainer) {
	padding-bottom: 25px;
}

form#fillIn div.fillInSubmitContainer div.form-floating {
	padding-bottom: 5px;
}

div.multiCheckboxInputContainer.form-floating {
	margin-top: 10px;
	padding-bottom: 20px;
}

form#fillIn div.form-checkbox,
form#fillIn div.form-check:last-child {
	padding-bottom: 19px;
}

form#fillIn div.form-checkbox div.form-check {
	padding-bottom: 0px;
}

form#fillIn .form-group-separator {
	border-bottom: 1px solid #ddd;
	margin: 0 auto;
	margin-bottom: 25px;
	width: 98.5%;
}

form#fillIn div.fillInSubmitContainer {
	position: sticky;
	bottom: 0px;
	background-color: rgb(247, 249, 252);
	padding-top: 10px;
	padding-bottom: 10px;
}

form button:not(.ignore-form-style) {
	height: calc(2px + 2.8rem);
    box-shadow: none;
	width: 100%;
}

div#ajaxLoader {
	min-height: 50px;
    display: flex;
    align-items: center;
}

div.reportLead.exhibition {
    border-color: #ffbf24 !important;
}

div.reportLead.exhibition .card-header {
    background-color: #ffbf24 !important;
}

div.reportLead.hipo {
    border-color: #318fc2 !important;
}

div.reportLead.hipo .card-header {
    background-color: #318fc2 !important;
    color: #fff;
}

div.reportLead.contactpartner {
    border-color: red !important;
}

div.reportLead.contactpartner .card-header {
    background-color: red !important;
}

div.reportLead.missingInReport div.card-body button {
    color: red;
}

div.reportDataPiece span {
	cursor: pointer;
}

i.clearDatepicker {
	cursor: pointer;
	position: absolute;
	right: 4px;
	top: 10px;
	font-size: 1.8rem;
	color: #f00;
	opacity: 0.3;
}

div#ltvChartContainer {
	width: 120px;
	height: 20px;
	z-index: 1000;
	position: absolute;
	margin-top: -60px;
	margin-left: 200px;
}

div#ltvPreview {
	position: absolute;
	font-size: .8rem;
	text-align: center;
	margin-left: 20px;
	margin-top: 24px;
	color: #000;
	width: 80px;
}

.fieldset-container {
	padding: 0px 24px 20px 24px;
}

.fieldset-container .row {
    background-color: #fff;
    border: 1px solid #ddd;
}

div#documentsFillInContainer div.fieldsetHeader i {
	font-size: 0.75rem;
	margin-top: 8px;
	position: absolute;
	color: green;
}

div#documentsFillInContainer div.fieldsetHeader.notValid i {
    color: red;
}

div.fieldsetHeader div.description {
	font-size: 14px;
}

div.documentNotesContainer {
	cursor: pointer;
}

#offer-comparison_wrapper .dataTables_scrollBody {
    width: 102% !important;
}

.removeable-button,
.removeable-button:hover {
	float: right;
	padding: 0px;
	font-size: 1.1rem;
	margin-right: 15px;
	color: white;
	margin-top: -3px;
	opacity: 0.5;
}

.removeable-button.active {
    opacity: 1;
	cursor: default;
}

.cs-offer-indicator {
	font-size: 1.2rem;
	margin-top: 4px;
	margin-right: 8px;
}

.cs-activated {
    --fa-primary-color: #187dbb;
	--fa-primary-opacity: 1;
    --fa-secondary-color: #e09021;
	--fa-secondary-opacity: .8;
}

.crmInvoiceElement .card-header {
	background-color: #46aa6a;
	color: #fff;
	font-size: 1rem; 
}

.crmInvoiceElement .card-header b {
    color: #fff;
}

.crmInvoiceElement.not-paid .card-header {
    background-color: #ff6263;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #31be6c;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

i.button-label-decorator {
    font-size: 14px;
    margin: 5px 0 0 -18px;
	position: absolute;
}

.lds-facebook div.blue {
    background: #3f80ea;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

.DTFC_ScrollWrapper {
	transition: all 0.5s;
}

.customer-dividor .strike {
	border-bottom: 1px solid #557491;
	height: 12px;
}

.customer-dividor .label {
	color: #557491;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	margin-top: -12px;
	background-color: #f7f9fc;
	margin-bottom: 14px;
}

.card.report .card-title {
	color: #fff;
	font-size: .85rem;
}

div.errors {
	color: #d9534f;
}

.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: calc(2.8rem + 2px);
	padding-top: 14px;
}

a#secondaryNavigationButton {
	display: none;
}

@media (max-width: 991.98px)  {
    .main {
        overflow-y: inherit;
    }
}

#fixedSaveScheduleSettingsContainer {
	background-color: #fff;
	/*background-image: linear-gradient(180deg, rgba(255,255,255,0), rgb(255, 255, 255));*/
	padding: 10px 0px;
	position: absolute;
	width: 100%;
	left: -4px;
	bottom: 60px;
}

#fixedSaveScheduleSettingsContainer.hidden {
	display: none;
}

div.contactsCounter {
	color: #f00;
	font-weight: bold;
	font-size: 10px;
	min-width: 10px;
	min-height: 10px;
	line-height: 100%;
}

td.active div.contactsCounter {
	color: #fff;
}

.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    vertical-align: top;
}

i.portal-marker {
	font-size: 11px;
    float: right;
	margin-right: -8px;
}

form#leadAddBank select#idCreditOffer option[value="1"],
form#leadAddBank select#idCreditOffer option[value="2"] { 
    background-color: #a0efb0;
}

a.download input {
	border: 0;
	color: #3f80ea;
	width: 100%;
}

@media screen and (max-width: 1400px) {
    form#customerSearchField {
       display: none !important;
    }	
}

@media (min-width: 1px) and (max-width: 1099.98px) {
    body:not([data-sidebar-position="right"]) .sidebar {
        margin-left: 0;
    }
    
    body:not([data-sidebar-position="right"]) .sidebar.collapsed {
        margin-left: -260px;
    }
}

@media screen and (max-width: 900px) {
    .customer,
    .creditOffer .card-header,
    .leadInCRM .card-header,
    .leasingOffer .card-header {
        font-size: .85rem;
    }
    
    .navigationSecondaryWide {
       display: none;
    }
    
    a#secondaryNavigationButton {
        display: inherit;
    }
}

@media screen and (max-width: 800px) {
    .nav-separator {
        display: none;
    }

    main.content {
       padding: .5rem;
    }
    
    main.content.maximized {
       padding: 0;
    }
    
	.pagination-lg .page-link {
	    padding: .15rem .75rem;
	}
}

@media screen and (max-width: 600px) {
	.customer,
	.creditOffer .card-header,
	.leadInCRM .card-header,
	.leasingOffer .card-header {
	    font-size: .75rem;
	}
	
	.creditOffer .card-header,
	.leadInCRM .card-header,
	.leasingOffer .card-header {
	    font-size: .75rem !important;
	}
    
    div.customer-folder div span {
    	font-size: .75rem;
    }
    
    div.customer div.customer-folder div span {
       display: none;
    }
    
    div.customer-folder div i {
	   margin-right: 0px;
    }
    
    .pagination-lg .page-link {
        padding: .15rem .55rem;
    }
}

@media screen and (max-width: 450px) {
	.nav-icon {
        padding: .1rem .5rem;
		font-size: 1.41rem;
	}
	
	.navbar {
	    padding: .3rem 0;
	}
	
    .pagination-lg .page-link {
    	padding: .15rem .35rem;
        font-size: .75rem;
    }
}