.view-icon .active .view-icon-svg {
    fill: #236591 !important
}

.cards-list[data-view="grid-view"] .card.d-flex {
    display: none !important;
}

.cards-list[data-view="list-view"] .grid-box,
.cards-list[data-view="table-view"] .grid-box {
    display: none !important;
}

.cards-list[data-view="table-view"] .card.d-flex img {
    display: none !important;
}

.cards-list[data-view="grid-view"] .custom-control {
    position: absolute;
    top: 6px;
    right: -24px;
}

.dropzone .dz-preview.dz-file-preview,
.dropzone .dz-preview.dz-image-preview {
    max-width: 100%;
    margin: 0;
}

#smartWizardValidation .card-body>div {
    height: auto !important;
}

.dropzone.dz-clickable {
    height: 100%;
}

.dropzone.dz-clickable .dz-message span {
    top: 10px !important;
}


/** upload files  **/

.file-input {
    display: inline-block;
    padding: 6px 6px;
    position: relative;
    width: 100%;
}

.file-input>[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file-input>.button {
    display: inline-block;
    cursor: pointer;
    background: #ddd;
    color: #333;
    padding: 6px 15px;
    margin-right: 8px;
    border: 0;
    border-radius: 7px;
}

.file-input>.label {
    color: #333;
    white-space: nowrap;
    opacity: .3;
    font-size: 14px;
}

.file-input.-chosen>.label {
    opacity: 1;
}


/*  modal check  **/

.divcheck {
    background-color: #f5f5f5;
    padding: 15px 0;
    border-radius: 5px;
}

.divcheck h3 {
    background-color: #00aeef;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-align: center;
    padding-left: 4px;
    margin: 0 auto;
}

.campaign-icon i {
    font-size: 17px;
    display: flex;
    align-items: center;
    padding: 0 3px;
}

.table-buttons .btn {
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    display: inline-flex;
}

.table-buttons .btn i {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}


/* table td,
table th {
padding: 15px;
} */

.progress-bar-circle {
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 0 auto;
}

.easyPieChart,
.easyPieChart canvas {
    max-width: 100%;
}

.select2-container--bootstrap .select2-selection--single {
    height: calc(2em + .8rem);
    font-size: .8rem;
}


/** shipping Quotes **/

.radio-dev .lable-style {
    width: 100%;
    text-align: center;
    color: #00aeef !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    transition: box-shadow .3s;
    cursor: pointer;
    background-color: #eee !important;
    padding: 3px 0 16px 0;
}

.radio-dev .lable-style:hover {
    box-shadow: 0 0 40px rgba(0, 174, 239, .2)
}

.labelauty-checked,
.labelauty-unchecked {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 12px;
    margin-left: 0 !important
}

.labelauty-checked {
    color: #fff
}

.labelauty-unchecked {
    color: #b4b4b4 !important;
}

input.labelauty+label {
    background-color: #fff !important
}

input.labelauty:checked+label {
    background-color: #00aeef !important
}

input.labelauty:checked+label i {
    color: #fff !important
}

.radio-div {
    border: 1px solid #e1e1e1;
    padding: 15px 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 15px;
    cursor: pointer
}

.radio-div h6 {
    padding-top: 2px;
    padding-right: 105px;
    line-height: 25px;
    margin: 0
}

.radio-div.active {
    border-color: #3bc1f1;
    transition: .5s
}

.radio-div.active h6 {
    color: #3bc1f1;
    transition: .5s
}

input.labelauty+label>span.labelauty-unchecked-image,
input.labelauty+label>span.labelauty-checked-image {
    display: block;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: left center;
    transition: background-image 0.5s linear;
    -moz-transition: background-image 0.5s linear;
    -webkit-transition: background-image 0.5s linear;
    -o-transition: background-image 0.5s linear;
}

input.labelauty+label>span.labelauty-unchecked-image {
    filter: grayscale(1);
    opacity: .6;
}

input.labelauty+label>span.labelauty-checked-image {
    filter: grayscale(0);
    opacity: 1;
}

input.labelauty:checked+label>span.labelauty-unchecked,
input.labelauty:checked+label>span.labelauty-unchecked-image {
    display: none;
}

input.labelauty:not(:checked)+label>span.labelauty-checked-image,
input.labelauty:not(:checked)+label>span.labelauty-checked {
    display: none !important;
}


/**  search **/

.search {
    position: relative;
    width: 100%;
    border-radius: 20px;
    background: #eee;
}

.search input {
    border: initial;
    background: 0 0;
    outline: initial !important;
    font-size: .8rem;
    width: 93%;
    color: #3a3a3a;
    padding: .4rem 1rem;
    line-height: 2;
}

.search .search-icon {
    font-size: 17px;
    border-radius: 10px;
    color: #d7d7d7;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -10px;
    right: 3px;
    text-align: center;
    cursor: pointer;
}

.top-button-edit {
    padding: 0;
    width: 30px;
    height: 30px;
    align-items: center;
    padding-top: 6px;
    margin-right: 5px;
}


/**  chek tree  **/

.tree {
    padding: 0;
    list-style: none;
    height: 322px;
    overflow-x: auto;
    border-top: 1px solid #efefef;
}

.tree ul {
    display: none;
    margin: 4px auto;
    margin-left: 6px;
    border-left: 1px dashed #dfdfdf;
    list-style: none;
    padding: 0;
}

.tree li {
    padding: 12px 18px;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
}

.tree li:first-child {
    border-radius: 3px 3px 0 0;
}

.tree li:last-child {
    border-radius: 0 0 3px 3px;
}

.tree .has {
    border: 1px solid #efefef;
}

.tree .has ul li {
    padding: 4px 15px;
}

.tree label {
    cursor: pointer;
    margin-bottom: 0;
}

.tree input[type=checkbox] {
    margin: -2px 6px 0 0px;
}

.tree .has>label {
    color: #000;
}

.tree .total {
    color: #e13300;
}

.select2-container--bootstrap .select2-selection.form-control {
    border-radius: 10px !important;
}

.select2-dropdown.select2-dropdown--above {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    position: relative;
    bottom: -7px;
}

.select2-dropdown.select2-dropdown--below {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.select2-container--bootstrap.select2-container--open .select2-selection.form-control {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group>.input-group-append>.btn {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.input-daterange input:first-child {
    border-radius: 10px 0 0 10px
}

.input-daterange input:last-child {
    border-radius: 0 10px 10px 0
}

.form-control,
.dropzone {
    border-radius: 10px;
}

.has-float-label label,
.has-float-label>span:last-of-type {
    left: 22px;
}

.table td {
    vertical-align: inherit;
}

.list-group-item {
    background-color: transparent;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.chat-dropdown .btn {
    padding: 0px;
    line-height: 0;
    height: 30px;
    width: 30px;
    text-align: center;
}

.chat-dropdown .btn:after {
    display: none;
}

.chat-dropdown .dropdown-menu {
    right: 0;
    left: auto !important;
}

.chat-dropdown .dropdown-item {
    padding: 8px;
}

.chat-dropdown .dropdown-item i {
    width: 20px;
    display: inline-block;
    text-align: center;
}

.chat-dropdown .form-control {
    background-color: #f5f5f5;
    border-radius: 5px !important;
    height: 30px;
    padding: 0 !important;
}

#faceBlock {
    top: 0 !important;
}

#faceEnter {
    bottom: -8px !important;
}

.bottom-nav-chat textarea {
    resize: none !important;
}

.pagination {
    justify-content: center;
}

.navbar #iconMenuDropdown {
    height: auto;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: 7px !important;
    border-color: #d7d7d7;
}

#ajaxProgress {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99999;
}

#ajaxProgress .container {
    margin: 0 auto;
    left: 0;
    right: 0;
}

