/*
Theme Name: PARSELS
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,800;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/* Basic
	font-family: 'Open Sans', sans-serif;
-----------------------------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

	a{
		cursor:pointer;
	}

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'IBM Plex Sans', sans-serif;
	
	height: 100%;
	font-size: 16px;
	line-height: 20px;
	
	position: relative; 
	padding: 0px 30px 0px 260px;
	 
	background: #f9f9f9
	
}
.red-pay{
	display:inline-block;
	background-color:#ff0000;
	color:#fff!important;
	padding:5px 10px;
	cursor:pointer;
	font-size:16px;
	border-radius:5px;
	margin:5px;
}
.shadow{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:9999;
	background-color:rgba(0,0,0,0.3);
	display:none;
}
#pay{
	position:fixed;
	left:20%;
	right:20%;
	top:10%;
	bottom:10%;
	background-color:#fff;
	padding:20px;
	box-shadow:rgba(0,0,0,0.3);
	display:none;
	z-index:10000;
	overflow:auto;
}
.modal-header{
	padding:7px;
	background-color:#f1f1f1;
	color:#000;
	font-size:20px;
	margin-bottom:30px;
}
.wrapper {
	width: 100%;
	min-width: 320px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	 
	
}


#leftbar 

{position: fixed; width: 240px;   padding: 20px; 
-ms-flex: 240px;
flex: 240px;
max-width: 240px;
background: #404e67;
min-width: 240px;
padding-top: 100px;
top: 0px; 
left: 0px;
height: 100%;

}


a {color: #333}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 60px;
	position: fixed; 
	width: 100%; 
	 
	box-shadow: 0px 2px 6px 0px #00000040;
	z-index: 10000;
	left: 0px; top: 0px; 
	padding: 0px 0px 0px 240px;
	background: #fff
	
}

.delete_row {color: #ff0000; border: 1px solid #ff0000; background: transparent; font-size: 15px; padding: 5px 10px;}
.desc_tab {border-collapse: collapse}
.desc_tab td {border: 1px solid #ddd; padding: 5px 10px;}

.all_decs {position: relative; padding: 20px 0px; }
.all_decs span {cursor: pointer; border-bottom: 1px dashed #000; font-size: 24px;}
.all_desc_wrap {display: none; position: absolute; left: 200px; border: 1px solid #ccc; z-index: 2; background: #fff; top: 0px; padding: 10px; max-height: 300px; overflow-y: auto}
.all_decs:hover .all_desc_wrap{display: block;}
.use_dec {border: 1px solid #ccc; border-radius: 3px; padding: 5px 10px; background: transparent}
.use_dec:hover {background: #333; color: #fff;}


.for_dec_name {padding: 20px; border: 1px solid #ccc; background: #f9f9f9}
.dec_error {background: #ff9900; color: #fff;}
.error_block_dec {border: 1px solid #ff0000; color: #ff0000; font-size: 24px; line-height: 30px; padding: 20px; margin: 20px; text-align: center}
.error_block_dec a {color: blue; text-decoration: underline}
.head_left{background: #404e67; position: absolute; left: 0px ; top: 0px; width: 240px; height: 60px; padding: 20px; display: flex; align-items: center; justify-content: flex-start; }
.head_left img {max-width: 100%; max-height: 100%; width: auto; height: auto; height: 40px; }
.head_right{   width: 100%; height: 50px; display: flex; align-items: center; justify-content: flex-end; padding: 20px; max-width: 200px; margin-left: auto}
.codes {padding: 10px 0px;}
.code {display: flex; align-items: center; padding: 5px 10px;}
.code>span {display: inline-block; margin-right: 20px; height: 30px; width: 50px;}

.inter-container {border: 1px solid #404e67}
.exit {background: transparent; border: transparent; margin-left: 20px;}

.auth_block_int { white-space: nowrap; display: flex; align-items: center; justify-content: flex-start}

.inetr_auth { white-space: nowrap; display: flex; align-items: center; justify-content: flex-start}

.message_allert {position: relative; margin-right: 30px; color: #333; font-size: 14px; }

.iner_stats {white-space: nowrap; display: flex; margin-right: 20px}
 
.alertim {background: red; border-radius: 50%; display: flex; width: 15px; height: 15px; color: #fff; font-size: 12px; align-items: center; justify-content: center; position: absolute; right: -6px; top: -8px;}
/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 80px 0px 100px 0px;
}

 
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -100px auto 0;
	min-width: 320px;
	height: 100px;
	background: #404e67;
	position: relative;
}

h5, .h5 {line-height: 2rem;}
 
 
.btn-default {background: #4a76a8; border: 1px solid #4a76a8; border-radius: 0px; color: #fff; padding: 3px 10px;}
 
 
 
 .tabs__content {
	display: none;  
}
.tabs__content.active {
	display: block;  
}


.auth_block {width: 100%; margin: 50px auto; max-width: 400px;}

.bottom_pad {margin-bottom: 25px; }
.bottom_pad b {font-size: 14px; line-height: 18px; margin-bottom: 5px;}

.tabs__caption {display: flex; align-items: center; justify-content: center; margin: 0px; padding: 0px}
.tabs__caption li {display: block;  -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; border: 1px solid #4a76a8; padding: 10px 10px; text-align: center; font-weight: bold; background: #4a76a8; color: #fff; cursor: pointer} 
.tabs__caption li.active {background: #fff; color: #000; border-bottom: 1px solid #fff}
.tabs__content { border: 1px solid #4a76a8; border-top: none; padding: 20px;}


/* The message box is shown when the user clicks on the password field */
#message {
  display:none;
  }
 
