body.fixed {
    overflow: hidden;
}

.x_info_header > tr {
    background-color: #d8e1f5;
    border-bottom: 1px solid rgba(78, 100, 160, .4);
    border-top: 1px solid rgba(78, 100, 160, .1);
    box-shadow: 0 2px 6px rgba(75, 0, 189, .08);
    color: #4e64a0;
    border-radius: 8px;
    margin: 0 0 2px;
    padding: 10px 0;
    display: flex;
}

.x_info_header > tr .x_cell_common {
    border-right: 1px solid #fff;
}

/*acc*/
.acc_create_form {
    max-width: 800px;
}

.acc_cell_name {
    width: 260px;
}

.acc_options_holder {
    max-height: 260px;
    display: flex;
    flex-wrap: wrap;
    /*width: 500px;*/
    /*flex-direction: column;*/
}

.acc_options_holder label.option {
    width: 50%;
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    min-width: 200px;
    max-width: 250px;
}

/*references*/

.cell_cpsg_name {
    width: 160px;
}

.cell_cpsg_rate {
    width: 80px;
}

/*history*/
.history_item_holder {
    height: 400px;
}

.history_cell_date {
    width: 162px;
}

.history_cell_action {
    width: 150px;
}

.history_cell_user {
    width: 200px;
}

.history_cell_details {
    width: 300px;
}


/*clients*/
#client_create_form_holder {
    max-width: 1300px;
}

#clients_items_holder {
    max-height: 400px;
}

.clients_items_holder {
    width: 1600px;
}

.clients_item {
    width: 1600px;
}

.client_cell_name {
    width: 180px;
}

.client_cell_email {
    width: 220px;
}

.client_cell_phone {
    width: 120px;
}

.client_cell_city {
    width: 180px;
}

.client_cell_type {
    width: 180px;
}

.client_cell_full_name {
    width: 360px;
}

/*users*/
.users_items_holder {
    width: 1800px;
}

/*.users_item         {width: 1000px;}*/
.user_cell_name {
    width: 320px;
}

.user_cell_email {
    width: 240px;
}

.user_cell_phone {
    width: 120px;
}

.user_cell_access {
    width: 360px;
}

.user_cell_status {
    width: 100px;
}

/*references*/
.reference_holder {
    margin-bottom: 20px;
}

.reference_item_holder {
    max-height: 260px;
    height: 260px;
    overflow-y: hidden;
}

.reference_form_holder button {
    margin-left: 5px;
    margin-bottom: 10px;
}

.ref_cfi_item, .cfi_ref_items_holder {
    width: 1260px;
}

.cell_cfi_id {
    width: 60px;
}

.cell_cfi_type {
    width: 120px;
}

.cell_cfi_name {
    width: 320px;
}

.cell_comment {
    width: 320px;
}

.cell_add_date {
    width: 162px;
}

.cell_upd_date {
    width: 162px;
}

.ref_cfig_item, .cfig_ref_items_holder {
    width: 1260px;
}

.cell_cfig_id {
    width: 80px;
}

.cell_cfig_name {
    width: 320px;
}

.cell_cfig_order {
    width: 100px;
}

.cell_cpst_id {
    width: 60px;
}

.cell_cpst_type {
    width: 260px;
}

/*cps*/
#cps_items_holder {
    max-height: 600px;
}

.cps_items_holder {
    width: 1380px;
}

.cps_item {
    width: 1380px;
}

.cps_cell_name {
    width: 420px;
}

.cps_cell_groupe {
    width: 160px;
}

.cps_cell_inn {
    width: 120px;
}

.cps_cell_type {
    width: 260px;
}

.cps_cell_phone {
    width: 120px;
}

.cps_cell_email {
    width: 240px;
}

.cps_cell_address {
    width: 320px;
}

/*cashflow*/
#cfs_item_holder {
    max-height: 500px;
}

.cfs_item_holder {
    width: 2760px;
}

.cfs_item {
    width: 2760px;
}

.cf_cell_cfi_type {
    width: 120px;
}

.cf_cell_cf_type {
    width: 200px;
}

.cf_cell_account {
    width: 360px;
}

.cf_cell_cp {
    width: 280px;
}

.cf_cell_cfi {
    width: 260px;
}

