tbody tr.selected {
    background-color: #B0BED9 !important;
}

.dataTables_wrapper table thead th.sorting_disabled {
    padding-right: 0.75rem !important;
}

.dataTables_wrapper table.table-sm thead th.sorting_disabled {
    padding-right: 0.3rem !important;
}

.loading-overlay-showing > .loading-overlay {
    opacity: 0.5 !important;
    background-color: #fff !important;
}

div.dataTables_processing {
    z-index: 99999;
    top: 0 !important;
    border-radius: 0.25rem;
}

.dataTables_wrapper div.dataTables_info {
    font-size:  13px;
}

.modal-block {
    max-width: 1000px !important;
}
.select-wrapper{
    border: 1px dashed #ddd;
    padding: 10px;
}
.sidebar-left .sidebar-header .sidebar-title {
color:#149bab;
}

label {
    margin-bottom: .1rem !important;
}

.file-zoom-dialog{
    z-index: 999999;
}

.file-preview {
    border-radius: 0px;
}

.loading-overlay-showing > .loading-overlay {
    z-index: 999 !important;
}


.modal-header-color .mfp-close {
    color: #fff;
}

.bg-custom1{
    background-color: #e36159 !important;
}

.card-featured-custom1 {
    border-color: #e36159;
}
#search_address i{
    color:#fff;
}
.fuelux .wizard {
    *zoom: 1;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #fafafa;
    position: relative;
    min-height: 48px;
}
.fuelux .wizard:before,
.fuelux .wizard:after {
    display: table;
    content: "";
    line-height: 0;
}
.fuelux .wizard:after {
    clear: both;
}
.fuelux .wizard.no-steps-container {
    overflow: hidden;
}
.fuelux .wizard .steps-container {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.fuelux .wizard > ul.steps,
.fuelux .wizard > .steps-container > ul.steps {
    list-style: none outside none;
    padding: 0;
    margin: 0;
    width: 999999px;
}
.fuelux .wizard > ul.steps.previous-disabled li.complete,
.fuelux .wizard > .steps-container > ul.steps.previous-disabled li.complete {
    cursor: default;
}
.fuelux .wizard > ul.steps.previous-disabled li.complete:hover,
.fuelux .wizard > .steps-container > ul.steps.previous-disabled li.complete:hover {
    background: #f5f5f5;
    color: #468847;
    cursor: default;
}
.fuelux .wizard > ul.steps.previous-disabled li.complete:hover .chevron:before,
.fuelux .wizard > .steps-container > ul.steps.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #f5f5f5;
}
.fuelux .wizard > ul.steps li,
.fuelux .wizard > .steps-container > ul.steps li {
    float: left;
    margin: 0;
    padding: 0 20px 0 30px;
    height: 46px;
    line-height: 46px;
    position: relative;
    background: #eeeeee;
    color: #999999;
    font-size: 16px;
    cursor: not-allowed;
}
.fuelux .wizard > ul.steps li > .has-secondary-text,
.fuelux .wizard > .steps-container > ul.steps li > .has-secondary-text {
    display: inline;
}
.fuelux .wizard > ul.steps li > .has-secondary-text > h4,
.fuelux .wizard > .steps-container > ul.steps li > .has-secondary-text > h4 {
    display: inline;
    font-size: 16px;
    font-weight: normal;
}
.fuelux .wizard > ul.steps li > .has-secondary-text > small,
.fuelux .wizard > .steps-container > ul.steps li > .has-secondary-text > small {
    display: none;
}
.fuelux .wizard > ul.steps li .chevron,
.fuelux .wizard > .steps-container > ul.steps li .chevron {
    border: 24px solid transparent;
    border-left: 14px solid #d4d4d4;
    border-right: 0;
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 1;
}
.fuelux .wizard > ul.steps li .chevron:before,
.fuelux .wizard > .steps-container > ul.steps li .chevron:before {
    border: 24px solid transparent;
    border-left: 14px solid #eeeeee;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px;
}
.fuelux .wizard > ul.steps li.complete,
.fuelux .wizard > .steps-container > ul.steps li.complete {
    background: #f5f5f5;
    color: #468847;
}
.fuelux .wizard > ul.steps li.complete:hover,
.fuelux .wizard > .steps-container > ul.steps li.complete:hover {
    background: #e2eaee;
    cursor: pointer;
}
.fuelux .wizard > ul.steps li.complete:hover .chevron:before,
.fuelux .wizard > .steps-container > ul.steps li.complete:hover .chevron:before {
    border-left: 14px solid #e2eaee;
}
.fuelux .wizard > ul.steps li.complete .chevron:before,
.fuelux .wizard > .steps-container > ul.steps li.complete .chevron:before {
    border-left: 14px solid #f5f5f5;
}
.fuelux .wizard > ul.steps li.active,
.fuelux .wizard > .steps-container > ul.steps li.active {
    background: #eef7fb;
    color: #3a87ad;
    cursor: default;
}
.fuelux .wizard > ul.steps li.active .chevron:before,
.fuelux .wizard > .steps-container > ul.steps li.active .chevron:before {
    border-left: 14px solid #eef7fb;
}
.fuelux .wizard > ul.steps li.active .badge,
.fuelux .wizard > .steps-container > ul.steps li.active .badge {
    background-color: #3a87ad;
}
.fuelux .wizard > ul.steps li .badge,
.fuelux .wizard > .steps-container > ul.steps li .badge {
    margin-right: 8px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 5px;
}
.fuelux .wizard > ul.steps li .badge-success,
.fuelux .wizard > .steps-container > ul.steps li .badge-success {
    background-color: #468847;
}
.fuelux .wizard > ul.steps li:first-child,
.fuelux .wizard > .steps-container > ul.steps li:first-child {
    border-radius: 4px 0 0 0;
    padding-left: 20px;
}
.fuelux .wizard.rtl {
    direction: rtl;
}
.fuelux .wizard.rtl > ul.steps,
.fuelux .wizard.rtl > .steps-container > ul.steps {
    right: 0;
    left: auto;
    float: right;
}
.fuelux .wizard.rtl > ul.steps.previous-disabled li.complete:hover .chevron:before,
.fuelux .wizard.rtl > .steps-container > ul.steps.previous-disabled li.complete:hover .chevron:before {
    border-right-color: #f5f5f5;
}
.fuelux .wizard.rtl > ul.steps li,
.fuelux .wizard.rtl > .steps-container > ul.steps li {
    float: right;
}
.fuelux .wizard.rtl > ul.steps li .chevron,
.fuelux .wizard.rtl > .steps-container > ul.steps li .chevron {
    right: auto;
    left: -14px;
    border-right: 14px solid #cccccc;
    border-left: 0;
}
.fuelux .wizard.rtl > ul.steps li .chevron:before,
.fuelux .wizard.rtl > .steps-container > ul.steps li .chevron:before {
    right: auto;
    left: 1px;
    border-right: 14px solid #eeeeee;
    border-left: 0;
}
.fuelux .wizard.rtl > ul.steps li.active .chevron:before,
.fuelux .wizard.rtl > .steps-container > ul.steps li.active .chevron:before {
    border-right: 14px solid #eef7fb;
}
.fuelux .wizard.rtl > ul.steps li.complete .chevron:before,
.fuelux .wizard.rtl > .steps-container > ul.steps li.complete .chevron:before {
    border-right: 14px solid #f5f5f5;
}
.fuelux .wizard.rtl > ul.steps li.complete:hover .chevron:before,
.fuelux .wizard.rtl > .steps-container > ul.steps li.complete:hover .chevron:before {
    border-right: 14px solid #e2eaee;
    border-left: none;
}
.fuelux .wizard.rtl > ul.steps li .badge,
.fuelux .wizard.rtl > .steps-container > ul.steps li .badge {
    margin-left: 8px;
}
.fuelux .wizard.rtl > .actions {
    right: auto;
    left: 0;
    float: left;
    border-left: none;
    border-right: 1px solid #d4d4d4;
    border-radius: 4px 0 0 0;
}
.fuelux .wizard.rtl > .actions .btn-prev span {
    margin-left: 5px;
    margin-right: 0;
}
.fuelux .wizard.rtl > .actions .btn-next span {
    margin-left: 0;
    margin-right: 5px;
}
.fuelux .wizard > .actions {
    z-index: 1000;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    background-color: #e6e6e6;
    border-left: 1px solid #d4d4d4;
    border-radius: 0 4px 0 0;
}
.fuelux .wizard > .actions a {
    line-height: 45px;
    font-size: 12px;
    margin-right: 8px;
}
.fuelux .wizard > .actions .btn-prev[disabled] {
    cursor: not-allowed;
}
.fuelux .wizard > .actions .btn-prev span {
    margin-right: 5px;
}
.fuelux .wizard > .actions .btn-next[disabled] {
    cursor: not-allowed;
}
.fuelux .wizard > .actions .btn-next span {
    margin-left: 5px;
}
.fuelux .wizard .step-content {
    border-top: 1px solid #cccccc;
    padding: 10px;
    float: left;
    width: 100%;
}
.fuelux .wizard .step-content .step-pane {
    display: none;
}
.fuelux .wizard .step-content > .active {
    display: block;
}
.fuelux .wizard .step-content > .active .btn-group .active {
    display: inline-block;
}
.fuelux .wizard.complete > .actions .btn-next .glyphicon {
    display: none;
}

