.healing-registry a.remove-photo-btn {
    position: absolute;
    top: 0;
    /* right: 0; */
    background: #fff;
    padding: 5px;
    border: 1px solid #eee;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
    opacity: .5;
    text-decoration: none !important;
    width: 25px;
    outline: 0 !important;
}

.healing-registry a.remove-photo-btn:hover {
    opacity: 1;
}

.healing-registry .size-row {
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    padding: 15px 0;
}

.healing-registry .size-row:first-of-type {
    border-top: 1px solid #eee;
}

.healing-registry .size-row label {
    margin: 10px 0;
}

.healing-registry .text-align-center {
    text-align: center;
}

.healing-registry .text-align-left {
    text-align: left;
}

.healing-registry .text-align-right {
    text-align: right;
}

.healing-registry .product-listing .price-summary tr td {
    background: transparent !important;

}

.healing-registry h2.section-title {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px;
    margin: 0 0 13px 0;
    color: #fff;
    background: #999;
    font-weight: 300;
    background: #4C6F55;
}

.healing-registry .product {
    background: #fff;
    outline: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
}

.healing-registry .product-wrapper {
    margin: 0 2.5% 5% 2.5%;
}

.healing-registry .product-wrapper.horizontal-layout {
    margin-bottom: 2.5%;
    margin-left: 0;
}

.healing-registry .product .description {
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
    font-size: 14px;
    padding: 10px 0 0;
    height: 40px;
}

.healing-registry .product:hover {
    outline: 1px solid #eee;
}

.healing-registry .product .product-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 170px;
    width: 100%;
    position: relative;
    margin: 0;
    top: 0;
}

.healing-registry .horizontal-layout .product-image {
    border-right: 1px solid #E6E6E6;
}

.healing-registry .product .rig-metadata {
    padding: 10px;
    border-top: 1px solid #E6E6E6;
    min-height: 50px;
    text-align: center;
}

.horizontal-layout .rig-metadata {
    border-top: 0;
}