.cf_cell_summ {
    width: 110px;
}

.cf_cell_status {
    width: 180px;
}

.cf_cell_date {
    width: 162px;
}

.cf_cell_comment {
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
}

/*#client_search_block {display: none;}*/
/*#cps_search_block {display: none;}*/
/*#client_search_block.active {display: block;}*/
/*#cps_search_block.active {display: block;}*/

.search_block {
    display: none;
}

.search_block.active {
    display: block;
}

.account_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.account_item {
    background-color: #fff;
    color: #4e64a0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 2px 6px rgba(75, 0, 189, .08);
    width: calc(16% - 5px);
}

.close_period_data {
    max-height: 400px;
}

/*clcp*/
.clcp_data_holder {
    position: relative;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.clpc_data_item {
    align-items: center;
    border-bottom: 1px solid transparent;
    display: flex;
    justify-content: space-between;
    min-height: 40px;
    padding: 0 10px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.clpc_data_name {
}

.clpc_data_value {
}

/*products*/
.product_edit_section {
    padding-bottom: 100px;
}

.product_create_form {
    width: 100%;
    max-width: 600px;
    min-width: 600px;
}

.products_items_holder {
    width: 3620px;
    max-height: 600px;
}

.product_item {
    width: 3620px;
}

.product_cell_name {
    width: 400px;
    overflow: hidden;
}

.product_cell_inprice {
    width: 140px;
    justify-content: center;
}

.product_cell_price {
    width: 140px;
    justify-content: center;
}

.product_cell_margin {
    width: 100px;
    justify-content: center;
}

.product_cell_enabled {
    width: 130px;
    justify-content: center;
}

.product_cell_status {
    width: 150px;
}

.product_cell_groupe {
    width: 80px;
    justify-content: center;
}

.product_cell_imei {
    width: 140px;
}

.product_cell_articul {
    width: 140px;
}

.product_cell_cp_name {
    width: 220px;
}

.product_cell_application {
    width: 100px;
}

.product_cell_days {
    width: 146px;
    justify-content: center;
}

.product_cell_comment {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
}

.product_cell_warehouse {
    width: 140px;
}

.product_cell_full_set {
    width: 160px;
}

.product_cell_tech_demage {
    width: 180px;
}

.product_cell_display_condition {
    width: 260px;
}

.product_cell_body_condition {
    width: 260px;
}

.product_cell_condition {
    width: 480px;
}

.product_group_name {
    font-weight: bold;
    margin-bottom: 5px;
    height: 20px;
}

.product_group_text {
    width: 100%;
    margin-top: 5px;
    opacity: .6;
    font-size: 13px;
}

.product_group_option {
    flex-wrap: wrap;
    position: relative;
}

label.option.product_group_option {
    margin-bottom: 20px;
}

.form_sides {
    display: flex;
    justify-content: space-between;
}

.form_side.main {
    flex-grow: 1;
    max-width: calc(100% - 20px);
}

.form_side.w300 {
    flex-grow: 1;
    max-width: 300px;
    min-width: 300px;
}

.form_side.left {
    margin-right: 20px;
}

.product_group_option .cr_holder {
    position: absolute;
    top: 0;
    right: 0;
}

.subgroup {
    display: none;
    margin-top: 10px;
    border-top: 1px solid rgba(78, 100, 160, .2);
    padding-top: 15px;
}

.subgroup.active {
    display: block;
}

.prod_img_holder.form {
    max-width: 398px;
}

.prod_img_holder {
    display: flex;
    /*flex-wrap: wrap;*/
    overflow-x: auto;
    /*max-width: 390px;*/
    /*margin: 0 auto;*/
}

.prod_img_item {
    min-width: 60px;
    max-width: 60px;
    margin: 0 5px 5px 0;
    border: 1px solid rgb(216, 225, 245);
    border-radius: 8px;
    padding: 5px;
}

.prod_img_item.application {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin: 2px;
}

.application_accept_form .prod_img_item.application {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin: 2px;
}

.prod_img_item.application:empty {
    display: none;
}

.ppc {
    max-width: 66px;
    max-height: 66px;
}

.ppc img {
    height: 100%;
}

.product_create_form .form_block {
    flex-grow: 1;
}

.product_create_form .input_holder {
    display: flex;
    flex-direction: column;
}

.fieldset {
    display: none;
    min-height: 360px;
}

.fieldset.active {
    display: block;
}

.product_history_holder {
    max-height: 400px;
}

.product_history_item {
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 660px;
    border-top: 1px solid rgba(78, 100, 160, .1);
    border-bottom: 1px solid rgba(78, 100, 160, .4);
    box-shadow: 0 2px 6px rgba(75, 0, 189, .08);
    border-radius: 8px;
}

.product_history_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    background-color: #d8e1f5;
    padding: 10px;
    border-radius: 8px 8px 0 0;
}

.product_history_event {
}

.product_history_user {
}

.product_history_date {
}

.product_history_changes {
    padding: 0 10px 5px;
}

.order_products_update_holder {
    margin: 40px auto !important;
    max-width: 1070px;
}

.order_products_form_holder {
    display: flex;
    justify-content: center;
}

.order_products_form {
}


/*prodnom*/
#prodnom_items_holder {
    max-height: 600px;
}