.fuelux  .btn-next span{
    color:#fff;
}

.jstree-default .fa-folder {
    color: #ddc03f !important;
}

.center-attr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dataTables_filter{
    display:none;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 1.65em !important;
}

div.dataTables_wrapper .dropdown-menu{
    padding:0px !important;
    overflow: auto;
    height: auto;
    max-height: 400px;
    overflow-x: visible;
}

.type-select{
    width: auto;
}
.option-l2 {
    padding-left: 1.5em;
}

.option-optgroup {
    font-weight: bold;
}

.option-l3 {
    padding-left: 3em;
}

.crawler-attributes-mapping .select2-container--default .select2-selection--single {
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.crawler-attributes-mapping .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.crawler-attributes-mapping .select2-container .select2-selection--single {
    height:34px;
}

#import_all .btn-group .active, #import .btn-group .active, #add .btn-group .active, #edit .btn-group .active, #view .btn-group .active, #invite_all .btn-group .active, #invite .btn-group .active{
    background:#149bab;
    color:#fff;
}
.dataTables_wrapper .btn-group{
    flex-wrap: wrap !important;
}

tr.error{
    background-color: #d2322d !important;
    color: #FFF !important;
}

tr.error i{
    color: #FFF !important;
}

.actions-buttons .custom-pager{
    width: 100%;
}

