.table th > a {
    color: #333;
}

.table em {
    background-color: #ffa829;
    padding: 0.05em 0.2em;
    color: #000;
    font-style: normal;
}

.table th, .table td {
    white-space: nowrap;
}

.table td:empty {
    text-align: center;
}

.table td:empty:after {
    content: "—";
    letter-spacing: -2px;
    color: #CCC;
}

.data-table-commands {
    width: 1%;
    white-space: nowrap;
    text-align: right;
}

.data-table-commands .btn-icon, .command-icon-button {
    width: 28px;
    line-height: 32px;
    height: 28px;
    color: rgb(94, 94, 94);
    box-shadow: none;
}

.data-table-id {
    width: 1%;
    min-width: 70px;
}

.data-table-thumbnail {
    width: 1%;
    min-width: 40px;
}

.data-table-thumbnail img, .data-table-thumbnail .letter-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.table > tbody > tr > td.data-table-thumbnail {
    padding-top: 4px;
    padding-bottom: 4px;
}

.letter-icon {
    line-height: 40px;
    text-align: center;
    background: #4CAF50;
    color: #ffffff;
    font-size: 14px;
}

.block-header > h2 a {
    color: #777;
}

#sidebar-right, .sidebar-right {
    width: 400px;
    right: -100%;
}

@media (max-width: 480px) {
    #sidebar-right, .sidebar-right {
        width: 100%;
    }
    .lv-location-widget {
        padding: 0px 0px 13px!important;
    }
}

#sidebar-right.toggled, .sidebar-right.toggled {
    right: 0;
}

#sidebar-right .mCSB_container, .sidebar-right .mCSB_container {
    overflow: visible;
}

.card-no-shadow {
    box-shadow: none;
}

.chosen-container-single .chosen-single {
    text-transform: none;
}

.list-group-borderless .list-group-item {
    border: none;
}

.anchor:before {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

.badge-baseline {
    vertical-align: baseline;
}

.chosen-container-single .chosen-single abbr {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    color: #999;
    top: 9px;
    right: 20px;
}

.chosen-container-single .chosen-single abbr:hover {
    color: #666;
}

.chosen-container-single .chosen-single abbr:before {
    content: '\f136';
}

.collection-field {
    margin-bottom: 7px;
    position: relative;
    padding-right: 35px;
}

.collection-field-remove {
    position: absolute;
    right: 2px;
    top: 6px;
    width: 28px;
    line-height: 32px;
    height: 28px;
    color: rgb(94, 94, 94);
    box-shadow: none;
}

.collection-field-remove:active {
    box-shadow: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    transition: none;
}

.property-button-group {
    margin-bottom: 20px;
}

.property-button {
    margin-right: 10px;
    margin-bottom: 10px;
    /*margin-left: 10px;*/
}

.property-button-group .property-button.active-button {
    background: gray;
}

.disabled-button {
    opacity: 0.5;
}

.dl-horizontal {
    margin-top: -15px;
}

.role-list {
    list-style: none;
    padding-left: 0;
}

.role-list > li + * {
    margin-top: 8px;
}

.role-select-wrapper {
    margin-top: 10px;
    margin-left: 30px;
}

#section-choice .panel-collapse .panel-heading .panel-title > a {
    padding: 8px 30px 16px 5px;
}

#section-choice .panel-collapse .panel-heading:before, .panel-collapse .panel-heading:after {
    left: auto;
    right: 5px;
    background: transparent;
}

#section-choice .panel-body {
    margin-top: -10px;
}

#section-choice .panel-collapse .panel-heading .panel-title .checkbox {
    float: left;
    margin-left: 5px;
}

.checkbox input:indeterminate + .input-helper:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.checkbox input:indeterminate + .input-helper:after {
    -webkit-transform: scale(.6) rotate(0deg);
    -ms-transform: scale(.6) rotate(0deg);
    -o-transform: scale(.6) rotate(0deg);
    transform: scale(.6) rotate(0deg);
    opacity: 1;
    width: 15px;
    height: 15px;
    background: #009688;
    top: 1px;
    left: 1px;
    border-radius: 0;
}