.prodnom_items_holder {
}

.prodnom_item {
}

.prodnom_cell_name {
    width: 380px;
}

.prodnom_cell_articul {
    width: 120px;
}

.prodnom_cell_price {
    width: 140px;
}

.prodnom_cell_enabled {
    width: 120px;
}

.prodnom_cell_status {
    width: 100px;
}

/*prodoptions*/
#product_options_holder {
    flex-wrap: wrap;
}

.input_holder.c21 {
    width: 100%;
}

.product_options_holder {
    max-height: 1044px;
}

#product_options_item_holder {
    max-height: 500px;
}

.product_options_item_holder {
    width: 1440px;
}

.product_options_item {
    width: 1440px;
}

.option_cell_name {
    width: 280px;
}

.option_cell_type {
    width: 90px;
}

.option_cell_groupe {
    width: 200px;
}

.option_cell_enabled {
    width: 100px;
}

#product_options_groupes_items_holder {
    width: 1440px;
}

.product_options_groupes_items_holder {
    width: 1440px;
}

.product_options_variant_item {
    width: 1440px;
}

.variant_cell_name {
    width: 320px;
}

.variant_cell_inflation {
    width: 150px;
}

.variant_cell_inflation_rate {
    width: 100px;
}


.fieldset {
}

.fieldset_control_holder {
    display: flex;
    justify-content: center;
}

.fieldset_control_item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 5px;
    width: 66px;
    border: 1px solid rgba(78, 100, 160, .2);
    font-size: 16px;
    color: rgba(78, 100, 160, .6);
    align-items: center;
    background-color: rgb(246, 248, 250);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.fieldset_control_item:active {
    box-shadow: 0 0 5px inset rgba(75, 0, 189, .2);
    background-color: rgb(168, 185, 222);
}

.fieldset_control_item.active {
    background-color: rgb(216, 225, 245);
}

#stores_items_holder {
    max-height: 500px;
}

.stores_item_holder {
    width: 1980px;
}

.stores_item {
    width: 1980px;
}

.store_cell_name {
    width: 220px;
}

.store_cell_code {
    width: 220px;
}

.store_cell_login {
    width: 180px;
}

.store_cell_pass {
    width: 180px;
}

.store_cell_address {
    width: 320px;
}

.cell_pdmg_id {
    width: 60px;
    text-align: center;
}

.cell_pdmg_name {
    width: 95px;
    text-align: center;
}

.cell_inflation {
    width: 150px;
}

.cell_inflation_rate {
    width: 100px;
}

.cell_dmgs_id {
    width: 60px;
    text-align: center;
}

.cell_dmgs_name {
    width: 420px;
}

.cell_order {
    width: 60px;
    text-align: center;
}

.cp_sg_cell_name {
    width: 260px;
}

.cell_stch_id {
    width: 60px;
}

.cell_stch_name {
    width: 260px;
}

.legal_items_holder {
    width: 1500px;
}

.legal_item {
    width: 1500px;
}

.cp_legal_cell_name {
    width: 260px;
}

.cp_legal_cell_inn {
    width: 120px;
}