/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  //content: "&#10004;";
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  //content: "&#10006;";
}


#message {font-size: 14px; line-height: 18px; position: absolute; bottom: 110px; border: 1px solid #4a76a8; background: #fff; right: 0px; width: 300px; padding: 10px; }
#message p {padding: 0px; margin: 0px; margin-bottom: 5px;}

.rel {position: relative}

.incorrect {border-color: red !important}

.error {color: red; font-size: 12px; line-height: 18px; font-weight: 600}
input.error, textarea.error {border-color: #ff0000; font-size: 16px;}
.ermes {color: #ff0000; padding: 3px; font-size: 12px;}
.dec_cost, .dec_quantity, .dec_articul {width: 130px !important }
.forgot {padding-top: 20px;}

.checkboxes label {display: block;}
.checkboxes label input {margin-right: 10px;}

.flx {display: flex; }
.left_menu {display: block; padding: 0px; margin: 0px;    -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; overflow-y: auto; overflow-x: hidden; max-height:100%}
.left_menu li {display: block; color: #fff; cursor: pointer}
.left_menu li a {display: block; font-size: 16px; padding: 10px 20px 10px 0px; margin-right: -1px; color: #dcdcdc; }
.left_menu>li.has_child{padding-bottom: 20px;}
.left_menu li a .fa {margin-right: 10px}
.left_menu li.active >a, .left_menu li.active {color: #ccc;font-weight: bold; color:#e89535;}
.left_menu li a:hover {text-decoration: none; color:#e89535; }


.left_menu .sub_menu {display:block; overflow: hidden; height: 0px; padding: 0px 0px 0px 10px; margin: 0px; -webkit-transition: all 0.0s; transition: all 0.0s;}
.sub_menu, .left_menu li.active .sub_menu{display: block; height: auto; padding: 10px 0px 10px 10px; }
.left_menu .sub_menu a {font-size: 14px; padding: 5px 20px 10px 0px; white-space: nowrap}

.profile_block {border: 1px solid #4a76a8; padding: 20px; max-width: 800px;}
#change_password_flag {margin-left: 10px;}

.main_content {margin-bottom: 50px;}


.border_block {border: 1px solid #4a76a8; padding: 20px; max-width: 800px;}

.hidden_block {display: none; margin-bottom: 30px}
.hidden_block.active {display: block;}

.open_hidden_form {font-size: 24px; line-height: 20px; color: #4a76a8; padding-top: 10px; margin-left: 20px}
.open_recipients_form {font-size: 24px; line-height: 20px; color: #4a76a8; padding-top: 10px; margin-left: 20px}
.cross_form {font-size: 24px; line-height: 20px; color: #4a76a8; padding-top: 10px; margin-left: 20px}

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


.form_filter_block {display: flex; align-items: center; justify-content: flex-start; }

.form_filter {padding: 20px; margin-bottom: 30px}

#filter_orders {margin-left: auto}

.form_filter_labels label{padding: 10px; border: 1px solid #4a76a8; position: relative; overflow: hidden; cursor: pointer; }

.form_filter_labels label span {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #fff; z-index: 1}
.form_filter_labels label b {position: relative; z-index: 2; font-weight: 400}
.form_filter_labels label input {visibility: hidden; opacity: 0; position: absolute; left: -100px;}

.form_filter_labels label input:checked~span {background: #4a76a8}
.form_filter_labels label input:checked~span~b {color: #fff}


.mytable {width: 100%; border-collapse: collapse; }
.mytable td, .mytable th {padding: 10px 10px; border: 1px solid #eee}
.mytable th {text-align: center; background: #f9f9f9; font-weight: 500}

.small_td button {height: 40px; width: 40px; align-items: center; justify-content: center; border: 1px solid #4a76a8}

.small_td {width: 40px;}


.pagination {padding: 30px 0px; text-align: center; margin: 0px; }
.pagination li {display: block; height: 30px; width: 30px; display: flex; align-items: center; justify-content: center; border: 1px solid #4a76a8; margin: 2px; position: relative;}
.pagination li a {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.pagination li.currentpage a {background:#4a76a8; color: #fff }


.f_f_div {min-width: 150px; margin-right: 20px; position: relative}
.f_f_div.mv1{min-width: 300px; margin-right: 20px;}


.f_f_results.active {position: absolute; top: 58px; border: 1px solid #4a76a8; padding: 10px; background: #fff; width: 100%; height: auto;  }
.track_number {display: block; background: #fff; border: 1px solid #eee; padding: 5px 10px; margin-bottom: 3px; width: 100%}

.alri {margin-left: auto}


#employee_edit_order {padding: 20px; max-width: 800px; border: 1px solid #4a76a8}


.imageuploader {height: 200px; background: #f9f9f9; margin: 30px}


#drop_file_zone {
    background-color: #f9f9f9;
    border: #999 3px dashed;
    width: 100%;
    height: 200px;
    padding: 8px;
    font-size: 18px;
    margin-bottom: 30px;
}
#drag_upload_file {
    width:50%;
    margin:0 auto;
}
#drag_upload_file p {
    text-align: center;
}
#drag_upload_file #selectfile {
    display: none;
}


#progress_bar {height: 10px; margin: 10px 0px; position: relative}
.filler {width: 0px; background: red; left: 0px; top: 1px;  height: 8px; }

.track_image {width: 200px; height: 150px; position: relative; display: inline-block; margin: 3px;}
.track_image a {width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background-size: cover; background-repeat: no-repeat; background-position: center center center}
.employee_delete_image {width: 20px; height: 20px; background: #fff; display: flex; align-items: center; justify-content: center; color: red; position: absolute; top: 5px; right: 5px;}
.admin_delete_image, .admin_delete_parsel_image {width: 20px; height: 20px; background: #fff; display: flex; align-items: center; justify-content: center; color: red; position: absolute; top: 5px; right: 5px;}
#load_track_pictures {padding: 10px 0px;}

.track_image img {max-width: 100%; height: auto;}


#employee_edit_order b {display: block; font-weight: 500; margin-bottom: 5px;}
#employee_edit_order button {margin-right: 30px;}
#employee_edit_order a {text-decoration: underline}
#employee_edit_order .row {margin-bottom: 20px;}


.img_order {display: block; width: 60px; height: 60px; background-size: cover; background-position: center center; background-repeat: no-repeat; border: 1px solid #eee;}
.no_img_order {display: block; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; font-size: 30px; border: 1px solid #eee;}

.add_to_parsel {white-space: nowrap; background: transparent; border: 1px solid #eee; padding: 5px;}


.dec_block {border: 1px solid #eee; padding: 10px 50px 10px 10px; position: relative;  margin-bottom: 5px;}
.dec_block_box {margin-bottom: 4px;}

.del_dec_block {position: absolute; right: 5px; top: 5px;}







.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
    box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
    border: none;
    margin-bottom: 10px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card h2 {font-size: 20px;}

.card_header {padding: 7px 15px;}

.card-container {padding: 15px;}

.card_filter {padding: 10px 15px; display: flex; align-items: center; justify-content: flex-start}
.card_filter .sign_block {margin-right: 20px}

.chosen-container-single .chosen-single {height: 38px; padding-top: 7px}


.sign_block {margin-bottom: 10px; }
.sign_block b {display: block; font-size: 14px; margin-bottom: 5px;}

.f_f_div b {font-weight: 500; margin-bottom: 10px; display: block;}


.order_options {display: flex; margin: 0px -15px; flex-wrap: wrap;}
.order_options.noflex {display: block; padding: 10px 10px 20px 20px}

.order_option_label {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    display: block; padding: 0px 15px 0px 35px; margin-bottom: 15px; position: relative; font-size: 16px; line-height: 22px;
}

.order_option_label input {position: absolute; left: 10px; top: 5px;}

.show_hide {border: 1px solid #ccc; display: inline-block; padding: 5px 10px; margin-left: 20px; cursor: pointer}
.forhide {display: none}
#video {border: 1px solid #404e67; background: #f9f9f9; display: block; margin-bottom: 10px}
#context_wrapper {position: fixed; overflow: hidden; width: 680px; height: 600px; background: #fff; border: 1px solid #f9f9f9; left: 50%; margin-left: -380px; top: 100px;     border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
    box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
    padding: 20px; z-index: 1111112; display: none;
}
#context_wrapper.active {display: block;}
#context_wrapper_mask {position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 1111111; display: block; content: ''; display: none}
#context_wrapper_mask.active {display: block;}
.context_wrapper_buttons {display: flex; padding: 10px 0px 0px 0px; align-items: center; }
#cancelimage {margin-left: auto}
#canvas {border: 1px solid  #404e67}

.wide-btn {width: auto; min-width: 250px;}

.flex_box {display: flex; align-items: center; justify-content: flex-start; }
#edit_new {margin-left: auto}
#edit_new_parsel {margin-left: auto}

.video_window {background: #f9f9f9; border: 5px solid #404e67; border-left: 50px solid #404e67; padding: 20px; width: 600px; height: 500px; position: fixed; right: 0px; top: 10%; margin-top: 0px; z-index: 20000000000; -webkit-transition: all 0.3s; transition: all 0.3s; margin-right: -600px;}
.video_window.active {margin-right: 0px;}

.video_window_wrap{position: absolute; left: -100px; background: #404e67; height: 70px; width: 50px; top: -5px;}
.video_window_wrap button{background: transparent; border: transparent; position: absolute; left: 10px; color: #fff}

.video_window_wrap button.open_video_window_wrap{top: 10px;}

.video_window_wrap button.close_video_window_wrap{bottom: 10px; display: none}
.video_window.active .video_window_wrap button.close_video_window_wrap{display: block}

.admin_add_customer {background: transparent; border: transparent; margin-left: 10px}


.admin_add_customer_wrapper {width: 350px; padding: 20px; background: #fff; border: 3px solid #404e67; position: fixed; left: 50%; margin-left: -170px; top: 0px; z-index: 100000; margin-top: -600px; -webkit-transition: all 0.3s; transition: all 0.3s;}
.admin_add_customer_wrapper.active {margin-top: 0px;}


.small_picture{display: block; width: 40px; height: auto; margin: 1px}
.small_picture img {max-width: 100%; height: auto}

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

.action_edit, .action_delete, .action_delete_order,  .action_print{display: inline-block; width: 16px; height: 16px; margin: 0px 5px; border: transparent; background: transparent; border: 1px solid #ddd; margin: 1px;}
.action_delete, .action_delete_order {color: red}


.addneworder {margin-left: auto;}
#for_load_track_pictures {opacity: 0}

.invisible {display: none}

.mtw{max-width: 400px;}

.flexi {display: flex; align-items: center; flex-wrap: wrap; }
.flexi .form-control {width: 200px; margin: 0px 10px 0px 30px;}
.bill_table {border-collapse: collapse; margin: 30px 0px;}
.bill_table td {padding: 10px 20px; border: 1px solid #ccc;}
.bill_table th {padding: 10px 20px; border: 1px solid #ccc;}

.bill_tables {border-collapse: collapse; margin: 0px 0px; width: 100%}
.bill_tables td {padding: 5px 10px; border: 1px dashed #ccc;}

a.back {margin-left: 30px; font-size: 20px; }
a.back:hover {opacity: 0.7; text-decoration: none}


.create_new_dialog_wrapper {margin-bottom: 40px; max-width: 400px}

button.edits {border: transparent; background: transparent}


.novis {width: 0px; height: 0px; opacity: 0; overflow: hidden}


a.underline {text-decoration: underline}

.count_letters {  width: 20px; height: 20px; background: red; color: #fff; display: flex; align-items: center; justify-content: center; position: absolute; right: 0px; top: 0px; border-radius: 50%
}
.left_menu_li_wt {position: relative; padding-right: 20px; display: inline-block}


.collapsed_card {height: 0px; overflow: hidden; opacity: 0;}
.collapsed_card.active {height: auto; opacity: 1}


.row_wrapper {padding: 20px; border: 1px solid #ddd; margin: 20px 0px; background: #fff;}
.row_wrapper_title {margin-bottom: 20px; font-size: 30px; font-weight: bold;}

.yan_coords_wrapper {position: relative; padding: 0px 60px 0px 0px;}
.yan_coords_ok {cursor: pointer; position: absolute; width: 50px;height: 50px; border: 1px solid #ccc; background: #f9f9f9; display: flex; align-items: center; justify-content: center; font-weight: bold; top: 0px; right: 0px;}
.yan_coords_ok:hover {background: #333; color: #fff}

.rustext {background: #ffc2c2}


#tracks_result_wr {width: 100%; margin-bottom: 50px; padding: 20px;}

.numbers {border-collapse: collapse}
.numbers td {padding: 10px 20px; border: 1px solid #ccc; background: #fff}


.table_track {border-collapse: collapse;}
.table_track td, .table_track th {padding: 10px 15px; border: 1px solid #ddd;}
.table_track th {background: #f9f9f9}


.parsel_params { border-collapse: collapse; margin-bottom: 15px; font-weight: 500; font-size: 14px; width: 100%; max-width: 100%; table-layout:inherit }


.parsel_params td, .parsel_params th {border: 1px solid #ccc; padding: 3px 4px; }
.parsel_params th, .parsel_params td.dn {background: #f9f9f9; font-weight: bold;}
.parsel_params td.dn {max-width: 300px;}
.acb {white-space: nowrap}
.parsel_params .btn {font-size: 14px; max-height: 30px; padding: 0px 10px}

.parsel_params td.dn sms {font-size: 14px; font-weight: 400; display: block;}
.parsel_params td.id{width: 30px; text-align: center}
.parsel_params td.par_act{white-space: nowrap}

.wide_span {max-width: 110px; display: block;}

.add_to_d {padding: 3px 5px; color: #fff; background: #333}

#declaration_table {margin: 20px 0px}

.county {position: relative;}
.county>div{position: absolute; display: none; left: 50px; top: -30px; padding: 10px; background: #fff; border: 1px solid #ddd;}
.county:hover>div{display: block;}
.county span {border-bottom: 1px dashed #ff0000; color: #ff0000; cursor: pointer;}
.billing_table {border-collapse: collapse; margin: 20px 0px; font-size: 16px;}
.billing_table td, .billing_table th {padding: 10px 20px; border: 1px solid #ccc; }
.billing_table th {background: #f9f9f9; font-weight: bold;}

.billing_table a {color: blue; text-decoration: underline}
.billing_table a {color: 000; text-decoration: none}

.flexi_bal {max-width: 400px; position: relative; padding: 0px 80px 20px 0px;}
.flexi_bal #refill_btn {position: absolute; right: 5px; top: 0px; }
.flexi_bal_info {padding: 10px 0px 0px 20px; position: relative; margin-right: -80px; font-size: 14px; line-height: 18px;}
.flexi_bal_info input {position: absolute; left: 0px; top: 10px;}

.pay_the_bill {background: transparent; border: 1px solid #ccc; padding: 5px 10px;}
.pay_the_bill:hover {background: #f9f9f9}


.alerts_wrapper {z-index: 100000; background: #fff; width: 400px; padding: 20px 0; box-shadow: 1px 2px 13px 4px rgba(0, 0, 0, 0.18); position: fixed; right: 0px; top: 0px; height: 100%}

.alerts_body {width: calc(100% - 40px); position: absolute; left: 20px; top: 80px; height: calc(100% - 100px); overflow: hidden; overflow-y: scroll}

.alert_wrapper {border-radius: 4px; background: #f9f9f9; padding: 10px; margin-bottom: 10px; font-size: 14px; line-height: 22px; border: 1px solid #ddd;}
.alert_date {font-size: 10px; font-weight: 500; margin-bottom: 2px; }
.allright {text-align: right; padding-top: 10px;}

.alert_wrapper button {border: transparent; background: transparent; text-decoration: underline; font-size: 12px;}

.alerts_pre_wrapper {padding: 0px 20px 20px 20px; display: flex; align-items: center; justify-content: flex-start}
.toright {margin-left: auto;}


.close_alerts_wrapper {display: flex; width: 25px; height: 25px; border-radius: 50%; align-items: center; justify-content: center; border: 2px solid #ccc}


.parsel_navi {display: flex; padding: 30px 0px 10px 30px;}
.parsel_navi li {display: block; margin-right: 20px;}
.parsel_navi li  a {font-weight: bold; text-decoration: underline}


.head_center {display: flex; align-items: center; justify-content: flex-start;   }


.get_dimentions {border: 1px solid #ccc; margin-left: 20px; font-size: 14px; padding: 5px 10px; cursor: pointer; vertical-align: middle}

.del_dilter {display: flex; align-items: center; justify-content: flex-start; padding: 10px 0px;}
.del_dilter>div{margin-right: 20px;} 

.for_scan_track_to_add_to_delivery {margin: 10px 0px; background: #f9f9f9; padding: 30px 0; }
.for_scan_track_to_add_to_delivery .form-control {display: block; margin: 0px auto; max-width: 600px; border: 1px solid #ccc; }


.remove_parsel_from_delivery {cursor: pointer};
.remove_parsel_from_delivery:hover {color: red;}


.addnewuser {margin-left: auto}

.admin_add_customer_close {border: 1px solid #ccc; padding: 5px 10px; font-size: 12px; background: transparent}

.newpad {padding: 10px 15px;}
.newpad label {margin-right: 10px;}


#add_delivery_country {margin-left: auto}



.dash_table {width: 100%; border-collapse: collapse}
.dash_table td, .dash_table th {border: 1px solid #ddd; padding: 5px 10px;}
.dash_table th {background: #f9f9f9; font-weight: bold;}


.dash_block {padding: 20px; border: 1px solid #ccc; margin-bottom: 20px; margin-top: 20px; cursor: pointer;-webkit-transition: all 0.3s; transition: all 0.3s; background: #fff; border-radius: 3px;}
.dash_block:hover {background: #fff4d3; }

.or_del_block {padding-right: 20px; max-height: 400px; overflow-y: auto}

a.bluelink {color: blue; text-decoration: underline;}
a.bluelink:hover {text-decoration: none}

#demotest {width: 400px; min-height: 300px; padding: 20px; position: fixed; right: 0px; top: 0px; z-index: 10000; background: #fff; border: 1px solid red; display: none}


#savethisform {opacity: 0; width: 0px; height: 0px;}


.diamodal_s {position: fixed; background: rgba(0,0,0,0.6); left: 0px; top: 0px; width: 100%; height: 100%; z-index: 99999; display: none}
.diamodal {border: 1px solid red; background: #fff; width: 400px; padding: 20px; position: fixed; left: 50%; top: 200px; margin-left: -200px; z-index: 1000000; text-align: center; display: none}

.diamodal_s.active, .diamodal.active {display: block}

table.collapsed {display: none}
table.collapsed.active {display: block;}

.show_table {border: transparent; background: transparent; cursor: pointer }

.red{color: red}



.delivery_stat {border: 1px solid #ccc; padding: 20px; background: #fff; margin: 30px 0px;}

a.exc {display: block; margin-bottom: 10px;}



#payment-form {display: block; width:100%; max-width: 500px; background: #fff; padding: 30px; border: 1px solid #ccc; margin: 0px auto;}	
.CardField {padding: 20px 0px; }

#payment-form button {
  background-color: #333;
}

#payment-form button {
  background: #333;
  border-radius: var(--radius);
  color: white;
  border: 0;
  padding: 12px 16px;
  margin-top: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: block;
}
#payment-form button:hover {
  filter: contrast(115%);
}
#payment-form button:active {
  transform: translateY(0px) scale(0.98);
  filter: brightness(0.9);
}
#payment-form button:disabled {
  opacity: 0.5;
  cursor: none;
}

#payment-form input, select {
  display: block;
  font-size: 1.1em;
  width: 100%;
  margin-bottom: 10px;
}

#payment-form label {
  display: block;
}	

.f_title {font-size: 20px; line-height: 24px; margin-bottom: 10px;}

#card-element {padding: 20px 0px; border: 1px dotted #ccc; margin: 20px 0px;}


.mask {display: none}
.mask.active {position: fixed; display: block; background: rgba(0,0,0,0.8); z-index: 10000; left: 0px; top: 0px; width: 100%; height: 100%}
.payment_stripe {display: none}
.payment_stripe.active {display: block; width: 500px; background: #fff; padding: 40px 10px 10px 10px; position: fixed; left: 50%; margin-left: -200px; top: 100px; z-index: 100001; border-radius: 5px; }

.payment_stripe_close {text-decoration: underline; color: #ff0000; position: absolute; right: 20px; top: 10px; border: transparent; background: transparent}

.payment_stripe table td {padding: 3px 10px;}
.t_wrap {max-width: 400px;}



.o_tracking {max-width: 160px}

.o_tracking a {color: blue; text-decoration: underline}

.remind {border: 1px solid #ff0000; padding: 20px; margin: 10px 0px; font-weight: bold;}


#my_flash {width: 400px; height: auto; padding: 20px; z-index: 100000; top: 50px; left: 50%; margin-left: -200px; background: #fff; text-align: center; border: 3px solid red; position: fixed; font-size: 24px; line-height: 32px;  -webkit-transition: all 0.3s; transition: all 0.3s; margin-top: -600px;}
#my_flash.active {margin-top: 0px;}
#my_flash a {color: #ff0000; text-decoration: underline}

.my_flash_close {position: absolute; right: 5px; top: 0px; color: red;}

.picmodal {width: 600px; height: 100%; left: 50%; margin-left: -300px; padding: 50px 30px 30px 30px; position: fixed; display: none; z-index: 10000; background: #fff; border: 1px solid #333; top: 0px; }

.picmodal.active {display: block;}

.picmodal_close {position: absolute; right: 10px; top: 10px; color: red; font-size: 30px; background: transparent; border: transparent}

#picmodal_wrap { position: absolute; left: 30px; width: calc(100% - 60px); height: calc(100% - 80px); top: 50px; overflow-y: scroll}

#picmodal_wrap img {margin: 5px 0px; max-width: 100%; height: auto}


.question {font-size: 14px; font-weight: bold; text-align: center; color: red; border: 2px solid red; width: 24px; height: 24px; position: relative;
	 border-radius: 50%; display: inline-block
}
.question .answer {font-size: 12px; padding: 5px 10px; position: absolute; top: -35px; background: #fff; border: 1px solid red; white-space: nowrap; display: none}
.question:hover .answer {display: block;}

.new_payment_block_wrapper {padding: 5px 5px; display: flex; font-weight: bold; }
.new_payment_block_wrapper button {margin-left: auto; padding: 1px 10px; border: transparent; border-radius: 3px; background: red; color: #fff}

.myaction {display: block; position: relative; border: 1px solid #333; background: #333; margin-bottom: 10px; height: 40px; border-radius: 5px; color: #fff;}
.myaction span {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; font-weight: bold; display: flex; align-items: center; justify-content: center}
.myaction span.nt {background: #333;}
.myaction input:checked~.nt {background: green}