.card-header .actions > li.sidebar-trigger.open > a:before, .actions.open > a:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.intl-tel-input {
    display: block;
}

.intl-tel-input .country-list {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-top: 2px;
}

.intl-tel-input .country-list .country {
    padding-top: 7px;
    padding-bottom: 8px;
}

.intl-tel-input .country-list .country.highlight {
    background: rgba(0, 0, 0, 0.075)
}

.range-input {
    display: flex;
}

.range-input-min {
    margin-right: 20px;
    width: 100%;
}

.range-input-max {
    width: 100%;
}

#jqstooltip {
    padding: 0;
    min-width: 0;
    min-height: 0;
}

.jqsfield {
    padding: 8px 10px 8px 8px;
}

.mini-charts-item {
    position: relative;
}

.mini-charts-item-view {
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
}

.photo-fileinput.fileinput {
    margin-bottom: 0;
    padding-right: 0;
    display: flex;
    align-items: flex-end;
}

.photo-fileinput.fileinput.fileinput-exists .fileinput-controls {
    margin-bottom: 3px;
}

.photo-fileinput.fileinput .fileinput-preview {
    margin-bottom: 0;
    margin-right: 10px;
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
}

.photo-fileinput.fileinput .fileinput-filename {
    vertical-align: baseline;
    display: inline;
}

.photo-fileinput.fileinput .fileinput-preview:empty {
    display: none;
}

.photo-fileinput.fileinput .fileinput-preview img {
    margin-top: 0;
}

.webcam {
    position: relative;
}

.controls {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.avatar .modal .modal-body {
    padding: 0 10px 10px;
}

.table > tbody > tr > td.overflow-cell {
    position: relative;
    padding-right: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px;
}

.table > tbody > tr > td.overflow-cell button {
    position: absolute;
    right: 5px;
    top: 18px;
    background: #adadad;
    color: #fff;
    width: 14px;
    height: 14px;
    line-height: 10px;
    border: none;
    padding: 0;
    border-radius: 50%;
}

.table > tbody > tr:last-child > td, .table > tfoot > tr:last-child > td {
    padding-bottom: 10px;
}

.table-responsive {
    padding-bottom: 10px;
}

#rules > .collection-field:not(:last-child),
#offers > .collection-field:not(:last-child) {
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.category-menu li a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    padding: 8px 17px;
    -webkit-transition: background-color;
    -o-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.category-menu li a:hover, .category-menu li a:focus {
    color: #000;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.075);
}

.category-menu ul {
    list-style: none;
    padding-left: 20px;
}

.category-menu {
    max-height: calc(100vh - 160px);
    overflow-y: scroll;
}

.sell #main {
    padding: 0;
}

.sell #content {
    height: 100vh;
    padding: 0;
}

.sell #header {
    position: relative;
}

@media (min-width: 1200px) {
    body.sell.sw-toggled #content {
        padding-left: 0;
    }

    body.sell.sw-toggled #menu-trigger {
        display: block;
    }

    body.sell.sw-toggled #sidebar:not(.toggled) {
        -webkit-transform: translate3d(-268px, 0, 0);
        transform: translate3d(-268px, 0, 0);
        opacity: 0;
        filter: alpha(opacity=0);
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    }
}

.sell #menu-trigger {
    display: block;
}

.btn-link:hover, .btn-link:focus {
    color: #333;
}

.btn-icon-text-lg > .zmdi {
    font-size: 18px;
    margin-top: 0;
}

.plc-path {
    stroke-width: 3;
}

.top-menu > li > a > .tmn-counts:empty {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
    top: 3px;
    right: 4px;
}

.listview a.lv-item:hover {
    background: #f6f6f6;
}

#profile-main .pmo-pic:empty {
    display: none;
}

.media {
    display: flex;
    align-items: center;
}

.alert-danger {
    background-color: rgb(244, 67, 54);
}