a.unblock-row{
    color:#d2322d;
}

.btn-confirmed{
    border-color: #f1f1f1 !important;
    box-shadow :none !important;
}

.actions-buttons .custom-pager li.finish a{
    background: #0b2e13 !important;
}

.actions-buttons .custom-pager li.finish{
    display: block !important;
}

.avatar-upload {
    position: relative;
    max-width: 100%;
}

.avatar-upload .avatar-clear {
    position: absolute;
    right: 14px;
    z-index: 1;
    top: 50px;
}

.avatar-upload .avatar-clear label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-clear label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-clear label:after {
    content: "\f12d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #757575;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}


.avatar-upload .avatar-edit {
    position: absolute;
    right: 14px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f303";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #757575;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 100%;
    height: 250px;
    position: relative;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.file-drop-zone{
    max-height: 760px;
    overflow: auto;
    border-radius: unset;
    border: unset;
}
.file-preview {
    border-radius: unset;
    border: unset;
    background: #fafafa;

}

.fileupload .uneditable-input {
    height: 39px;
}

@media only screen and (max-width: 479px) {
    .fileupload .uneditable-input {
        width: 100px;
    }
}

.fileupload .btn {
    line-height: 21px;
}

.file-drop-zone-title{
    font-size: 1.2em !important;
}
.subtype-wrapper{
    background: #f2fafa;
    padding: 10px;
}