.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
.only-print {
    display: none;
}
.well-block {
    margin-bottom: 1rem;
}
.glyphicon-left {
    margin-right: 7px;
}
.ael, .action {
    cursor: pointer;
}
.hide_form {
    display: none;
}
.show_hide_form {
    cursor: pointer;
}
.btn-wb {
	border: none;
}
.order-stat {
	margin: 10px 0;
}
.good-info-inside {
	font-size: 120%;
	font-weight: bold;
    border-top: 1px solid #dddddd;
    padding-top: 8px;
    margin-top: 10px;
}
.label-white {
    background-color: #fff;
    color: #777;
    border: 1px solid #777;
}
.label-internet {
    background-color: #e6e696;
    color: #333;
}
.label-accept {
    background-color: #833ab4;
}
.label-collect {
    background-color: #f9433c;
}
.label-delete {
    background-color: #c00801;
}
.label-remove {
    background-color: #880300;
}
.label-opt-super {
    background: #A52FAA;
    background: -webkit-linear-gradient(top left, #A52FAA, #2FDAC8);
    background: -moz-linear-gradient(top left, #A52FAA, #2FDAC8);
    background: linear-gradient(to bottom right, #A52FAA, #2FDAC8);
    color: #FFFFFF;
}
.label-opt-super2 {
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
.label-opt-super2 {
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
.label-opt-super3 {
    background: rgb(244,90,157);
    background: radial-gradient(circle, rgba(244,90,157,1) 0%, rgba(148,187,233,1) 100%);
}
.good-item {
	position: relative;
    height: 143px;
    overflow: hidden;
    cursor: pointer;
}
.good-item>div:hover {
	background: #ebebeb;
}
.good-item h4 {
	height: 38px;
    overflow: hidden;
}
.good_image_list img {
    width: 60px;
    height: 60px;
}
.sup-badge {
    position: absolute;
    left: 50%;
    margin-left: -28px;
}
.remove_element .modal-footer {
    text-align: center;
    border-top: none;
}
.text-large {
	font-size: 16px;
}
.fast_search {
	display: none;
}
.nopad {
	padding: 0 !important;
}
.nomarg {
    margin: 0 !important;
}
.likerow {
    margin-left: -15px;
    margin-right: -15px;
}
.nopad-lr {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#table-sup .danger .panel-heading {
    background: indianred;
}
#table-balans .danger {
    background: #f2dede;
}
#table-supgood .tooltip {
    display: inline-block !important;
}
.sup_card_button {
    position: absolute;
    right: 1rem;
    bottom: -0.5rem;
}
.ltitle {
    font-size: 20px;
    margin-bottom: 5px;
}
.smoth-btn {
    padding-top: 25px;
}
.relative {
    position: relative;
}
.choose-panel .pager {
    margin-bottom: 0;
}
.result-input {
    position: absolute;
    z-index: 10;
    top: 33px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
}
.result-input .list-group {
    margin: 0;
}
.order_good {
    margin-left: 20px;
    display: none;
}
.goodlink {
    padding-bottom: 2rem;
}
.orderclient-item .close {
    position: relative;
    z-index: 100;
    padding: 5px;
    color: red;
    opacity: .6;
}
div.danger .list-group-item {
    color: #a94442;
    background-color: #f2dede;
}
#filter_form {
    display: inline-block;
}
#filter_form .close {
    position: absolute;
    right: 12px;
    top: 6px;
    z-index: 10;
}
#filter_form input[type="text"] {
    padding-right: 25px;
}
.mtitle {
    margin: 0 0 20px 0;
    padding-top: 0;
    position: relative;
}
#filter_form .dfilter {
    width: 155px;
}
#filter_form.visible {
    display: inline-block !important;
}
.toggle_filter {
    margin-left: 3px;
}
.balans-row {
    border-top: 1px solid #ddd;
}
.balans-row div {
    padding-top: 5px;
    padding-bottom: 5px;
}
.balans-row:hover {
    background-color: #f5f5f5;
}
.balans-row .sum-cell {
    padding-top: 0;
    padding-bottom: 0;
}
.minus {
    text-align: left;
}
.plus {
    text-align: right;
}
.navbar-default {
    box-shadow: -1px 2px 10px #e2e2e278;
    background-color: #ffffff;
}
.navbar-brand {
    padding: 10px 15px;
}
.navbar-brand img {
    height: 30px;
}
.empty {
    opacity: .3;
}
ul.backbut {
    margin: 0;
}
.mbtn {
    margin:0 0 0 3px;
}
.total-row {
    padding: 5px;
}
.specbadget .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.specbadget .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.clients-orders {
    display: none;
}
.toggle-orders {
    cursor: pointer;
}
.errors p {
    padding: 15px;
}
.no-drop {
    cursor: no-drop;
}
.files .result-input {
    top: 58px;
}
.good-img {
    float: left;
    margin: 2px 10px 20px 0px;
}
.variety .good-img {
    margin: -1px 10px 2px 0;
}
.good-thumb {
    width: 100px;
    height: 100px;
}
.thumb-panel {
    position: absolute;
    bottom: 10px;
    left: 40px;
}
.popover {
    z-index: 1040;
}
.file-edit-form {
    margin-top: 15px;
}
.catalog_filters {
    margin: 0 0 10px 0;
    padding-left: 15px;
}
.good-block .card {
    min-height: 100%;
    padding-bottom: 1.4rem;
}
.good-block {
    margin-bottom: 1rem;
}
#catalogMenu {
    flex-grow: 0;
}
.variety-list {
    margin: 5px 0 5px;
}
.variety-item {
    display: block;
    border-bottom: 1px solid #9999aa;
    padding: 1rem .5rem;
}
.variety-item.active {
    background-color: #eeeeee;
}
.variety-item:last-child {
    border-bottom: none;
}
.variety-item:hover {
    background: #efe8f9;
}
.variety-item .find {
    background: #f5ff6499;
}
.variety-area .variety-item {
    cursor: pointer;
}
.active-variety {
    background-color: #337ab7 !important;
    color: white;
}
.table .variety td{
    border-top: none;
}
tr.variety:hover .variety_menu, tr.variety:active .variety_menu {
    visibility: visible;
}
.variety_menu {
    visibility: hidden;
}
.off-item-remove {
    padding: 3px 6px 0px 5px;
    font-size: .9em;
}
/*NEW*/
/*Orders*/
.flex {
    display: flex;
}
.orders {
    margin-bottom: 2rem;
}
.orders .text-danger {
    color: #cc0000;
}
.orders .text-primary {
    color: #3e0ef2;
}
.orders .text-success {
    color: #339933;
}
.orders__order {
    width: 100%;
    border-bottom: #b8b8b8 solid 1px;
}
.orders__order.danger {
    background: rgba(255, 0, 0, 0.18);
}
.orders__link {
    color: #333;
    flex-grow: 1;
    padding-left: 1rem;
}
.orders__link:hover {
    text-decoration: none;
}
.orders__order:hover {
    background: #f5f5f5;
}
.orders__col {
    padding: 0 2rem 1rem 0;
    min-width: 80px;
    width: 10%;
    padding: 1rem 0;
}
.orders__col-manage {
    align-items: center;
    flex-direction: column;
}
.orders__col-name {
    min-width: 300px;
    width: 50%;
}
.orders__col-line {
    display: block;
}
.orders__col-payment {
    min-width: 100px;
}
.orders__col-status {
    min-width: 100px;
    font-size: 11px;
}
.orders__id {
    color: #777;
    font-size: 1.4rem;
}
.orders__title {
    font-size: 2rem;
}
.orders__btn {
    margin-right: 1rem;
}
.orders__row {

}
.btn-ico {
    width: 20px;
}
.mark-manage-block {
    display: none;
}
.good-edit {

}
.block-show {
    display: block;
}
.list-group-item {
    cursor: pointer;
}
.order-good-item.checked {
    background: #f2edff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25) inset;
}
tr.parent.checked {
    background: #e8e8e8 !important;
}
.fast-links__status, .fast-links__pocket {
    padding-top: 5px;
}
.fast-links__item img{
    width: 20px;
    height: 20px;
}
.mix_order_filter {
    color: #333;
}
.mix_order_filter .glyphicon {
    margin-top: 2px;
}
.fast-links__item.checked {
    background: #eee;
    color: #4e4e4e;
}
input.pocket__check {
    margin: 12px 5px 0 5px;
}
.reset-filters {
    margin: 0 0.7rem;
    display: none;
}
.order-list__icon-delivery {
    width: 2rem;
}
.order-list__cell-row {
    display: block;
}
.payment_message_container {
    display: none;
}
.balance_order_payment {
    padding-left: 0;
    list-style: none;
}
.balance_client_title {
    font-size: 1.2rem;
    color: grey;
}
.sup_good_group_toggle .find {
    background: #f5ff6499;
}
.orders_list {
    position: absolute;
    background: white;
    width: 100%;
    padding: 1rem;
    margin: 0 1rem 0 0;
    list-style: none;
    box-shadow: 0px 1px 4px 0px #c1c1c1;
    font-size: 1.3rem;
}
.balance_order_list_block {
    padding: 0.5rem 1rem;
}
.balance_order_list_block li {
    border-bottom: 1px #b5b5b5 solid;
    padding: 0.5rem;
}
.balance_order_list_block li:hover {
    background: #e3e3e3;
}
.balance_order_list_block li:last-child {
    border-bottom: none;
}
.balance_list_toggle {
    cursor: pointer;
}
.order_info {
    margin-bottom: 2rem;
}
.order_info p {
    margin-bottom: .5rem;
}
.new_page {
    margin-bottom: 0;
}
.good-client-item:first-child .good-group-heading {
    margin-top: 0;
}
.good-group-heading {
    font-size: 1.8rem;
    margin-top: -2.3rem;
}
.good-group-heading__title {
    display: inline-block;
    padding: 0rem 0.7rem;
    border: 1px solid #565656;
    position: relative;
    border-radius: 0.5rem;
    background-color: #ffffff;
}
.order-good-form {
    margin-top: 1rem;
}
.good_image {
    display: inline-block;
    margin-right: 1rem;
}
.good_image img {
    width: 60px;
    height: 60px;
}
.good_image img.image-no {
    width: 20px;
    height: 20px;
}
.order-good-block {
    padding: 0 15px;
}
.client_type {
    display: block;
    font-size: 1.3rem;
    color: grey;
}
.client_address {
    display: block;
    font-size: 1.3rem;
    color: grey;
}
.label-status {
    font-size: 1rem;
}
input[type=checkbox].order_checkbox {
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
}
.purchase_choose li {
    padding: .5rem 1rem;
    border-radius: 0.4rem;
}
.purchase_choose li.active {
    box-shadow: inset #6b6666 0px 0px 2px 0px;
    background: #efeffb;
}
.export_sup_choose_block {
    width: 50%;
    min-width: 9rem;
}
.good-photo img {
    width: 50px;
}
.media-flex {
    display: flex;
    align-items: center;
}
.media-flex-body {
    padding-left: 1rem;
}
.img-search-item {
    width: 100px;
    height: 100px;
    margin: 0 1rem 1rem 0;
    cursor: pointer;
}
.img-search-item.active {
    border: 1px solid black;
}
.check-label {
    position: absolute;
}
.good-title-block {
    position: relative;
}
.photo-block {
    display: inline-block;
    position: relative;
}
.photo-block img {
    max-width: 300px;
}
.image-btn-group {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}
.img-row {
    margin-bottom: 1rem;
}
.fp_label img {
 width: 1.5rem;
}
.label-imported {
    background-color: #fcce0c;
}
.search-empty-result {
    padding-left: 1rem;
}
.order_status {
    cursor: pointer;
}
.status_info_field {
    width: 48%;
    margin: 0 auto 0 0;
}
.status_info_field:last-of-type {
    margin: 0 0 0 auto;
}
.status_filed_block {
    display: flex;
}
.activate-user.done span {
    color: #2a692a;
}
.activate-user.fail span {
    color: #911717;
}
.order_hot_li {
    padding-top: 10px;
}
.order_hot img {
    height: 3rem;
    cursor: pointer;
}
.navbar-spec-link, .navbar-spec-link a  {
    display: inline-block !important;
}
.delete_message {
    cursor: pointer;
}
#order_hots ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.edistribution img {
    width: 15px;
}
.title_attention {
    background: coral;
    color: white;
    font-weight: normal;
    padding: 1px 4px;
    border-radius: 4px;
    cursor: pointer;
}
.good_price_back {
    position: absolute;
    right: 1rem;
    bottom: 0.6rem;
}
/*Analytics*/
.analytics-toolbar {
    margin-bottom: 1rem;
}
.supgood_move {
    margin-top: .3rem;
}
.discount_label {
    position: absolute;
    right: 1rem;
    bottom: 0;
}
.analytics_filters {
    display: none;
}
.analytics-filter-toggle {
    margin-bottom: 1rem;
}
/*Variety*/
.image_search_block {
    position: relative;
    display: inline-block;
}
.image_edit_button {
    position: absolute;
    bottom: 15px;
    right: 15px;
}