#l-login h2 {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: -60px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

span.select-all {
    padding: 10px 17px;
    line-height: 15px;
    display: block;
    cursor: pointer;
}

span.select-all:hover {
    background: rgba(0, 0, 0, 0.075);
    color: #333;
}

.filter-collapsible {
    margin: 0 -18px;
}

.filter-collapsible > label {
    display: block;
    cursor: pointer;
    line-height: 26px;
    padding: 0 18px;
    background: #f8f8f8;
    border: 1px #eee;
    border-style: solid none;
    margin-bottom: 15px;
    font-weight: 400;
}

.filter-collapsible > label:after {
    float: right;
    content: '\f2f6';
    display: inline-block;
    font-family: 'Material-Design-Iconic-Font';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    color: #999;
    transition: all ease-in 200ms;
    transform: rotateZ(90deg);
}

.filter-collapsible > input {
    display: none;
}

.filter-collapsible-target {
    padding: 0 18px;
    transition: all ease-in 300ms;
    overflow: hidden;
    max-height: 500px;
}

.filter-collapsible > input:checked + label + .filter-collapsible-target {
    max-height: 0;
}

.filter-collapsible > input:checked + label:after {
    transform: rotateZ(0deg);
}

.sub-menu ul i.zmdi {
    margin-right: 8px;
    transform: scale(1.3);
}

.data-table-commands .preloader {
    width: 18px;
    display: none;
}

.data-table-commands .plc-path {
    stroke-width: 4;
}

.data-table-commands .preloader {
    margin-top: 5px;
    height: 24px;
}

.data-table-commands.data-table-commands-progress .preloader {
    display: block;
}

.data-table-commands.data-table-commands-progress a {
    display: none;
}

.data-table-commands {
    min-height: 18px;
}

#notifications .lv-body {
    height: 320px;
}

#notifications .lv-item:hover {
    background-color: transparent;
}

#notifications .lv-item {
    border-bottom: 1px solid rgba(202, 197, 197, 0.24);
    position: relative;
    /*padding: 10px 20px 15px 70px;*/
}

#notifications .lv-title span {
    margin-left: 5px;
}

#notifications .new,
#notifications .new:hover {
    background-color: rgba(202, 197, 197, 0.13);
}

.notification-loading {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 12px;
}


*[data-tv-type="SellOperation"]:before {
    content: "\f1c9";
    background: #E91E63;
    box-shadow: 0 0 0 1px #E91E63;
}

*[data-tv-type="SellOperation"]:after {
    background: #E91E63;
}

*[data-tv-type="User"]:before {
    content: "\f20d";
    background: #9C27B0;
    box-shadow: 0 0 0 1px #9C27B0;
}

*[data-tv-type="User"]:after {
    background: #9C27B0;
}

*[data-tv-type="CompanyNews"]:before {
    content: '\f2c2';
    background: #4CAF50;
    box-shadow: 0 0 0 1px #4CAF50;
}

*[data-tv-type="CompanyNews"]:after {
    background: #4CAF50;
}

*[data-tv-type="CorrectionOperation"]:before {
    content: '\f1ed';
    background: #F44336;
    box-shadow: 0 0 0 1px #F44336;
}

*[data-tv-type="CorrectionOperation"]:after {
    background: #F44336;
}

*[data-tv-type="CouponCollection"]:before {
    content: '\f1bc';
    background: #673AB7;
    box-shadow: 0 0 0 1px #673AB7;
}

*[data-tv-type="CouponCollection"]:after {
    background: #673AB7;
}

*[data-tv-type="CurrencyRatio"]:before {
    content: '\f198';
    background: #3F51B5;
    box-shadow: 0 0 0 1px #3F51B5;
}

*[data-tv-type="CurrencyRatio"]:after {
    background: #3F51B5;
}

*[data-tv-type="Group"]:before {
    content: '\f20b';
    background: #2196F3;
    box-shadow: 0 0 0 1px #2196F3;
}

*[data-tv-type="Group"]:after {
    background: #2196F3;
}