.cp_legal_cell_edrpou {
    width: 120px;
}

.cp_legal_cell_address {
    width: 260px;
}

.cp_legal_cell_email {
    width: 240px;
}

.legal_items_holder {
    width: 1500px;
}

.legal_item {
    width: 1500px;
}

.products_item_holder {
    width: 1680px;
}

.application_item {
    width: 2060px;
}

.applications_items_holder {
    width: 2060px;
    max-height: 500px;
}

.applaccept_item {
    width: 2600px;
}

.applaccept_items_holder {
    width: 2600px;
    max-height: 500px;
}

.application_cell_cp_name {
    width: 220px;
}

.application_cell_store_code {
    width: 140px;
}

.application_cell_store_name {
    width: 160px;
}

.application_cell_name {
    width: 400px;
}

.application_cell_imei {
    width: 162px;
}

.application_cell_price {
    width: 100px;
}

.application_cell_status {
    width: 164px;
}

.application_cell_ttn {
    width: 130px;
}

.application_cell_lock {
    width: 60px;
    justify-content: center;
}

.application_cell_client {
    width: 260px;
}

.application_cell_store {
    width: 260px;
}

.blocked_by_user {
}

.applaccept_item.highlighted {
    border-bottom: 1px solid #fdb825;
}

/*.applaccept_item.blocked_by_user {border-bottom: 1px solid #fdb825;}*/

.appl_lock {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #3aea4a;
    border: 1px solid #2ed23a;
}

.blocked_by_user .appl_lock {
    background-color: #f25157;
    border: 1px solid #e1424c;
}

.file_loader {
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-size: 16px;
    align-items: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.file_preview:empty {
    display: none;
}

.file_preview {
    width: 50px;
    height: 50px;
    margin: 0 0 5px 10px;
    border: 1px solid rgb(216, 225, 245);
    border-radius: 8px;
    padding: 5px;
}

.file_preview > div {
    height: 40px;
    overflow: hidden;
    border-radius: 8px;
}

.file_preview a {
    display: block;
    overflow: hidden;
    height: 38px;
}

.summary_holder {
    margin-bottom: 20px;
    min-width: 500px;
}

.summary_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
    color: #4e64a0;
    border-bottom: 1px dotted rgba(78, 100, 160, .4);
    padding-bottom: 5px;
}

.summary_item .in_description {
    margin-top: 10px;
    width: 100%;
}

.summary_holder.accept {
    max-height: 240px;
}

.summary_holder.accept .summary_item {
    padding-right: 20px;
}

.application_create_form .product_groupe_holder {
    display: none;
}

.application_comment_form {
    width: 600px;
}

.application_comments_holder {
    max-height: 240px;
    overflow: auto;
}

.application_comment_item {
    margin-bottom: 10px;
    margin-right: 21px;
}

.application_comment_content {
    color: #4e64a0;
    display: inline-flex;
    flex-direction: column;
    /*padding: 5px 10px;*/
    overflow: hidden;
    border-radius: 8px;
    background-color: rgba(216, 225, 245, 0.1);
    border: 1px solid rgba(78, 100, 160, .1);
    border-bottom: 1px solid rgba(78, 100, 160, .4);
    box-shadow: 0 2px 6px rgba(75, 0, 189, .08);
    position: relative;
    background: linear-gradient(135deg, rgba(149, 82, 251, 0.03) 10%, rgba(0, 255, 255, .02) 90%);
}

.application_comment_info {
    /*display: flex;*/
    font-size: 10px;
    /*justify-content: space-between;*/
    margin-bottom: 5px;
}

.application_comment_text {
    max-width: 400px;
    padding: 5px 10px;
}

.application_comment_text:empty {
    padding: 0;
}

.application_comment_photos {
    margin-top: 10px;
    overflow-x: initial;
}

.application_comment_text:empty + .application_comment_photos {
    margin: 0;
}

.application_comment_photos a {
    width: 46px;
    height: 46px;
    margin-left: 5px;
}

.application_comment_photos a:first-child {
    margin-left: 0;
}

.application_comment_actions {
}

.application_message_send {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d8e1f5;
    color: #4e64a0;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    min-width: 50px;
}

textarea.application_message {
    width: calc(100% - 50px);
    border-radius: 8px 0 0 8px;
}