.healing-registry .product .rig-metadata .name {
    line-height: 1.3em;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.healing-registry .healing-registry .related-products {
    margin-top: 10px;
}

.healing-registry .rig-metadata .price {
    display: block;
    font-weight: bold;
    color: #ea779e;
    margin: 8px 0 8px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    float: right;
}

.healing-registry a.btn.btn-default.add-to-registry.in-registry,
button.in-registry {
    background: #5F2205 !important;
    /*border-color: #5F2205;*/
    color: #fff !important;
}

.healing-registry .product .form-control.quantity {
    /*width: 100px;*/
    width: 65%;
    margin: 0 auto;
    display: block;
    text-align: center;
    float: left;
}

.healing-registry .cart-product-img {
    width: 70px;
    padding: 0 10px;
}

.healing-registry .cart-product-details {
    width: 1000px;
}

.healing-registry .cart-product-img, .healing-registry .cart-product-details {
    display: table-cell;
    vertical-align: top;
}

.healing-registry .row.cart-row {
    padding: 10px 0px;
    border-bottom: 1px solid #F1F1F1;
}

.healing-registry .registry-content .footer {
    border-top: 1px solid #E5E5E5;
    margin-top: 20px;
    padding-top: 25px;
}

.healing-registry .registry-content .footer .pagination {
    padding-left: 0;
    margin-top: 10px;
}

.healing-registry .registry-content .footer .pagination li {
    border: 0;
}

.healing-registry .registry-content .footer .pagination li a {
    cursor: pointer;
}

/*============ Order Details ============= */
.order-details {
    /*font-family: "AvenirNext-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    margin: 10px 0;
}

.order-details h1,
.order-details h2,
.order-details h3,
.order-details h4,
.order-details h5,
.order-details h6 {
    font-weight: normal;
    text-transform: capitalize;
}

.order-details .head-title {
    background: #f7f7f7;
    border-bottom: 1px solid rgba(234, 234, 234, 1);
    padding: 15px 10px;
}

.order-details .head-title h4 {
    margin: 0;
    padding: 0;
}

.order-details-body {
    padding: 10px 0;
}

.order-details-body .order-detail-row {
    clear: both;
}

.order-details-body .order-detail-row div[class^="col-md-"] {
    padding: 10px 5px;
}

.order-details-body .table tr td {
    border: 0;
}

@media (min-width: 992px) {

    .order-details-body .order-detail-row .col-md-5 strong {
        display: block;
        position: relative;
        color: #888;
        text-align: right;
        font-weight: normal;
    }
}

/*============ Empty State ===============*/

.empty-state {
    text-align: center;
}

.healing-registry .empty-state h3 {
    margin: 10px 0 20px;
}

.empty-state i.empty {
    margin: 50px 0 10px 0;
    font-size: 125px;
    display: block;
}

.empty-state label {
    font-size: 20px;
    margin-bottom: 20px;
}

/*============ Modals ===============*/
.healing-registry .modal-dialog {
    width: 80%;
}

.healing-registry .modal-body {
    padding-bottom: 0;
}

.healing-registry .modal-footer {
    margin: 0;
}

/*============ Alerts ===============*/
.healing-registry.alert {
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0;
    font-size: 2em;
    z-index: 9999;
    text-align: center;
    padding: 30px;
}

.healing-registry.alert .alert-close {
    float: right;
    font-size: 25px;
}

.healing-registry .title-select {
    display: table-cell;
    float: right;
    margin-right: 15px;
    padding: 0;
}

.healing-registry .registry-breadcrumbs ul.breadcrumb li.sort-filter:before {
    content: none;
}

.healing-registry .registry-breadcrumbs ul.breadcrumb li.sort-filter {
    float: right;
    list-style: none;
    margin-top: -6px;
}

.healing-registry .registry-breadcrumbs ul.breadcrumb li.sort-filter div.label-div,
.healing-registry .registry-breadcrumbs ul.breadcrumb li.sort-filter div.selector-div {
    display: table-cell;
    padding: 5px;
}

.healing-registry .product .quick-view {
    display: none;
    background-color: rgba(255, 255, 255, .7);
    padding: 5px 10px;
    border-radius: 20px;
    margin: 0 auto 0;
    width: 125px;
    text-align: center;
    position: absolute;
    top: 25%;
    left: -10%;
    right: -10%;
    border: 1px solid #ddd;
    font-size: 14px;
}

.healing-registry .product:hover .quick-view {
    display: block;
}

.healing-registry .product .quick-view:hover {
    background-color: #fff;
}

.healing-registry .product-details img.feature-product {
    max-width: 400px;
    padding: 10px;
    width: 100%;
}

.healing-registry .healing-registry .product-details h2.product-name {
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 0;
}

.healing-registry .product-details .product-price {
    color: #ea779e;
    margin: 18px 0;
    padding: 0;
    position: relative;
    left: 0;
}

.healing-registry .product-details .product-description {
    color: #7B7B7B;
}

.healing-registry .product-details .quickview-quantity,
.healing-registry .product-details .quickview-add-btn {
    display: table-cell;
    vertical-align: bottom;
}

.healing-registry .product-details .quickview-quantity input[type="number"] {
    max-width: 60px;
    margin: 0 10px;
}

#productQuickViewModal .product {
    outline: 0;
}

#productQuickViewModal .modal-body {
    padding: 0 20px;
}

.healing-registry .cart-product-details div[class^="col-md-"],
.healing-registry .cart-product-details div[class*=" col-md-"] {
    vertical-align: bottom;
}

.healing-registry .cart-product img {
    max-height: 100px;
    min-width: 115px;
    width: 100%;
}

.healing-registry .cart-product {
    padding: 15px 0;
    border-top: 1px solid #e2e2e2;
}

.healing-registry .cart-product:first-of-type {
    border: 0;
}

.healing-registry .ct-cell {
    margin: 5px;
}

.healing-registry .ct-order-remove {
    display: inline-block;
    color: #888 !important;
    font-size: 13px;
    line-height: 12px;
    cursor: pointer;
    vertical-align: bottom;
    padding: 8px 12px;
    border: 1px solid #d5d5d5;
    text-decoration: none !important;
    background: #fff;
}

.healing-registry .ct-order-remove:hover {
    color: #fff !important;
    background-color: #353e47;
    border: 1px solid #353e47
}

.healing-registry .ct-quantity-box {
    background: #fff;
    display: inline-block;
    border: 1px solid #d5d5d5;
}

.healing-registry .ct-quantity-minus,
.healing-registry .ct-quantity-plus {
    font-size: 13px;
    line-height: 8px;
    padding: 10px 8px;
    text-align: center;
    cursor: pointer;
}

.healing-registry .ct-quantity-plus:hover,
.healing-registry .ct-quantity-minus:hover {
    color: #fff;
    cursor: pointer;
    background-color: #44c282
}

.healing-registry .ct-quantity-minus {
    margin: -1px 0 -1px -1px;
}

.healing-registry .ct-quantity-plus {
    margin: -1px -1px -1px 0;
}