*[data-tv-type="Import"]:before {
    content: '\f221';
    background: #009688;
    box-shadow: 0 0 0 1px #009688;
}

*[data-tv-type="Import"]:after {
    background: #009688;
}

*[data-tv-type="Location"]:before {
    content: '\f1d4';
    background: #4CAF50;
    box-shadow: 0 0 0 1px #4CAF50;
}

*[data-tv-type="Location"]:after {
    background: #4CAF50;
}

*[data-tv-type="PaymentMethod"]:before {
    content: '\f129';
    background: #8BC34A;
    box-shadow: 0 0 0 1px #8BC34A;
}

*[data-tv-type="PaymentMethod"]:after {
    background: #8BC34A;
}

*[data-tv-type="Product"]:before,
*[data-tv-type="Variation"]:before {
    content: '\f1cb';
    background: #795548;
    box-shadow: 0 0 0 1px #795548;
}

*[data-tv-type="Product"]:after,
*[data-tv-type="Variation"]:after {
    background: #795548;
}

*[data-tv-type="Promotion"]:before {
    content: '\f126';
    background: #FF9800;
    box-shadow: 0 0 0 1px #FF9800;
}

*[data-tv-type="Promotion"]:after {
    background: #FF9800;
}

*[data-tv-type="RepriceOperation"]:before {
    content: '\f198';
    background: #607D8B;
    box-shadow: 0 0 0 1px #607D8B;
}

*[data-tv-type="RepriceOperation"]:after {
    background: #607D8B;
}

*[data-tv-type="Role"]:before {
    content: '\f173';
    background: #673AB7;
    box-shadow: 0 0 0 1px #673AB7;
}

*[data-tv-type="Role"]:after {
    background: #673AB7;
}

*[data-tv-type="Supplier"]:before {
    content: '\f1e6';
    background: #3F51B5;
    box-shadow: 0 0 0 1px #3F51B5;
}

*[data-tv-type="Supplier"]:after {
    background: #3F51B5;
}

*[data-tv-type="OXNews"]:before {
    content: '\f173';
    background: #f44336;
    box-shadow: 0 0 0 1px #f44336;
}

*[data-tv-type="OXNews"]:after {
    background: #f44336;
}

*[data-tv-type="SupportRequest"]:before {
    content: '\f173';
    background: #f448b1;
    box-shadow: 0 0 0 1px #f448b1;
}

*[data-tv-type="SupportRequest"]:after {
    background: #f448b1;
}

/*#notifications .lv-item:before {*/
/*position: absolute;*/
/*width: 40px;*/
/*height: 40px;*/
/*border-radius: 50%;*/
/*left: 15px;*/
/*top: 10px;*/
/*border: 3px solid #FFF;*/
/*text-align: center;*/
/*font-size: 16px;*/
/*line-height: 34px;*/
/*color: #FFF;*/
/*font-family: 'Material-Design-Iconic-Font';*/
/*z-index: 1;*/
/*}*/

.sidebar {
    top: 70px;
}

.media .media-body {
    flex: 1;
}

.sidebar-right {
    width: 400px;
    right: -100%;
}

@media (max-width: 480px) {
    .sidebar-right {
        width: 100%;
    }
}

.sidebar-right.toggled {
    right: 0;
}

.sidebar-right .mCSB_container {
    overflow: visible;
}

.setting-preview-color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
}

.setting-preview-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: cover;
    display: inline-block;
}

.setting-preview-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: cover;
    display: inline-block;
}

.info-popover {
    color: #999 !important;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    top: 2px;
    margin-left: 5px;

}

.info-popover:hover,
.info-popover:target,
.info-popover:active {
    color: #666 !important;
}

.filter-horizontal {
    margin-bottom: 20px;
}

.form-group-checkbox > div {
    position: relative;
}

.form-group-checkbox label.checkbox {
    position: absolute;
    left: 15px;
    top: 10px;
}

.form-group-checkbox .form-control {
    margin-left: 30px;
    width: calc(100% - 30px);
}