#ajaxProgress .progress {
    height: 25px;
    font-weight: bold;
    font-size: 16px;
}

.valign-bottom {
    vertical-align: bottom;
}

.image-upload {
    width: 100%;
}

.image-upload #file {
    border: 1px solid #e1e1e1;
    cursor: pointer;
    display: none;
    min-height: 305px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.image-upload #image-list {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.image-upload #image-list li {
    list-style: none;
    width: 100%;
    min-height: 305px;
}

.image-upload p {
    font-size: 16px;
    padding: 15px 20px;
}

.image-upload p .fa-image {
    display: block;
    font-size: 90px;
    color: #e1e1e1;
    margin-top: 65px;
    margin-bottom: 20px;
}

.image-upload #image-list li img {
    width: 98%;
    margin: 1% !important;
}

.light-overlay {
    overflow: hidden;
    background-color: rgba(248, 249, 250, 0.8);
    z-index: 10;
}

.select2-container--disabled .select2-selection.form-control {
    background-color: #eee;
}

.floating-action-menu {
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.floating-action-menu .btn {
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    -webkit-border: 50%;
    -moz-border: 50%;
    -ms-border: 50%;
    -o-border: 50%;
    border: 50%;
}

.floating-action-menu .action-button .btn {
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 25px;
}

.floating-action-menu>.action-menu {
    padding-top: 10px;
    padding-right: 8px;
    visibility: hidden;
    transform: translateY(65px);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 300ms linear;
}

.floating-action-menu.active>.action-menu {
    visibility: visible;
    transform: translate(0);
    opacity: 1;
    padding-bottom: 5px;
    max-height: 1000px;
}