.healing-registry .ct-quantity-minus,
.healing-registry .ct-quantity-plus,
.healing-registry .ct-quantity-value {
    display: inline-block !important;
    vertical-align: middle !important;
    color: #888;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.healing-registry .ct-quantity-value {
    color: inherit;
    width: 35px !important;
    height: 28px !important;
    border: 0 !important;
    font-size: 15px !important;
    padding: 0 !important;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    box-shadow: none !important;
}

.healing-registry .ct-quantity-value:focus,
.healing-registry .ct-quantity-value:active {
    background: none !important;
    outline: none !important;
}

.healing-registry .ct-price {
    font-weight: 700;
}

.fi-obits .case-status-toggle {
    margin: 20px 0px 0;
}

div#modal-feed-container {
    line-height: 1.2em !important;
}

.dashboard-tabs .tab-content {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #dddddd;
}

.dashboard-tabs ul.nav > li a {
    cursor: pointer !important;
    font-weight: 100;
    font-size: 1.3em;
    color: #5f5f5f;
    padding: 10px 1.2em;
}

.dashboard-tabs ul.nav.nav-pills > li a{
    padding: 1.2em;
}

.dashboard-tabs ul.nav.nav-pills > li.active a{
    border: 1px solid #dadada;
    background-color: #fff;
    color: #5f5f5f !important;
}

ul.switcher-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

ul.switcher-links li {
    display: inline;
    margin-right: 1.3em;
}

ul.switcher-links li a {
    color: #888888;
    padding: 1em 5px;
}

ul.switcher-links li a.active {
    font-weight: bold;
    color: #444;
}

.dashboard-card {
    margin: 0 0 20px;
    min-height: 100px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 4px rgba(24, 28, 33, 0.009);
    box-shadow: 0 1px 4px rgba(24, 28, 33, 0.009);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid rgba(24, 28, 33, 0.06);
    border-radius: .25rem;
}

.dashboard-card.card-primary {
    border: 1px solid #d0d0d0;
    border: 1px solid rgba(24, 28, 33, 0.06);
}

.dashboard-card.card-box-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border: 0 !important;
    /*border-radius: 2px;*/
    border-radius: .25rem;
}

.dashboard-card h1,
.dashboard-card h2,
.dashboard-card h3,
.dashboard-card h4 {
    /*font-family: 'Open Sans', sans-serif;*/
    margin-top: 0;
    font-weight: 300;
}

.dashboard-card h4.sub-title {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 400;
    color: #888;
}

.dashboard-card .card-header {
    padding: 15px;
    background: #eee;
    line-height-color: 1.54;
    padding: .875rem 1.5rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(24, 28, 33, 0.06);
}

.dashboard-card.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.dashboard-card.card-primary .card-header {
    background: transparent;
    border-bottom: 1px solid #d0d0d0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.dashboard-card .card-header .selector-actions .btn {
    padding: 2px 12px;
    border-radius: 2px;
}

.dashboard-card .card-header select:not([multiple]),
select.form-control2,
.activity-container select,
.campaign-actions select,
.campaign-filter select,
.lead-filter select,
.type-filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0.5em 0.6em !important;
    border-radius: 2px;
    /*border-color: #e0e0e0;*/
    border-color: #cccccc;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=) no-repeat right 50%;
    margin: 0 5px;
}

.activity-container select {
    margin: 0;
}

.dashboard-card .stats-change {
    margin-bottom: 1.2em;
}

.dashboard-card .google-chart {
    width: 100%;
    min-height: 450px;
    max-width: 1200px;
    text-align: center;
}

.dashboard-card .card-header h3 {
    margin: 0;
}

.dashboard-card .card-content,
.dashboard-card .card-footer {
    padding: 20px;
}

.dashboard-card .card-footer {
    border-top: 1px solid #eee;
}

.dashboard-card .card-footer .paginate-content {
    margin: 0 !important;
}

.dashboard-card .card-footer .paginate-content .dataTables_info {
    float: left;
    margin-top: 5px;
}

.dashboard-card .empty-state {
    margin-top: 1em;
}

.dashboard-card .card-content.no-padding {
    padding: 0;
}

.dashboard-card span.success {
    color: green;
}

.dashboard-card span.fail {
    color: #c13939;
}

/* TABLES */

.dashboard-card .card-header th {
    padding-top: 20px;
}

.dashboard-card .card-content .table tr td {
    vertical-align: middle;
}

.dashboard-card .card-content.no-padding thead.card-header th {
    border: 0 !important;
    text-transform: uppercase;
}