.schedule-day-entry {
    display: flex;
}

.schedule-day-entry > * + * {
    margin-left: 30px;
}

.schedule-day-entry h5 {
    width: 145px;
    text-transform: uppercase;
    font-weight: 500;
    color: #999;
    margin-bottom: 10px;
    padding-left: 35px;
}

.schedule-day-label {
    margin-bottom: 0;
    padding-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
}

@media (min-width: 768px) {
    .schedule-day-label {
        padding-right: 15px;
    }
}

.toggleable-time-group {
    position: relative;
    width: 145px;
    padding-top: 35px;
}

.toggleable-time-group:not(.single):before {
    content: '';
    position: absolute;
    width: 10px;
    border-top: 1px solid #ccc;
    top: 19px;
    left: 78px;
}

.toggleable-time-group .checkbox {
    position: absolute;
    top: 9px;
    left: 0;
}

.toggleable-time-group .form-control {
    position: absolute;
    top: 0;
    left: 35px;
    width: 34px;
}

.toggleable-time-group .form-control:nth-of-type(3) {
    left: 99px;
}

.toggleable-time-group input[type=text][disabled] {
    background: #fff;
    color: #ccc;
}

.toggleable-time-group input[type=checkbox][disabled] + .input-helper {
    opacity: 0.3;
}

.toggleable-time-group .help-block:not(:last-of-type) {
    margin-bottom: 0;
}

.toggleable-time-group .help-block:not(:last-of-type) ul {
    margin-bottom: 0;
}

.toggleable-time-group .help-block:not(:first-of-type) {
    margin-top: 0;
}

.card-loading {
    position: relative;
}

.card-preloader {
    display: none;
}

.card-loading .card-preloader {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
}

.card-loading .card-preloader svg {
    width: 40px;
}

.card-loading .card-preloader:before {
    display: none;
}

.card-loading .card-preloader span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(30px);
}

tr.highlighted td {
    background: rgba(0, 0, 0, 0.03);
}

tr.highlighted td:first-child {
    position: relative;
}

tr.highlighted td:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    border-left: 2px solid #2196f3;
}

@media (min-width: 768px) {
    #profile-main .pm-overview {
        overflow: visible;
    }

    #profile-main .pmo-pic {
        margin-top: -85px;
        border: 3px solid #fff;
        border-radius: 4px;
    }

    .block-header.profile-block-header {
        padding-left: 250px;
    }

    .block-header.profile-block-header small {
        margin-top: 4px;
        margin-bottom: 29px;
    }

    #profile-main .pmo-pic + .pmo-contact {
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    .block-header.profile-block-header {
        padding-left: 300px;
    }
}

.journal-tile a {
    margin-bottom: 20px;
    /*border: 1px solid #e2e2e2;*/
    border-radius: 2px;
    display: block;
    color: #333 !important;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}

.journal-tile strong {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

.journal-tile small {
    color: #999;
}

.journal-tile small, .journal-tile strong {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*padding: 0 10px;*/
}

.journal-tile img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.journal-tile a:after {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: #03A9F4;
    border-radius: 50%;
    content: '';
}

.journal-tile.absent a:after {
    background: #f44336;
}

.journal-tile.working a:after {
}

.journal-tile.dining a:after {
    background: #673AB7;
    content: '\f153';
    color: #fff;
    font: normal normal normal 14px/25px 'Material-Design-Iconic-Font';
}

.journal-tile.gone a:after {
    background: #FF9800;
}

.journal-tile.gone.freshly a:after {
    background: #9E9E9E;
}

@media (min-width: 360px) {
    .journal-grid .col-xs-12 {
        width: 50%;
    }
}

@media (min-width: 480px) {
    .journal-grid .col-xs-12 {
        width: 33.333%;
    }
}

@media (min-width: 640px) {
    .journal-grid .col-xs-12 {
        width: 25%;
    }
}

@media (min-width: 760px) {
    .journal-grid .col-xs-12 {
        width: 20%;
    }
}

@media (min-width: 880px) {
    .journal-grid .col-xs-12 {
        width: 16.666%;
    }
}

@media (min-width: 1000px) {
    .journal-grid .col-xs-12 {
        width: 14.285%;
    }
}

@media (min-width: 1120px) {
    .journal-grid .col-xs-12 {
        width: 12.5%;
    }
}

@media (min-width: 1240px) {
    .journal-grid .col-xs-12 {
        width: 11.111%;
    }
}

.permission-row .form-group {
    margin: 0;
    padding-left: 30px;
    /*max-width: 400px;*/
    display: flex;
    align-items: center;
}

.permission-row .form-group .control-label {
    width: 20%;
    margin-bottom: 0;
    text-align: left;
}

.slideText {
    white-space: pre-wrap
}

aside#confirmation .lv-item {
    padding-left: 5px;
    border-bottom: 1px solid #eee;
}

aside#confirmation .lv-small {
    white-space: normal;
}