.store .application_comment_content {
    background-color: rgba(216, 225, 245, 0.3);
}

.application_comment_item.applaccept.manager {
    text-align: right;
}

.application_comment_item.applications.store {
    text-align: right;
}

.application_create_form {
    width: 900px;
}

#prod_f_2 label.option {
    /*margin-bottom: 0;*/
}


.restore_form_state {
    cursor: pointer;
    position: fixed;
    right: 60px;
    bottom: 60px;
    width: 60px;
    height: 60px;
    display: none;
    background-color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(78, 100, 160, .1);
    border-bottom: 1px solid rgba(78, 100, 160, .4);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(75, 0, 189, .08);
    color: #89C3C8;
}

.restore_form_state.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.message_badge {
    position: absolute;
    top: 4px;
    left: 45px;
    z-index: 2;
    background-color: #ff4800;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 3px rgba(255, 72, 0, 0.5);
}

.price_verification_holder {
    display: flex;
    justify-content: space-between;
}

.price_verification_button,
.markdown_verification_button {
    padding: 10px;
    flex-grow: 1;
    text-align: center;
}

.markdown_verification_button.active,
.price_verification_button.active {
    cursor: pointer;
}

.x_cell_check .label.option {
    margin-bottom: 0;
}

.input_holder.form_block .label.option {
    margin-bottom: 0;
}


.application_accept_form {
}

.block_appl {
    margin-left: 10px;
}

.block_appl.blocked {
    color: red;
}

.block_appl.unblocked {
    color: red;
}

.price_change_comment_holder {
    display: none;
    width: 100%;
}

.price_change_comment_holder.active {
    display: block;
}

.price_change_comment:empty {
    border: 1px solid red;
}

.status_comment_holder {
    display: none;
    width: 100%;
}

.status_comment_holder.active {
    display: block;
}

.status_comment:empty {
    border: 1px solid red;
}


#toggle_applications_update .module_actions_icon {
    color: red;
}

#toggle_applications_update.active .module_actions_icon {
    color: #89C3C8
}

iframe {
    border: none;
}

.video_holder {
}

.video_holder iframe {
    width: 100%;
}

/*oreders*/

.search_results {
}

.selected_results .selected_results {
    margin-bottom: 10px;
    max-height: 300px;
}

.selected_results .selected_results:empty {
    margin-bottom: 0;
}

.search_result_item {
    color: #4e64a0;
}

.search_result_name {
}

.search_result_del {
    color: #4e64a0;
    margin-left: auto;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -5px;
}

.search_results .search_result_del {
    display: none;
}

.clean_search_input {
    position: absolute;
    top: 18px;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    height: 49px;
    width: 49px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    z-index: 1;
}

.clean_search_input.active {
    display: flex;
}

.orders_items_holder {
    width: 2420px;
}

.order_item {
    width: 2420px;
}

.order_cell_name {
    width: 260px;
}

.order_cell_phone {
    width: 120px;
}

.order_cell_email {
    width: 260px;
}

.order_cell_lines {
    width: 140px;
}

.order_cell_price {
    width: 120px;
}

.order_cell_margin {
    width: 120px;
}

.order_cell_address {
    width: 160px;
}

.order_cell_status {
    width: 160px;
}

.order_cell_source {
    width: 160px;
}

.order_cell_comment {
    width: 160px;
}

.order_cell_document {
    width: 140px;
}

.order_cell_legal {
    width: 240px;
}

.order_cell_warehouse {
    width: 160px;
}

.order_lines_holder {
    max-height: 400px;
}

.order_line {
    display: flex;
}

.order_line_name {
    width: 350px;
}

.order_line_imei {
    width: 154px;
}

.order_line_articul {
    width: 100px;
}

.order_line_price {
    width: 100px;
}

.order_line_group {
    width: 80px;
}

.order_line_date {
    width: 200px;
}

.order_line_comment {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
}


.asset_create_form {
    width: 600px;
}

#assets_items_holder {
    max-height: 500px;
}

.asset_item {
    width: 1560px;
}

.assets_items_holder {
    width: 1560px;
}

.asset_cell_name {
    width: 460px;
}

.asset_cell_description {
    width: 460px;
}