.dashboard-card .card-content.no-padding .card-header th:first-child,
.dashboard-card .card-content.no-padding tr td:first-child {
    padding-left: 25px;
}

.dashboard-card .card-content.no-padding .card-header th:last-child,
.dashboard-card .card-content.no-padding tr td:last-child {
    padding-right: 25px;
}

.dashboard-card .card-content.no-padding tr td {
    border-color: #e4e4e4;
}

.card-table, .card-table th, .card-table td {
    border-color: rgba(24, 28, 33, 0.06);
}

.card-table {
    margin-bottom: 0;
}

.card-table > thead > tr > td:first-child,
.card-table > thead > tr > th:first-child,
.card-table > tbody > tr > td:first-child,
.card-table > tbody > tr > th:first-child,
.card-table > tfoot > tr > td:first-child,
.card-table > tfoot > tr > th:first-child {
    padding-left: 1.5rem;
    border-left: 0;
}

.card-table > thead:first-child > tr:first-child > td,
.card-table > thead:first-child > tr:first-child > th,
.card-table > tbody:first-child > tr:first-child > td,
.card-table > tbody:first-child > tr:first-child > th,
.card-table > tfoot:first-child > tr:first-child > td,
.card-table > tfoot:first-child > tr:first-child > th {
    border-top: 0;
}

.card-table > thead > tr > td:first-child,
.card-table > thead > tr > th:first-child,
.card-table > tbody > tr > td:first-child,
.card-table > tbody > tr > th:first-child,
.card-table > tfoot > tr > td:first-child,
.card-table > tfoot > tr > th:first-child {
    padding-left: 1.5rem;
    border-left: 0;
}

.card-table, .card-table th,
.card-table td {
    border-color: #f1f1f2;
    border-color: rgba(24, 28, 33, 0.06);
}

.card-table th {
    font-weight: 500;
}

.card-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f1f1f2;
}

.orders-table tr th {
    text-transform: uppercase;
    color: #888;
}

.orders-table tr td {
    padding: 15px 8px !important;
}

#dashboard .category-bar {
    display: block;
    min-width: 100px;
}

#dashboard .category-bar .bar {
    display: block;
    height: 15px;
    background: #4CAF50;
    border-radius: 3px;
}

#dashboard .category-bar.change-negative .bar {
    background: #AA0000;
}

#dashboard .date-range-actions {
    display: table;
    max-width: 350px;
}

#dashboard .date-range-action .dropdown-toggle {
    margin-top: -19px;
    margin-right: 5px;
}

#dashboard .date-range-actions #datepicker input[type='text'] {
    height: 34px;
}

#dashboard .date-range-action #datepicker span.input-group-addon {
    border-right: 0;
    border-left: 0;
}

#dashboard .date-range-actions .date-range-action {
    display: table-cell;
}

#dashboard .stats-box, #dashboard .stats-footer {
    /*border-color: #eee;*/
    border: 0;
    background: 0;
}

#dashboard .stats-body {
    padding: 25px 10px 10px;
}

#dashboard .stats-footer {
    padding: 0;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}

/* Navigation Dots */
/* Common styles and resets */

.dotstyle ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dotstyle li {
    position: relative;
    display: block;
    float: left;
    margin: 0 .2em;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.dotstyle li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #fff;
    /*background-color: rgba(255, 255, 255, 0.3);*/
    background-color: rgba(113, 111, 111, 0.3);
    text-indent: -999em; /* make the text accessible to screen readers */
    cursor: pointer;
    position: absolute;
}

.dotstyle li a:focus {
    outline: none;
}

/* Fill up */
.dotstyle-fillup {
    position: relative;
}

.dotstyle-fillup li a {
    overflow: hidden;
    background-color: transparent;
    /*box-shadow: inset 0 0 0 2px white;*/
    box-shadow: inset 0 0 0 2px rgba(113, 111, 111, 0.3);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.dotstyle-fillup li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    /*background-color: #fff;*/
    background-color: rgba(113, 111, 111, 1);
    /*box-shadow: 0 0 1px #fff;*/
    box-shadow: 0 0 1px rgba(113, 111, 111, 1);
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.dotstyle-fillup li a:hover,
.dotstyle-fillup li a:focus {
    background-color: rgba(0, 0, 0, 0.2);
}

.dotstyle-fillup li.current a::after {
    height: 100%;
}

.Admin.block {
    padding: 0 280px 0 0;
    margin-left: -210px;
}

#main .checkbox input[type='checkbox'] {
    margin-left: 0;
    margin-top: 2px;
}


.btn-header-right {
    margin-top: 20px;
}