aside#confirmation .buttons {
    margin-top: 5px;
}

aside#confirmation .btn-confirm {
    margin-right: 3px;
}

#company-coin a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    padding: 7px 10px;
}

.col-image-150 {
    width: 150px;
}

.image-td {
    width: 150px;
}

.z-index-0 {
    z-index: 0;
    position: absolute;
}

.motivation-bonus-block {
    align-items: center;
    display: flex;
}

.field-m-top {
    top: 20px !important;
}


@media (max-width: 480px) {
    .select2 .select2-container .select2-container--default {
        width: 100%;
    }
}

.button-mot-remove-block {
    float: right;
    margin-right: 100px;
}

.actions > li > a > span, .actions > a > span {
    color: rgb(94, 94, 94);
    font-size: 14px;
}

.tab-content {
    padding: 20px 0px 0px !important;
}
/* HOME PAGE CSS */
/* video */
.helper-close {
    color: #696969;
    position: absolute;
    right: 30px;
    top: 4px;
    font-size: 17px;
    border-radius: 100%;
    background-color: #0000000d;
    width: 25px;
    text-align: center;
    z-index: 9999;
}

.helper-close a:hover, .helper-close a:focus {
    cursor: pointer;
    color: rgb(61, 158, 203);
    background-color: #0000009f;
}

.helper-close-action {
    display: none;
}

.video-container {
    position: fixed;
    /*bottom: 20px;*/
    /*right: 0;*/
    z-index: 100;
}

.video-container video.video {
    width: 19.5vw;
}

.video-container .img-play {
    position: absolute;
    height: 27%;
    top: 22%;
    right: 65%;
    z-index: 101;
    cursor: pointer;
}

.call-ox-help {
    display: none;
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 101;
    cursor: pointer;
}

/* modal */
/*.modal {*/
/*    display: none;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 999999;*/
/*    background-color: rgba(255, 255, 255, 0.75);*/
/*}*/

/*.modal.show {*/
/*    display: block;*/
/*    animation: fade 1s forwards;*/
/*}*/

/*.modal.help {*/
/*    background-color: rgba(0, 0, 0, 0.75);*/
/*}*/


/*.modal .modal-container {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 70%;*/
/*    border-radius: 8px;*/
/*    display: flex;*/
/*    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.4);*/
/*}*/

/*.modal.help .modal-container {*/
/*    width: 100%;*/
/*    box-shadow: none;*/
/*    background-color: transparent;*/
/*}*/

/*.modal.help .modal-container .video-container {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    z-index: auto;*/
/*    width: 100%;*/
/*    max-width: 720px;*/
/*    margin: 0 auto;*/
/*    padding: 0 1.5em;*/
/*    cursor: pointer;*/
/*}*/

/*.modal.help .modal-container .video-container .video {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

/*.modal.help .modal-close {*/
/*    font-size: 12vw;*/
/*    font-weight: 300;*/
/*    color: #fff;*/
/*    background-color: transparent;*/
/*    border: 0;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 3vw;*/
/*    z-index: 1;*/
/*    outline: 0;*/
/*    cursor: pointer;*/
/*}*/