.asset_cell_quantity {
    width: 100px;
    justify-content: center;
}

.asset_cell_price {
    width: 140px;
    justify-content: center;
}

.asset_cell_type {
    width: 160px;
}

.asset_cell_date {
    width: 160px;
}

.assets_stats_holder {
    display: flex;
    justify-content: space-between;
}

.assets_stats_item {
    border-radius: 8px;
    padding: 15px;
    margin: 0 0 10px 0;
    box-shadow: 0 2px 6px rgba(75, 0, 189, .08);
    max-width: calc(33.33333% - 5px);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.assets_stats_value {
    font-size: 34px;
    font-weight: 600;
}

.documents_items_holder {
    width: 2200px;
}

.document_item {
    width: 2200px;
}

.document_cell_order {
    width: 100px;
    justify-content: center;
}

.document_cell_client {
    width: 120px;
    justify-content: center;
}

.document_cell_parent {
    width: 120px;
    justify-content: center;
}

.document_cell_client_info {
    width: 320px;
}

.document_cell_user_info {
    width: 200px;
}

.document_cell_warehouse {
    width: 160px;
}

.document_cell_type {
    width: 162px;
}

.document_cell_status {
    width: 140px;
}

.document_cell_summ {
    width: 100px;
}

.document_cell_comment {
    width: 360px;
}

.widget_holder {
}

.widget_items_holder {
    display: flex;
    flex-wrap: wrap;
}

.widget_item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(75, 0, 189, .08);
    min-width: 300px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
}

.widget_header {
    border-bottom: 1px solid rgb(216, 225, 245);
    padding: 0 0 10px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.widget_content {
    /*padding: 20px 0 20px 20px;*/
}

.widget_content_inner {
    max-height: 160px;
}

.widget_content_item {
    margin-right: 20px;
}

.widget_item:first-child {
    margin-left: 0;
}

.widget_item:last-child {
    margin-right: 0;
}


.widget_count {
    width: 60px;
    justify-content: center;
}

.widget_in_stock_price {
    width: 140px;
    justify-content: center;
}

.widget_price {
    width: 100px;
    justify-content: center;
}

.widget_margin {
    width: 100px;
    justify-content: center;
}

.widget_item .general_name {
    width: 240px;
}

.widget_item .brands_name {
    width: 240px;
}

.widget_item .warehouses_name {
    width: 240px;
}

.widget_item .cps_name {
    width: 240px;
}

.widget_item .cps_stores_name {
    width: 240px;
}


.report_areas_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.report_area {
    border-radius: 8px;
    margin: 10px 0;
    box-shadow: 0 2px 6px rgba(75, 0, 189, .08);
    max-width: calc(20% - 10px);
    width: 100%;
    overflow: hidden;
}

.report_area:first-child {
    margin-left: 0;
}

.report_area:last-child {
    margin-right: 0;
}

.report_header {
    padding: 20px 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.report_description {
    position: relative;
}

.report_description .info {
}

.report_description .text {
    display: none;
    position: absolute;
    border-radius: 8px;
    margin: 10px;
    padding: 15px;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: normal;
    min-width: 200px;
    z-index: 1;
}

.report_description .info:hover + .text {
    display: block
}

.report_content {
    padding: 20px 0 20px 20px;
    max-height: 200px;
}

.report_content_inner {
    max-height: 160px;
}

.report_item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    margin-bottom: 1px;
    margin-right: 20px;
}

.report_item_name {
}

.report_item_value {
}

.report_area:first-child {
    margin-left: 0;
}

.report_area:last-child {
    margin-right: 0;
}

.report_header {

}

.widget_description {
    position: relative;
}

.widget_description .info {
}

.widget_description .text {
    display: none;
    position: absolute;
    border-radius: 8px;
    margin: 10px;
    padding: 15px;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: normal;
    min-width: 200px;
    z-index: 1;
}

.widget_description .info:hover + .text {
    display: block
}

.table_holder {
    border-radius: 8px;
    margin: 10px 0;
    padding: 20px;
}

.table.flex {
    display: flex;
}

.table_content {
    display: flex;
}

.table_column.table_indexes {
    min-width: 320px;
}

.th, .td {
    padding: 5px;
    height: 25px;
    min-width: 100px;
}

.table_column:last-child {
}

.th.index {
    display: flex;
}

.th.index label.option {
    margin: 0;
}

.th {
}

.th.index {
    font-weight: 600;
}

.td {
}

.td.index {
    font-weight: 600;
}

.th.bold,
.td.bold {
    font-weight: 600;
}

.simple_table {
    border-collapse: collapse;
}

.simple_table .th {
    border: 1px dotted rgba(78, 100, 160, .4);
}

.simple_table .td {
    border: 1px dotted rgba(78, 100, 160, .4);
}

.chart_holder {
    border-radius: 8px;
    margin: 10px 0;
    padding: 20px;
}

canvas {
    /*width: 0;*/
    /*height: 0;*/
}

.account_cell_name {
    width: 360px;
}

.account_cell_hard {
    width: 160px;
}

.account_cell_soft {
    width: 160px;
}

.account_cell_status {
    width: 80px;
}

.account_cell_type {
    width: 80px;
}

.ref_departments_item {
    width: 1060px;
}

.cell_department_id {
    width: 60px;
    justify-content: center;
}

.cell_department_name {
    width: 360px;
}

.ref_positions_item {
    width: 1060px;
}

.cell_position_id {
    width: 60px;
    justify-content: center;
}

.cell_position_name {
    width: 360px;
}

.employees_items_holder {
    width: 2100px;
}

.employees_item {
    width: 2100px;
}

.employee_cell_name {
    width: 180px;
}

.employee_cell_phone {
    width: 180px;
}

.employee_cell_email {
    width: 240px;
}

.employee_cell_sex {
    width: 100px;
}

.employee_cell_birthday {
    width: 138px;
}

.employee_cell_employment {
    width: 138px;
}

.employee_cell_department {
    width: 180px;
}

.employee_cell_position {
    width: 280px;
}

.party_items_holder {
    width: 1500px;
    max-height: 500px;
}

.party_item {
    width: 1500px;
}

.party_item.party_item_total {
    background-color: rgba(216, 225, 245, .3);
}

.party_cell_name {
    width: 380px;
}

.party_cell_summ {
    width: 100px;
    justify-content: center;
}

.party_cell_count {
    width: 100px;
    justify-content: center;
}

.order_create_form {
    min-width: 600px;
}

#brands_items_holder {
    max-height: 600px;
}

