/* Custom ------------------------------------------------------------------------------------------ */
.autocomplete-suggestions {
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    background-color: #ffffff;
    line-height: 1.85;
    font-size: 0.85rem;
    font-weight: 300;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.autocomplete-suggestion {
    
}
.display-none {
    display: none;
}
.card-close {
    position: absolute;
    right: 20px;
    cursor: pointer;
}
/*---orange------------------------------------------------------*/
.btn-orange {
    background-color: #e67e22;
    border-color: #e67e22;
    color: #fff;
}
.ui-pnotify.notification-orange .notification,
.ui-pnotify.notification-orange .notification-orange {
    background: #e67e22;
    color: rgba(255, 255, 255, 0.7);
}
/*---float------------------------------------------------------*/
.float-left {
    float: left !important;
}
.float-cancel {
    clear: both !important;
}
/*photo delete panel > Jiggle / Wobble Effect*/
.photo-delete-panel .icon {
    padding: 20px;
    border-radius: 40px;
}
.photo-delete-panel .icon:nth-child(2n) {
    animation-name: keyframes1;
    animation-iteration-count: infinite;
    transform-origin: 50% 10%;
}
.photo-delete-panel .icon:nth-child(2n-1) {
    animation-name: keyframes2;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 30% 5%;
}
@keyframes keyframes1 {
    0% {
        transform: rotate(-1deg);
        animation-timing-function: ease-in;
    }

    50% {
        transform: rotate(1.5deg);
        animation-timing-function: ease-out;
    }
}

@keyframes keyframes2 {
    0% {
        transform: rotate(1deg);
        animation-timing-function: ease-in;
    }

    50% {
        transform: rotate(-1.5deg);
        animation-timing-function: ease-out;
    }
}
/* fontawesome + div */
.table .icon-plus-caption-panel i {
    margin-top: 5px;
}
.gm-style-iw .icon-plus-caption-panel i {
    margin-top: 2px;
}
.icon-plus-caption-panel i {
    float: left;
    margin-top: 10px;
    min-width: 20px;
    text-align: center;
}
.icon-plus-caption-panel i + div {
    margin-left: 30px;
}
.icon-plus-caption-panel .two i:nth-child(n+2) {
    margin-left: 16px;
}
.icon-plus-caption-panel .two i + div {
    margin-left: 12px;
    float: left;
}
.icon-plus-caption-panel .two {
    clear: both;
}
/* Typography - standard */
.highlight-green {
    color: #fff;
    padding: 3px 6px;
    background-color: #47a447;
}
.highlight-orange {
    color: #fff;
    padding: 3px 6px;
    background-color: #ff7039;
}
.highlight-red {
    color: #fff;
    padding: 3px 6px;
    background-color: #d2322d;
}
.highlight-grey {
    color: #fff;
    padding: 3px 6px;
    background-color: #C9CBC3;
}
/* overlay */
.page-overlay {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999999;
}
@keyframes cssAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@-webkit-keyframes cssAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* loading */
.loading-overlay-showing > .loading-overlay-transparent {
	opacity: 1;
	visibility: visible;
}
.loading-overlay-transparent {
	transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	background: none!important;
}
body > .loading-overlay-transparent {
	position: fixed;
	z-index: 999999;
}
/* headers */
.header {
    background-color: #eeeeee;
}
.page-header {
    background-color: #666666;
}
/* modals */
.modal-block-primary.modal-header-color .card-header {
    background-color: #666666;
}
.modal-block-primary .modal-icon .fa, .modal-block-primary .modal-icon .fab, .modal-block-primary .modal-icon .fal, .modal-block-primary .modal-icon .far, .modal-block-primary .modal-icon .fas {
    color: #666666;
}
.modal-icon .fal {
    font-size: 52px;
    position: relative;
    top: -10px;
    color: #CCC;
}
.modal-icon .fas {
    font-size: 52px;
    position: relative;
    top: -10px;
    color: #CCC;
}
/* gvw */
ul.pagination {
    white-space: nowrap;
    justify-content: flex-end;
    margin-bottom: 12px !important;
    margin-top: 6px !important;
}
.gvw-checkbox {
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
}
.gvw-checkbox input {
    position: absolute !important;
    left: 24px;
}
.gvw-checkbox label{
    color: #868e96 !important;
    font-size: 0.85rem !important;
}
.gvw-checkbox-checked {
    border: 1px solid #555;
}
.gvw-checkbox-checked label{
    color: #555 !important;
}
.gvw-select-column {
    width: 80px;
}
.dataTables_empty {
    display: none;
}
.dataTables_paginate {
    float: right;
}
/* ui elements */
.btn-transaction {
    min-width: 80px;
    border-radius: 0.25rem !important;
    padding: 0.375rem 0.75rem!important;
}
/* select2 */
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #000000;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #C3C1BF;
}
/* form control */
.form-control {
    color: #000000;
}
.input-group-double-text span input {
    width: 100%!important;
}
.input-group-double-text span:nth-child(1) input {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.input-group-double-text span:nth-child(2) input {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
/* form Wizard */
@media (max-width: 991px) {
    .form-wizard .wizard-progress {
        display: none;
    }
}
.form-wizard {
    margin-bottom: 0px!important;
}
.form-wizard .wizard-progress {
    margin-top: 18px;
}
.form-wizard .p-3 {
    padding-top: 0px!important;
}
.form-wizard .p-3 .tab-content {
    padding-top: 0px!important;
}
/* PNotify on top of modal */
.ui-pnotify {
    z-index: 99999;
}