/*.modal .modal-container > div {*/
/*    flex: 1;*/
/*}*/

.help.active {
    display: block;
}

@media (max-width: 768px) {
    .video-container {
        display: none;
    }
}

.help-button {
    cursor: pointer;
    z-index: 999;
    position: fixed;
    right: 1.5em;
    top: 92%;
    margin-top: -2.5em;
}

.help-text-container:target {
    visibility: visible;
    opacity: 1;
}

.help-text-container {
    cursor: move;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    position: fixed;
    /*left: 60%;*/
    /*top: 50%;*/
    right: 205px;
    bottom: 100px;
    height: 200px;
    margin-top: -2.5em;
    transition: opacity 500ms;
}

.help-text-block {
    padding: 18px;
    width: 300px;
    min-height: 60px;
    max-height: 280px;
    background: #ffffffe9;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .help-button {
        display: none !important;
    }
}

/* HOME PAGE DASHBOARD CSS */
.borderwidget {
    border-radius: 5px !important;
}

.borderwidget-down {
    border-radius: 5px 5px 0px 0px;
}

.profile-edit-btn:hover {
    color: #005bcbee;
    cursor: pointer;
}

.profile-edit-btn {
    position: absolute;
    right: 0px;
    margin: 19px;
    color: #00000080;
}

.profile-view {
    height: 340px;
}

.profile-view .pv-body > h2 {
    line-height: 60%;
}

.profile-view .pv-body .pv-follow {
    margin: -10px -20px !important;
}

.countwidget {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    border-radius: 5px;
    height: 155px;

}

.counterwidget-content {
    height: 155px;
    display: table-cell;
    vertical-align: middle;
}

.count-w > h2 {
    padding: 0px 7px 0px 20px;
    margin: auto;
    font-size: 53px;
    color: white;
    font-weight: 400;
}

.count-w > h2 > small {
    padding-left: 5px;
    font-size: 24px;
    color: white;
    font-weight: 300;
}

.counterwidget-content > p {
    padding: 5px 20px;
    margin: auto;
    font-size: 14px;
    color: white;
}

.counterwidget-content > .fas {
    position: absolute;
    right: 20px;
    padding: 17px;
    font-size: 66px;
    color: rgba(255, 255, 255, 0.331);
}

.compare-tag {
    position: absolute;
    right: 140px;
    font-size: 15px;
    background: rgb(255, 94, 25);
    color: white;
    border-radius: 2px;
    padding: 1px 4px;
}

.count-w {
    display: inline-flex;
    align-items: center;
}

.mini-charts {
    margin: 0px 15px 0px;
}

.dash-widget-item .dash-widget-title {
    font-weight: 600;
    font-size: 14px !important;
    text-transform: uppercase;
}

.dash-widget-item {
    min-height: 340px !important;
}

.easy-pie:not(.main-pie) .percent {
    margin: 33px 2px 0px;
}

.easy-pie-mini {
    padding-bottom: 12px !important;
    padding-top: 14px !important;
}

.easy-pie.main-pie .percent {
    margin-top: 39px !important;
    font-size: 40px !important;
}

.lv-footer {
    margin-top: 5px;
}

.lv-header, .lv-location-widget {
    text-align: left;
    padding: 15px 20px 13px;
}

.lv-small-2 {
    margin-top: 3px;
    font-size: 13px;
    color: rgb(91, 91, 91);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}

.lv-title > .fas {
    color: rgb(67, 67, 67) !important;
}

.pull-left > .letter-icon {
    line-height: 36px;
}

.mini-charts-item .count > h2 {
    font-weight: 400;
}

.mini-charts-item .count > small {
    font-size: 12px;
}

.count .badge {
    font-size: 11px !important;
    padding: 2px 3px 2px !important;
    margin-bottom: 5px;
}

#main-home {
    position: relative;
    padding-bottom: 0px;
    padding-top: 100px;
}