.cell_brand_id {
    width: 60px;
}

.cell_brand_name {
    width: 260px;
}

.cell_enabled {
    width: 160px;
}


.products_list_holder {
    width: 100%;
    max-width: 1300px;
    max-height: 500px;
}

.products_list_item {
}

.products_list_articul {
}

.products_list_products {
}

.file_loader.products_list {
    min-width: 40px;
}

.application_history_holder {
    width: 100%;
    max-height: 300px;
}

.appl_history_item {
    margin-bottom: 5px;
    border-bottom: 1px dotted;
    padding-bottom: 5px;
    width: calc(100% - 20px);
}

.appl_history_item span {
    width: 60px;
    display: inline-block
}

.appl_history_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.appl_history_user {
}

.appl_history_date {
}

.appl_history_changes {
}

.appl_change_item {
    margin-bottom: 5px;
}

.appl_change_name {
}

.appl_change_old {
}

.appl_change_new {
}

.legals_ref_items_holder,
.legals_item {
    width: 1660px;
}

.cell_legal_id {
    width: 60px;
}

.cell_legal_name {
    width: 320px;
}

.cell_inn {
    width: 120px;
}

.cell_email {
    width: 220px;
}

.cell_phone {
    width: 120px;
}

.cell_address {
    width: 460px;
}

.cell_legal_order {
    width: 120px;
}


.cell_warehouse_id {
    width: 60px;
}

.cell_warehouse_name {
    width: 200px;
}

.cell_warehouse_saleable {
    width: 200px;
}

.appl_report_section {
    padding-bottom: 60px;
}

.item_total {
    background-color: rgba(216, 225, 245, .3) !important;
    font-weight: 600;
}

.export_button {
    cursor: pointer;
    display: inline-flex;
    border: 1px solid rgba(78, 100, 160, .2);
    border-radius: 8px;
    padding: 10px;
    margin-left: auto;
}