.widget-date {
    color: gray;
    text-align: center;
}

.widget-date .badge {
    padding: 2px 4px 4px;
    font-size: 11px;
}

.widget-balance {
    font-size: 14px;
    font-weight: 500;
}

.widget-balance-mtotal {
    width: 50%;
    height: 55px;
    padding: 5px;
    color: white;
}

.widget-balance-mtotal > .fas {
    position: absolute;
    color: rgba(255, 255, 255, 0.379);
    margin-right: 5px;
    font-size: 38px;
    right: 2px;
    padding: 4px;
}

.widget-balance-mtotal > h2 {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 10px;
}

.widget-balance-mtotal > small {
    color: white;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
}

.widget-balance-stroke:hover {
    background-color: rgb(228, 247, 255);
}

.widget-balance-stroke {
    display: flow-root;
    padding: 10px;
}

/* Setup Navigator */
.setup-navigator-main .d-flex .col-sm-2 a {
    font-size: 11px;
    color: #424242 !important;
}

.setup-navigator-main {
    position: fixed;
    background: #fff;
    bottom: 0%;
    width: 100%;
    height: 50px;
    z-index: 99;
    padding: 7px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.nav-point {
    width: 12px;
    height: 12px;
    background: #2096f3;
    position: absolute;
    top: -70%;
    right: 47%;
    align-items: center;
    border-radius: 100%;
}

.nav-notactive {
    background: #f5f5f5 !important;
}

.sub-menu ul > li > a {
    width: 268px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#guiding-trigger {

}

#guiding-trigger a {
    position: relative;
}

/* https://stackoverflow.com/questions/53275447/create-a-constant-pulse-animation */
.guiding-pulse {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cc2c2c;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(112, 24, 24);
    animation: pulse 2s linear infinite both;
    position: relative;
    position: absolute;
    right: 10px;
    top: 5px;
}

.guiding-pulse::before {
    content: '';
    box-shadow: 0 0 0 rgba(112, 24, 24, 0.4);
    animation: pulse2 2s linear 1s infinite both;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.guiding-pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(112, 24, 24, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 5px rgba(112, 24, 24, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(112, 24, 24, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(112, 24, 24, 0.4);
        box-shadow: 0 0 0 0 rgba(112, 24, 24, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 5px rgba(112, 24, 24, 0);
        box-shadow: 0 0 0 20px rgba(112, 24, 24, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(112, 24, 24, 0);
        box-shadow: 0 0 0 0 rgba(112, 24, 24, 0);
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(112, 24, 24, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 5px rgba(112, 24, 24, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(112, 24, 24, 0);
    }
}

@keyframes pulse2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(112, 24, 24, 0.4);
        box-shadow: 0 0 0 0 rgba(112, 24, 24, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 5px rgba(112, 24, 24, 0);
        box-shadow: 0 0 0 30px rgba(112, 24, 24, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(112, 24, 24, 0);
        box-shadow: 0 0 0 0 rgba(112, 24, 24, 0);
    }
}

.guiding-row {
    margin-bottom: 20px;
}

.guiding-row_header {
    cursor: pointer;
}

.guiding-media_left {
    width: 70%;
    display: flex;
    align-items: center;
}

.guiding-media_right {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.guiding-children {
    padding: 0 10px;
    margin-top: 15px;
}

.paper {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0;
    left: 0;
    will-change: transform;
    perspective: 500px;
    z-index: 10000;
}

/*@keyframes rotate {*/
/*    0% {*/
/*        transform: rotateY(0deg) rotateX(0deg);*/
/*    }*/

/*    100% {*/
/*        transform: rotateY(1080deg) rotateX(360deg);*/
/*    }*/
/*}*/

/*@keyframes background {*/
/*    0% {*/
/*        background-position: 0% 0%;*/
/*    }*/

/*    100% {*/
/*        background-position: 100% 0%;*/
/*    }*/
/*}*/


@media (max-width: 765px) {
    .setup-navigator-main {
        display: none;
    }
}