.lg-prev.lg-icon,
.lg-next.lg-icon {
    min-width: auto;
}


.order_create_form {
    max-width: 800px;
}

.order_id_holder {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.order_id_holder input {
    width: 60px;
    min-width: 60px;
    height: 40px;
    display: block;
    padding: 5px 10px;
    outline: none;
    border-radius: 8px;
    resize: none;
    border: 1px solid rgb(216, 225, 245);
    background-color: rgba(255, 255, 255, 0.7);
    margin-left: 20px;
    text-align: center;
}

.order_id_holder input {
    font-weight: bold;
    background-color: red;
    color: #fff;
}

.cart_products_holder {
    max-height: 300px;
}

.remove_from_cart {
    color: #3aea4a; /*#fdb825*/
}

.add_to_cart {
}

.add_to_cart,
.remove_from_cart {
    cursor: pointer;
}

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

.cart_product_holder {
    max-width: 800px;
    margin-bottom: 3px;
    padding: 10px;
    margin-right: 15px;
}

.cart_product_holder.header,
.cart_product_holder.footer {
    padding: 5px 10px;
    border-radius: 8px;
    color: #4e64a0;
}

.cart_product_holder.header {
    background-color: #d8e1f5;
}

.cart_product_holder.footer {
    background-color: rgba(216, 225, 245, .4);
}

.cart_product_img_holder {
    border-right: 1px solid #D8E1F5;
    padding-right: 10px;
    width: 40px;
}

.cart_product_name {
    width: 360px;
    padding: 0 10px;
}

.cart_product_imei {
    width: 200px;
    padding: 0 10px;
}

.cart_product_group {
    width: 100px;
    padding: 0 10px;
}

.cart_product_price {
    width: 100px;
    padding: 0 10px;
}

.cart_product_delete {
    width: 40px;
    text-align: center;
    color: #f25157;
}

.show_content_holder {
    max-width: 600px;
}

.products_r_item {
}

.products_r_cell_client_type {
    width: 160px;
}

.products_r_cell_client_name {
    width: 230px;
}

.products_r_cell_product_name {
    width: 330px;
}

.products_r_cell_imei {
    width: 160px;
}

.products_r_cell_order_id {
    width: 110px;
}

.products_r_cell_sale_document_id {
    width: 160px;
}

.products_r_price {
    width: 160px;
}

.products_r_margin {
    width: 110px;
}

.products_r_user_name {
    width: 230px;
}

.products_r_document_add_date {
    width: 180px;
}

.products_r_comment {
    width: 330px;
    overflow-x: hidden;
    white-space: nowrap;
}


.loan_cell_name {
    width: 140px;
}

.loan_cell_summ {
    width: 140px;
}

.loan_cell_phone {
    width: 140px;
}

.loan_cell_process {
    width: 300px;
}

.loan_cell_decision {
    width: 140px;
}

.loan_cell_submit {
    width: 180px;
}


.content_holder {
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid rgba(78, 100, 160, 0.2);
}

.content_item {
    width: 100%;
    display: flex;
    padding: 5px 10px;
    justify-content: space-between;
}

.content_item:nth-child(odd) {
    background-color: rgba(216, 225, 245, .2);
}

.content_key {
    font-weight: 600;
}

.content_value {

}

.dropdown.bootstrap-select {
    position: relative;
}

.dropdown.bootstrap-select.open .dropdown-menu {
    display: block;
}

.bootstrap-select .dropdown-menu.inner {
    height: 200px;
}

div.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(216, 225, 245);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(75, 0, 189, .2);
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #4e64a0;
    font-weight: normal;
    outline: none;
    border-radius: 8px;
    border: 1px solid rgb(216, 225, 245);
}

.bootstrap-select .dropdown-menu li {
    position: relative;
    padding: 4px 8px;
    border-bottom: 1px solid rgba(216, 225, 245, .6);
}

.dropdown-menu li.active {
    background-color: rgba(217, 226, 245, .4);
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
    padding: 8px;
}

.dropdown-menu .bs-searchbox .form-control {
    height: 30px !important;
}

.bootstrap-select .dropdown-menu li a {
    display: block
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}