


.b2b-panel-body {
  height: 100%;
  font-size: 10px;
  margin: 0;
  padding: 0;
  background: #ccc;
  background: #fff;
  background: #d5d5d5;
  font-family:   'Montserrat', 'Helvetica Neue', 'Helvetica ', 'Arial', sans-serif;
  font-weight: 500;
}

.b2b-panel-body  .checkbox_list li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#profile_tabs .conte .checker + label {
  margin: 0;
}

.b2b-panel-body *,
.b2b-panel-body *:before,
.b2b-panel-body *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.select2.select2-container {
  width: 100%  !important;
}

.b2b-panel-body .logo-user {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background: #151515;

  z-index: 999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

html:not(.smil) .b2b-panel-body .logo-user {
  display: block;
  width: 100%;
}

.b2b-panel-body .b2b-logo-panel {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 15px 0 15px 60px;
  padding-left: calc(60px + 5vw);
}
html:not(.smil) .b2b-panel-body .b2b-logo-panel {
  float: left;
  display: inline-block;
  padding-top: 18px;
}

@media screen and (max-width: 768px) {
  .b2b-panel-body .logo-user {
    padding-left: 70px;
  }
  .b2b-panel-body .b2b-logo-panel {
    display: none;
  }
}

.b2b-panel-body .b2b-logo-panel > a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b2b-panel-body .b2b-logo-panel > a > img {
  display: inline-block;
  /* max-height: 35px; */
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  width: auto\9;
}

.b2b-panel-body .static-suplement {
  padding: 5px 0;
  color: #888;
  font-size: 11px;
  font-weight: 500;
}

.b2b-panel-body .b2b-user {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  color: #777;
}

html:not(.smil) .b2b-panel-body .b2b-user {
  float: right;
  margin-top: 10px;
}


/* DODANE DLA ARROW INFORMACJA O SALDZIE */
.b2b-panel-body #user_saldo_info {
	position: relative;
  display: flex;
  padding: 5px 10px 5px 0;
  border-right: 1px solid rgba(255,255,255,0.15);
  vertical-align: middle;
  text-align: right;
}

.b2b-panel-body #user_saldo_info .user-saldo-trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
}

.b2b-panel-body #user_saldo_info .user-saldo-trigger::before {
	content: '\f201';
	font-family: 'fontawesome';
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.b2b-panel-body #user_saldo_info .user-saldo-trigger:hover::before {
	color: #16d79a;
}


.b2b-panel-body #user_saldo_info .saldo-box {
	position: absolute;
  top: 100%;
  left: -10px;
  opacity: 0;
  visibility: hidden;
  min-width: 190px;
  padding: 10px 40px 10px 20px;
  background: #fff;
  box-shadow: 0 0 3vw rgba(0, 0, 0, 0.45);
  transform: translateY(15px) ;
  transition: all 0.3s ease-in-out 0.1s;
  z-index: 99;
  text-align: left;
}

.b2b-panel-body #user_saldo_info .saldo-box > div:not(.close-slado-box)  {
	padding-top: 5px;
	margin-bottom: 5px;
  font-size: 11px;
}


.b2b-panel-body #user_saldo_info .saldo-box strong {
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}


.b2b-panel-body #user_saldo_info .saldo-box > div.saldo_date strong  {
	padding-top: 5px;
	margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.4;
}

.b2b-panel-body #user_saldo_info .saldo-box::before {
	content: '';
  position: absolute;
  top: 0;
  left: 30px;
  transform: translateY(-5px);
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.b2b-panel-body.show-user-saldo #user_saldo_info .saldo-box {
	opacity: 1;
	visibility: visible;
	transform: translateY(-7px);
}


.b2b-panel-body.show-user-saldo #user_saldo_info .saldo-box .close-slado-box {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.b2b-panel-body.show-user-saldo #user_saldo_info .saldo-box .close-slado-box::before,
.b2b-panel-body.show-user-saldo #user_saldo_info .saldo-box .close-slado-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #666;
  transform-origin: center center;
}

.b2b-panel-body.show-user-saldo #user_saldo_info .saldo-box .close-slado-box::before {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.b2b-panel-body.show-user-saldo #user_saldo_info .saldo-box .close-slado-box::after {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.b2b-panel-body.show-user-saldo #user_saldo_info .saldo-box .close-slado-box:hover {
  background: #000;
}

.b2b-panel-body.show-user-saldo #user_saldo_info .saldo-box .close-slado-box:hover::before,
.b2b-panel-body.show-user-saldo #user_saldo_info .saldo-box .close-slado-box:hover::after {
  background: #fff;
}



/*
.b2b-panel-body #user_saldo_info .saldo_value,
.b2b-panel-body #user_saldo_info .saldo_date {
  display: block;
  margin: 4px 0;
  font-size: 11px;
  color: #777;
  font-weight: 500;
}*/
.b2b-panel-body #user_saldo_info > div strong {
  padding-top: 3px;
  color: #ccc;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.b2b-panel-body #user_saldo_info > div.saldo_date strong {
  padding-top: 3px;
  color: #999;
  font-size: 10px;
}

.b2b-panel-body .b2b-user .is-auth {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  /* width: 100%; */
  padding-left: 20px;
}

.b2b-panel-body .b2b-user .is-auth .user-info-b2b-panel {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: right;
}

.b2b-panel-body .b2b-user .is-auth .user-info-b2b-panel .name {
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.b2b-panel-body  .b2b-user .is-auth .user-info-b2b-panel strong {
  font-weight: 500;
}

.b2b-panel-body .b2b-user .is-auth > a.logout {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}

.b2b-panel-body .b2b-user .is-auth > a.logout::before {
  margin-right: 5px;
  content: '\f011';
  font-family: 'fontawesome';
  font-weight: normal;
  font-size: 11px;
}

.b2b-panel-body .b2b-user .is-auth > a.logout:hover {
  background: #f63434;
  color: #fff;
}

.b2b-panel-body .b2b-user .is-auth > a.profil {
  display: none;
}


.b2b-panel-body .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  /* min-height: 100%; */
  height: 100vh;
  padding-top: 60px;
  background: #16d79a;
  transition: all  0.4s ease-in-out;
  /* transform: translateX(-270px); */
  z-index: 2;
}

.b2b-panel-body.show-b2b-nav .nav {
  transform: translateX(0);
  background-color: #111;
  background-color: #1a2022;
  background-color: #171e25;
  background-color: #131926;
  background-color: #080e1a;
  background-color: #252525;
}


.b2b-panel-body .b2b-nav-trigger {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(50px + 4vw);
	height: 60px;
	background: #16d79a;
	color: #000;
	z-index: 1001;
	cursor: pointer;
	transform: translateX(0);
	transition: all 0.4s ease-in-out;

}

.b2b-panel-body .b2b-nav-trigger::before {
	content: '\f036';
	font-family: 'fontawesome';
	font-size: 21px;
	font-weight: normal;
}

.b2b-panel-body .b2b-nav-trigger:hover {
	color: #fff;
}

.b2b-panel-body.show-b2b-nav .b2b-nav-trigger {
  width: 60px;
	transform: translateX(-60px);
}

.b2b-panel-body.show-b2b-nav .b2b-nav-trigger::before {
	content: '\f053';
}

.b2b-panel-body .nav > ul {
  display: block;
  /* width: 300px; */
  /* min-height: 50vh; */
  /* height: 100%; */
  padding-top: 20px;
  padding-right: 20px;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 100px;

  /* background: rgba(255, 255, 255, 0.95); */
}

.b2b-panel-body .nav  ul li {
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(-180px);
}

.b2b-panel-body .nav  ul li:nth-of-type(1) { transform: translateX(100px); }
.b2b-panel-body .nav  ul li:nth-of-type(2) { transform: translateX(140px); }
.b2b-panel-body .nav  ul li:nth-of-type(3) { transform: translateX(160px); }
.b2b-panel-body .nav  ul li:nth-of-type(4) { transform: translateX(180px); }
.b2b-panel-body .nav  ul li:nth-of-type(5) { transform: translateX(200px); }
.b2b-panel-body .nav  ul li:nth-of-type(6) { transform: translateX(220px); }
.b2b-panel-body .nav  ul li:nth-of-type(7) { transform: translateX(240px); }
.b2b-panel-body .nav  ul li:nth-of-type(8) { transform: translateX(260px); }
.b2b-panel-body .nav  ul li:nth-of-type(9) { transform: translateX(280px); }
.b2b-panel-body .nav  ul li:nth-of-type(10) { transform: translateX(300px); }
.b2b-panel-body .nav  ul li:nth-of-type(11) { transform: translateX(320px); }
.b2b-panel-body .nav  ul li:nth-of-type(12) { transform: translateX(340px); }
.b2b-panel-body .nav  ul li:nth-of-type(13) { transform: translateX(360px); }
.b2b-panel-body .nav  ul li:nth-of-type(14) { transform: translateX(380px); }
.b2b-panel-body .nav  ul li:nth-of-type(15) { transform: translateX(400px); }
.b2b-panel-body .nav  ul li:nth-of-type(16) { transform: translateX(420px); }
.b2b-panel-body .nav  ul li:nth-of-type(17) { transform: translateX(440px); }


.b2b-panel-body.show-b2b-nav .nav  ul li {
  transform: translateX(0);
  transition: all 0.4s ease-in-out 0.15s;
}


.b2b-panel-body .nav > ul:nth-of-type(2) li {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.b2b-panel-body .nav > ul > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1px;

}



.b2b-panel-body .nav > ul > li.back-to-offer {
  display: block;
	margin-top: calc(30px + 3vh);
	margin-bottom: 30px;
}

.b2b-panel-body .nav > ul > li.back-to-offer > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  font-size: 11px;
}

.b2b-panel-body .nav > ul > li.back-to-offer > a::before {
  content: '\f07a';
  font-family: 'fontawesome';
  font-size: 16px;
  margin-right: 7px;
  margin-top: -2px;
}

.b2b-panel-body .nav > ul > li.back-to-offer > a:hover {
  background: #fff;
  color: #000;
}

.b2b-panel-body .nav > ul > li > a {
  display: block;
  padding: 12px 20px;
  border-radius: 2px 0 0 2px;
  color: #aaa;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}
.b2b-panel-body .nav > ul > li > a:hover {
  color: #fff;
  /* background: rgba(0, 0, 0, 0.1); */
}

.b2b-panel-body .nav > ul > li.ui-state-active > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #16d79a;
  font-weight: 600;
}

.b2b-panel-body .nav > ul > li ul li {
  padding-left: 25px;
  margin-top: 1px;
}

.b2b-panel-body .nav > ul li ul li a {
  display: block;
  padding: 5px 10px 5px 15px;
  border-radius: 2px 0 0 2px;
  color: #888;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}

.b2b-panel-body .nav > ul li ul li a:hover {
  color: #fff;
}
.b2b-panel-body .nav > ul li ul li.ui-state-active a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #16d79a;
  font-weight: 700;
}


.b2b-panel-body .b2b-panel-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 9;
  background: #d5d5d5;
  padding-top: 60px;
  transition: all  0.4s ease-in-out;
  transform: translateX(0);
}

/*.b2b-panel-body .b2b-panel-content::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	content: '';
	z-index: 999;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.b2b-panel-body.show-b2b-nav .b2b-panel-content::before {
	opacity: 1;
	visibility: visible;
}*/


.b2b-panel-body.show-b2b-nav .b2b-panel-content  {
  transform: translateX(280px);
}

@media screen and (min-width: 1025px) {
  .b2b-panel-body.show-b2b-nav .b2b-panel-content  {
    transform: translateX(0);
    margin-left: calc(280px);
      width: calc(100% - 280px);
  }
}

#profile_tabs .conte .row .row-wrapper a,
#profile_tabs .conte table a:not(.default-button) {
  display: inline-block;
  color: #005be2;
  margin: 2px 10px 2px 0;
  padding: 3px 6px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}

#profile_tabs .conte .row .row-wrapper a:hover,
#profile_tabs .conte table a:not(.default-button):hover {
  background: #388af8;
  color: #fff;
}



#profile_tabs .empty-positions {
  display: block;
  margin: 10px auto 5vh auto;
  padding: 30px;
  background: #fff;
  color: #888;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

#profile_tabs .no-content-info {
  display: block;
  color: #888;
  font-size: 13px;
  font-weight: 500;
}

#profile_tabs  {
	padding-top: calc(10px + 2vh);
	padding-bottom: calc(10px + 2vh);

	padding-left: calc(10px + 2vw + 10px);
	padding-right: calc(10px + 2vw);

}

@media screen and (max-width: 768px) {
  #profile_tabs  {
    padding: 10px ;
  }
}

#profile_tabs .conte > .b2b-main-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: space-between;
  margin: 15px 0 10px 0;
  padding: 5px 0;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

#profile_tabs .conte > .b2b-main-header h4 {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
#profile_tabs .conte > .b2b-main-header .header-suplement {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  color: #666;
  font-size: 13px;
  font-weight: 500;
}

#profile_tabs .conte > .b2b-main-header .header-suplement div,
#profile_tabs .conte > .b2b-main-header .header-suplement a {
  margin-left: 5px;
}
#profile_tabs .conte > .b2b-main-header .header-suplement a {
  position:relative;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background: #388af8;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;

}
#profile_tabs .conte > .b2b-main-header .header-suplement a:hover {
  background: #005be2;
  color: #fff;
}

#profile_tabs .conte > .b2b-main-header .header-suplement a::before {
  font-family: 'fontawesome';
  font-weight: normal;
  font-size: 12px;
  margin-right: 5px;
}

#profile_tabs .conte > .b2b-main-header .header-suplement a.xml::before {
  content: '\f1c9';
}

#profile_tabs .conte > .b2b-main-header .header-suplement a.pdf::before {
  content: '\f1c1';
}



#profile_tabs .conte .box {
  display: block;
  width: 100%;
  margin: 10px 0 30px 0;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;

  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); */
}

#profile_tabs .conte .box > .main-header {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

#profile_tabs .conte  .box > .data {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}

#profile_tabs .conte .box > .data > .row {
  position: relative;
  width: 25%;
  padding: 2px 15px 8px 15px;
  margin-bottom: 5px;
  z-index: 2;
}

@media all and (max-width: 1400px) {
  #profile_tabs .conte .box > .data > .row {
    width: 33.33%;
  }
}
@media all and (max-width: 1100px) {
  #profile_tabs .conte .box > .data > .row {
    width: 50%;
  }
}

#profile_tabs .conte .box > .data > .row.auto-width {
  width: auto;
  min-width: 25%;
}


#profile_tabs .conte .box > .data > .row.half-width {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #profile_tabs .conte .box > .data > .row,
  #profile_tabs .conte .box > .data > .row.half-width {
    width: 100%;
  }
}

#profile_tabs .conte .box > .data > .row > .row-wrapper {
  position: relative;
  display: block;
  height: 100%;
  padding: 10px 5px 5px 5px;
  background: #fff;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}



#profile_tabs .conte .box > .data > .row label {
  display: block;
  margin-bottom: 4px;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

#profile_tabs .conte .box > .data > .row > div {
  display: block;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: none;
}


#profile_tabs .conte table {
  /* display: block; */
  width: 100%;
  margin: 0 0 30px 0;
  border-collapse: collapse;
  overflow-y: hidden;
  overflow-x: auto;
  overflow: hidden;
  /* background: #fff; */
  border-radius: 0 0 5px 5px;
}


#profile_tabs .conte table thead tr td {
  position: relative;
  padding: 25px 5px 25px 5px;
  border-color: transparent;
  background: transparent;
  /* border-bottom: 1px solid #ccc; */
  font-weight: 500;
  line-height: 1.1;
  vertical-align: bottom;
  text-align: center;
}

#profile_tabs .conte table tbody tr td {
  text-align: left;
  background: #fff;
}

#profile_tabs .conte table thead tr td.align-center,
#profile_tabs .conte table tbody tr td.align-center {
  text-align: center;
}

#profile_tabs .conte table thead tr td.align-right,
#profile_tabs .conte table tbody tr td.align-right,
#profile_tabs .conte table tfoot tr td.align-right {
  text-align: right;
}

#profile_tabs .conte table tbody tr td.price,
#profile_tabs .conte table tfoot tr td.price {
  color: #222;
  font-size: 14px;
  font-weight: 700;
}



#profile_tabs .conte table thead tr td .sort_box {
  position: absolute;
  left: 0;
  bottom: 5px;
  display: block;
  width: 100%;
  text-align: center;
}
#profile_tabs .conte table thead tr td .sort_box > a {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 7px 10px;
  font-size: 0;
  text-indent: -9999em;
  cursor: pointer;
  vertical-align: top;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}
#profile_tabs .conte table thead tr td .sort_box > a::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  display: block;
  border-bottom: 6px solid #2282c5;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}

#profile_tabs .conte table thead tr td .sort_box > a:nth-of-type(2)::before {
  transform: rotate(180deg) translateX(50%);
}

#profile_tabs .conte table thead tr td .sort_box > a:hover {
  background: #fff;
}
#profile_tabs .conte table thead tr td .sort_box > a:hover::before {
  border-bottom-color: #000;
}

#profile_tabs .conte table thead tr td .sort_box > a.current {
  background: #fff;
  pointer-events: none;
  cursor: default;
}
#profile_tabs .conte table thead tr td .sort_box > a.current::before {
  border-bottom-color: #2282c5;
}

#profile_tabs .conte table tbody tr td {
  padding: 10px 0.5vw;
  border: 1px solid #ddd;
  border-right: 1px solid #eee;
  color: #555;
  font-size: 12px;
  font-weight: 500;
  vertical-align: middle;
}
#profile_tabs .conte table tbody tr td:first-child {
  border-left: 1px solid transparent;
}

/*
#profile_tabs .conte table tbody tr td a {
  color: #388af8;
  font-size: 1.1em;
  font-weight: 600;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}

#profile_tabs .conte table tbody tr td a:hover {
  color: #005be2;
}
*/
#profile_tabs .conte table tbody tr td.lp {
  color: #aaa;
  font-size: 14px;
}

#profile_tabs .conte table tbody tr td .doc-type {
  color: #777;
  font-size: 0.9em;
  font-weight: 300;
}
#profile_tabs .conte table tbody tr td.order-number > div {
  display: block;
}

#profile_tabs .conte table tbody tr td.details {
  text-align: center;
}
a.default-button {
  position:relative;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 2px;
  padding: 4px 8px;
  background: #388af8;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  border-radius: 2px;
}
a.default-button:hover {
  background: #005be2;
  color: #fff;
}

a.default-button.delete {
  background: #eb5252;
}

a.default-button.delete:hover {
  background: #111;
}

a.default-button::before {
  font-family: 'fontawesome';
  font-weight: normal;
  font-size: 12px;
  margin-right: 5px;
}
a.default-button.preview::before {
  content: '\f06e';
}
a.default-button.edit::before {
  content: '\f044';
}
a.default-button.delete::before {
  content: '\f1f8';
}
a.default-button.repeat::before {
  content: '\f01e';
}
a.default-button.send::before {
  content: '\f1d8';
}
a.default-button.xml::before {
  content: '\f1c9';
}
a.default-button.csv::before {
  content: '\f15c';
}
a.default-button.pdf::before {
  content: '\f1c1';
}
#profile_tabs .conte table tbody tr td.details .confirmed > .info {
  display: block;
  margin: 5px 0;
}

#profile_tabs .conte table tbody tr td .secound-label {
  color: #888;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}

#profile_tabs .conte table tbody tr td.action-reorder .reorder-nav {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

#profile_tabs .conte table tbody tr td.action-reorder .reorder-nav .open-reorder-list {
  display: block;
  width: 32px;
  height: 32px;
  background: #f5894f;
  border-radius: 150px;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}

#profile_tabs .conte table tbody tr td.action-reorder .reorder-nav:hover .open-reorder-list {
  background: #fa9157;
}

#profile_tabs .conte table tbody tr td.action-reorder .reorder-nav .open-reorder-list::before {
  display: inline-block;
  margin-left: -2px;
  font-family: 'fontawesome';
  content: '\f218';
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #7a3b19;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}

#profile_tabs .conte table tbody tr td.action-reorder .reorder-nav:hover .open-reorder-list::before {
  color: #4d2008;
}

#profile_tabs .conte table tbody tr td.action-reorder .reorder-nav > ul {
  position: absolute;
  right: 30px;
  bottom: -20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  width: 600px;
  background: #fff;
  padding: 5px 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  z-index: 99;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}

#profile_tabs .conte table tbody tr td.action-reorder .reorder-nav > ul::before {
  content: '';
  position: absolute;
  bottom: 30px;
  right: -5px;
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

#profile_tabs .conte table tbody tr td.action-reorder .reorder-nav > ul li {
  padding: 5px 20px;
  border-left: 1px solid #ccc;;
}

#profile_tabs .conte table tbody tr td.action-reorder .reorder-nav > ul li:first-child {
  border-left: none;
}
#profile_tabs .conte table tbody tr td.action-reorder .reorder-nav > ul li .secound-header {
  margin-bottom: 5px;
  color: #222;
  font-size: 19px;
  font-weight: 700;
}

#profile_tabs .conte table tbody tr td.action-reorder .reorder-nav > ul li a {
  display: inline-block;
  white-space: nowrap;
  margin: 2px 0;
  padding: 6px 10px;
  background: #333;
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
}

#profile_tabs .conte table tbody tr td.action-reorder .reorder-nav > ul li a:hover {
  background: #005be2;
  color: #fff;
}

#profile_tabs .conte table tbody tr td.action-reorder .reorder-nav:hover > ul {
  opacity: 1;
  visibility: visible;
}

#profile_tabs .conte table tbody tr.serials-row td {
  padding-bottom: 12px;
  border-bottom: 5px solid #e2e2e2;
}
#profile_tabs .conte table tbody tr.serials-row td .serial-box {
  display: block;
}

#profile_tabs .conte table tfoot tr td {
  padding: 15px 10px;
  font-size: 15px;
  background: #fff;
  border-top: 5px solid #5dd080;
}

#profile_tabs .conte table tfoot tr td.price {
  color: #222;
  font-size: 17px;
}

#profile_tabs .conte table tfoot tr td.label {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

#profile_tabs .conte table tfoot tr td label {
  display: block;
}

#profile_tabs .conte table tr label {
  display: block;
  margin: 5px 0 0 0;
}

#profile_tabs .conte table .time-delay-error {
  color: #f63434;
  font-size: 12px;
  font-weight: 700;
}

#profile_tabs .conte table tr.user-active-error-tr td {
  background: #f5f5f5;
  color: #888;
}

#profile_tabs .conte table tr td.user-active-error-td {
  color: #f63434;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

#profile_tabs .conte table tr td.uppercase {
  text-transform: uppercase;
}


#profile_tabs .conte .filter {
  display: block;
  width: 100%;
  margin: 20px 0;
}


#profile_tabs .conte .filter .input .checker {
  display: inline-block;
  vertical-align: middle;
}



#profile_tabs .conte .filter .filter-header,
#profile_tabs .conte .date-filter .filter-header {
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  color: #222;
  /* border-bottom: 1px solid #ddd; */
  font-size: 13px;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
}

#profile_tabs .conte .filter form {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding:  2vw 2vw 1vh 2vw;
  background: #fff;
  border-radius: 0 5px 5px 5px;
}

#profile_tabs .conte .filter form > .row {
  width: calc(25% - 20px);
  margin-right: 20px;
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  #profile_tabs .conte .filter form > .row.action-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}



#profile_tabs .conte .button  {
  height: auto;
}

#profile_tabs .conte .button span {
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  padding: 0 35px;
  background: #388af8;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 42px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}

#profile_tabs .conte .button span:hover {
  background: #005be2;
  color: #fff;
}

#profile_tabs .conte .reset_filter {
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  margin: 0 5px;
  background: #ddd;
  border: none;
  color: #666;
  font-size: 11px;
  font-weight: 500;
  line-height: 42px;
  border-radius: 2px;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}
#profile_tabs .conte .reset_filter:hover {
  background: #eee;
  color: #222;
}



#profile_tabs .conte .filter form > .action-buttons {
  padding-top: 14px;
}

#profile_tabs .conte form > .action-buttons {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
  /* padding-top: 14px; */
  /* width: 100%; */
}

#profile_tabs .conte .filter form > .row > label {
  display: block;
  margin-bottom: 4px;
  color: #888;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}
#profile_tabs .conte .filter form > .row  > div {
  display: block;
  color: #444;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: none;
}

#profile_tabs .conte .date-filter  {
  margin-bottom: 30px;
}
#profile_tabs .conte .date-filter form  {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  padding: 30px 30px 20px 30px;
  background: #fff;
  border-radius: 0 5px 5px 5px;
}

#profile_tabs .conte .date-filter form .row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  color: #888;
  font-weight: 500;
  line-height: 24px;
}

#profile_tabs .conte .date-filter form .row > label,
#profile_tabs .conte .date-filter form .row  br {
  display: none;
}

#profile_tabs .conte .date-filter form .row > .input {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-around;
}

#profile_tabs .conte .date-filter form .row > .input div.selector {
  min-width: 60px;
  margin: 0 5px 0 5px;
}
#profile_tabs .conte .date-filter form .row > .input div.selector:nth-of-type(3),
#profile_tabs .conte .date-filter form .row > .input div.selector:nth-of-type(6) {
  max-width: 70px;
}
#profile_tabs .conte .date-filter form .row > .input div.selector span {
  text-align: center;
}

#profile_tabs .conte .date-filter form .row > .input .ui-datepicker-trigger {
  margin: 0 30px 0 0;
}

body[class*="b2b_profile_panel_sales_document_items"] #profile_tabs .conte .filter form .row:nth-of-type(2) {
  width: calc(75% - 20px);
  display: inline-block;
  color: #888;
  font-weight: 500;
  line-height: 24px;
}

body[class*="b2b_profile_panel_sales_document_items"] #profile_tabs .conte .filter form .row:nth-of-type(2) > label {
  display: block;
  margin-bottom: 8px;
}

body[class*="b2b_profile_panel_sales_document_items"] #profile_tabs .conte .filter form .row:nth-of-type(2)  br {
  display: none;
}

body[class*="b2b_profile_panel_sales_document_items"] #profile_tabs .conte .filter form .row:nth-of-type(2) > .input {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  color: #888;
  font-weight: 500;
  line-height: 24px;
}

body[class*="b2b_profile_panel_sales_document_items"] #profile_tabs .conte .filter form .row:nth-of-type(2) > .input div.selector {
  max-width: 60px;
  margin: 0 10px 0 0;
}

body[class*="b2b_profile_panel_sales_document_items"] #profile_tabs .conte .filter form .row:nth-of-type(2) > .input div.selector:nth-of-type(3),
body[class*="b2b_profile_panel_sales_document_items"] #profile_tabs .conte .filter form.row:nth-of-type(2) > .input div.selector:nth-of-type(6) {
  max-width: 70px;
}

body[class*="b2b_profile_panel_sales_document_items"] #profile_tabs .conte .filter form .row:nth-of-type(2) > .input div.selector span {
  text-align: center;
}


body .ui-datepicker.ui-widget-content {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  z-index: 9999;
}

body .ui-datepicker.ui-widget-content .ui-datepicker-header > a  {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 15px;
}
body .ui-datepicker.ui-widget-content .ui-datepicker-prev::before {
  content: '\f060';
  font-family: 'fontawesome';
  font-weight: normal;
}
body .ui-datepicker.ui-widget-content .ui-datepicker-next::before {
  content: '\f061';
  font-family: 'fontawesome';
  font-weight: normal;
}
body .ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td {
  text-align: center;
}
body .ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td > a {
  text-align: center;
}
body .ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td > a:hover{
  background: #ddd;
}





#profile_tabs .conte .payments-main-statistics {
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  justify-content: space-between;
}

@media screen and (min-width: 1025px) {
  #profile_tabs .conte .payments-main-statistics {
    flex-flow: row nowrap;
  }
  #profile_tabs .conte .payments-main-statistics .row {
    width: 33.33%;
    padding: 10px 0 10px 20px;
  }
  #profile_tabs .conte .payments-main-statistics .row:first-child {
   padding-left: 0;
  }
}

#profile_tabs .conte .payments-main-statistics .row {
  width: 100%;
  padding: 5px;
}



#profile_tabs .conte .payments-main-statistics .row-wrapper {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}

#profile_tabs .conte .payments-main-statistics .row-wrapper label {
  color: #888;
  font-size: 14px;
  font-weight: 500;
}
#profile_tabs .conte .payments-main-statistics .row-wrapper > div {
  color: #222;
  font-size: calc(12px + 1vw);
  font-weight: 700;
}

#profile_tabs .conte .graph-values {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  padding: 20px 0;
}

#profile_tabs .conte .graph {

  padding-right: 30px;
  border-right: 1px solid #ddd;
}

#profile_tabs .conte .stats {
  padding-left: 30px;
  text-align: left;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

#profile_tabs .conte .stats .row {
  display: block;
  width: 100%;
  margin: 5px 0;
}

#profile_tabs .conte .stats .row.all {
  padding-top: 10px;
  margin-top: 5px;
  border-top: 1px solid #ddd;
}

#profile_tabs .conte .stats .row > div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  color: #444;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
}

#profile_tabs .conte .stats .row > div::before {
  display: inline-block;
  content: '';
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
}

#profile_tabs .conte .stats .row.all > label {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}

#profile_tabs .conte .stats .row.green > div::before {
  background: #4da037;
}

#profile_tabs .conte .stats .row.yellow > div::before {
  background: #ecce25;
}

#profile_tabs .conte .stats .row.red > div::before {
  background: #e61e1e;
}

#profile_tabs .conte .stats .row.all > div {
  color: #111;
  font-size: 18px;
  margin-top: 3px;
  font-weight: 700;
}

#profile_tabs .conte .stats .row.all > div::before {
  display: none;
}




#profile_tabs .conte .input > input {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
  padding: 7px 5px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
  font-size: 13px;
  color: #888;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}

#profile_tabs .conte .input > input:hover,
#profile_tabs .conte .input > input:focus {
  color: #333;
  border-color: #999;
}

#profile_tabs .conte label {
  display: block;
  margin-bottom: 4px;
  color: #777;
  font-size: 12px;
  font-weight: 500;
}

#profile_tabs .conte .checker + label {
  display: inline-block;
}
#profile_tabs .conte .checker + label:hover span {
  display: block;
}

.b2b-panel-body .checkbox_list li label  {
  position: relative
}

.b2b-panel-body .checkbox_list li label .helpBox {
  position: absolute;
  top: 0;
  left: 30px;
  transform: translateY(25px);
  display: block !important;
  width: 20vw;
  max-width: 350px;
  min-width: 250px;
  padding: 10px;
  border-radius: 2px;
  background: #555;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  line-height: 1.4;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}

.b2b-panel-body .checkbox_list li label .helpBox::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 20px;
  border-bottom: 5px solid #555;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.b2b-panel-body .checkbox_list li:hover label .helpBox {
  opacity: 1;
  visibility: visible;
  transform: translateY(20px) ;
}


/*
#profile_tabs .conte div.selector {
  display: block;
  height: 34px;
  background: transparent;
  border: none;
}

#profile_tabs .conte div.selector span {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
  padding: 7px 35px 7px 5px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
  font-size: 13px;
  color: #888;
  font-weight: 600;
  line-height: 1;
  text-overflow: clip;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}

#profile_tabs .conte div.selector span select {
  display: inline-block;
  width: 100%;
  background: transparent;
  border: none;
}
*/
#profile_tabs .conte div.selector { width: 100%; height: 28px; margin: 0; padding: 0; background: transparent; box-shadow: none;  }
#profile_tabs .conte div.selector span { position: relative; width: 100%; height: 28px; margin: 0; padding: 0 20px 0 10px; background: #fff; border: 1px solid #ddd; font-size: 12px; font-weight: 500; line-height: 28px; border-radius: 0; box-shadow: none; text-shadow: none;  -webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; -o-transition: all 0.1s ease 0s; -ms-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s; }
#profile_tabs .conte div.selector span::before,
#profile_tabs .conte div.selector span::after { content: ''; position: absolute; top: 12px; right: 10px; width: 6px; height: 2px; background: #999; -webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; -o-transition: all 0.1s ease 0s; -ms-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s;}
#profile_tabs .conte div.selector span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
#profile_tabs .conte div.selector span::after { -webkit-transform: translateX(3px) rotate(-45deg); -moz-transform: translateX(3px) rotate(-45deg); -o-transform: translateX(3px) rotate(-45deg); -ms-transform: translateX(3px) rotate(-45deg); transform: translateX(3px) rotate(-45deg);}
#profile_tabs .conte div.selector:hover span {  color: #222; }
#profile_tabs .conte div.selector:hover span::after,
#profile_tabs .conte div.selector:hover span::before
 { background-color: #999;}
#profile_tabs .conte div.selector.selected { height: 28px; }
#profile_tabs .conte div.selector.selected span { height: 28px; border-color: #ddd; color: #222; font-weight: 600; }
#profile_tabs .conte div.selector.selected span::after,
#profile_tabs .conte div.selector.selected span::before
 { background-color: #999;}
#profile_tabs .conte div.selector.selected:hover { height: 28px; }
#profile_tabs .conte div.selector.selected:hover span { height: 28px; border-color: #ddd; color: #222; font-weight: 600; }
#profile_tabs .conte div.selector.selected:hover span::after,
#profile_tabs .conte div.selector.selected:hover span::before
 { background-color: #999;}
#profile_tabs .conte div.selector select { width: 100%; height: 28px; margin: 0; padding: 0;}
#profile_tabs .conte div.selector select option { background: #fff; padding: 5px; border-top: 1px solid #ccc; color: #666; font-size: 13px; font-weight: 300; line-height: 16px;}




.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before,
.select2-container--default .select2-selection--single .select2-selection__arrow::after { content: ''; position: absolute; top: 12px; right: 10px; width: 6px; height: 2px; background: #999; -webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; -o-transition: all 0.1s ease 0s; -ms-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s;}
.select2-container--default .select2-selection--single .select2-selection__arrow::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.select2-container--default .select2-selection--single .select2-selection__arrow::after { -webkit-transform: translateX(3px) rotate(-45deg); -moz-transform: translateX(3px) rotate(-45deg); -o-transform: translateX(3px) rotate(-45deg); -ms-transform: translateX(3px) rotate(-45deg); transform: translateX(3px) rotate(-45deg);}
#profile_tabs .conte div.selector:hover span {  color: #222; }
.select2-container--default .select2-selection--single .select2-selection__arrow::after,
.select2-container--default .select2-selection--single .select2-selection__arrow::before
 { background-color: #999;}
.select2-container--default .select2-selection--single .select2-selection__arrow::after,
.select2-container--default .select2-selection--single .select2-selection__arrow::before
 { background-color: #999;}

div.outbound {
    float: left;
    margin-right: 5px;
    background: rgba(0, 0, 0, 0) url('/redipsAdminPlugin/gfx/g_sprites.png') no-repeat scroll -424px -740px;
    width: 13px;
    height: 13px;
}






#profile_tabs .pagination {
  margin: 10px auto;
}

#profile_tabs .pagination .page-rings {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}



#profile_tabs .pagination .pagin {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
#profile_tabs .pagination  span {
  padding: 0 2px;
}
#profile_tabs .pagination  span a {
  display: block;
  min-width: 32px;
  height: 32px;
  padding: 0 5px;
  color: #555;
  font-size: 15px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}

#profile_tabs .pagination  a:hover {
  background: #fff;
  color: #000;
}

#profile_tabs .pagination a.current {
  background: #fff;
  color: #000;
}

#profile_tabs .pagination  .arrows a {
  display: block;
  min-width: 32px;
  height: 32px;
  padding: 0 5px;
  color: #555;
  font-size: 15px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}

#profile_tabs .pagination .page-rings .arrows a::before {
    font-family: 'fontawesome';
    font-weight: normal;
    font-size: 16px;
}

#profile_tabs .pagination .page-rings .arrows.arrows-first a::before {
    content: '\f100';
}

#profile_tabs .pagination .page-rings .arrows.arrows-prev a::before {
    content: '\f104';
}

#profile_tabs .pagination .page-rings .arrows.arrows-next a::before {
    content: '\f105';
}

#profile_tabs .pagination .page-rings .arrows.arrows-last a::before {
    content: '\f101';
}


#profile_tabs .button-actions-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
#profile_tabs .button-actions-content a {
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  padding: 0 35px;
  background: #388af8;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 42px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}
#profile_tabs .button-actions-content a:hover {
  background: #005be2;
  color: #fff;
}





.b2b-panel-body[class*="b2b_profile_panel_subaccount"]  #profile_tabs .conte form {
  display: block;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  font-size: 0;
  overflow: visible !important;
}

.b2b-panel-body[class*="b2b_profile_panel_subaccount"]  #profile_tabs .conte form  .row {
  display: inline-block;
  width: 33.33%;
  margin: 5px 0;
  padding: 0 20px;
  vertical-align: middle;
}

@media screen and (max-width: 678px) {

  .b2b-panel-body[class*="b2b_profile_panel_subaccount"]  #profile_tabs .conte form  .row {
    width: 100%;
  }

}

.b2b-panel-body[class*="b2b_profile_panel_subaccount"]  #profile_tabs .conte form  .row .checkbox_list li {
  display: block;
  margin: 10px 0;
}
.b2b-panel-body[class*="b2b_profile_panel_subaccount"]  #profile_tabs .conte form  .row .checkbox_list li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 0;
  margin: 0;
}

.b2b-panel-body[class*="b2b_profile_panel_subaccount"]  #profile_tabs .conte form  .row .radio_list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.b2b-panel-body[class*="b2b_profile_panel_subaccount"]  #profile_tabs .conte form  .row .radio_list li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.b2b-panel-body[class*="b2b_profile_panel_subaccount"]  #profile_tabs .conte form  .row .radio_list li:first-child {
  margin-right: 20px;
}

.b2b-panel-body[class*="b2b_profile_panel_subaccount"]  #profile_tabs .conte table tbody tr td.details {
  text-align: right;
}

.b2b-panel-body.b2b_profile_panel_subaccount_create  #profile_tabs .conte form > .row:nth-of-type(7) {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #ddd;
}

.b2b-panel-body.b2b_profile_panel_subaccount_create  #profile_tabs .conte form > .row:nth-of-type(7) fieldset > .row {
  width: 50%;
}

@media screen and (max-width: 678px) {
  .b2b-panel-body.b2b_profile_panel_subaccount_create #profile_tabs .conte form > .row:nth-of-type(7) fieldset > .row {
    width: 100%;
  }
}

.b2b-panel-body.b2b_profile_panel_subaccount_create  #profile_tabs .conte form > .row:nth-of-type(7) fieldset > .row:nth-of-type(2) {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.b2b-panel-body.b2b_profile_panel_subaccount_create  #profile_tabs .conte form > .row:nth-of-type(7) fieldset > .row:nth-of-type(2)  label {
  order: 2;
}
.b2b-panel-body.b2b_profile_panel_subaccount_create  #profile_tabs .conte form > .row:nth-of-type(7) fieldset > .row:nth-of-type(3) {
  width: 100%;
}


.b2b-panel-body.b2b_profile_panel_subaccount_edit  #profile_tabs .conte form > .row:nth-of-type(1),
.b2b-panel-body.b2b_profile_panel_subaccount_edit  #profile_tabs .conte form > .row:nth-of-type(2) {
  width: 100%;
}

.b2b-panel-body.b2b_profile_panel_subaccount_edit  #profile_tabs .conte form > .row:nth-of-type(1) .input > span {
  width: 100% !important;
  font-size: 12px;
}
.b2b-panel-body.b2b_profile_panel_subaccount_edit  #profile_tabs .conte form > .row:nth-of-type(2) .input > .selector {
  width: 100%;
}
.b2b-panel-body.b2b_profile_panel_subaccount_edit  #profile_tabs .conte form > .row:nth-of-type(2) .input > .selector select {
  width: 100%;
}

.b2b-panel-body.b2b_profile_panel_subaccount_edit  #profile_tabs .conte form > .row:nth-of-type(9) {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #ddd;
}
.b2b-panel-body.b2b_profile_panel_subaccount_edit  #profile_tabs .conte form > .row:nth-of-type(9) fieldset > .row {
  width: 50%;
}




.b2b-panel-body.b2b_profile_panel_subaccount_edit  #profile_tabs .conte form > .row:nth-of-type(9) fieldset > .row:nth-of-type(2) {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.b2b-panel-body.b2b_profile_panel_subaccount_edit  #profile_tabs .conte form > .row:nth-of-type(9) fieldset > .row:nth-of-type(2) label {
  order: 2;
}

.b2b-panel-body.b2b_profile_panel_subaccount_edit  #profile_tabs .conte form > .row:nth-of-type(9) fieldset > .row:nth-of-type(3) {
  width: 100%;
}

.b2b-panel-body[class*="b2b_profile_panel_subaccount"]  #profile_tabs .conte form .action-buttons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}




/* WSPÓLNE ZMIENNE */
#profile_tabs .conte .box > .main-header {
  padding: 18px 15px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 1px solid #d5d5d5;
}

#profile_tabs .conte .table-header {
  display: block;
  width: auto;
  padding: 15px;
  background: #fff;
  color: #000;
  /* border-bottom: 1px solid #ddd; */
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: -0.02em;

}

#profile_tabs .conte table thead tr td {
  padding: 20px 5px 25px 5px;
  background: #292929;
  border: 1px solid #292929;
  border-bottom: 3px solid #020202;
  color: #ccc;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  /*border-left: 1px solid #444;*/
}

#profile_tabs .conte table thead tr td .sort_box > a::before {
  border-bottom-color: #aaa;
}
#profile_tabs .conte table thead tr td .sort_box > a.current {
  background: #2693ed;
  pointer-events: none;
  cursor: default;
}
#profile_tabs .conte table thead tr td .sort_box > a.current::before {
  border-bottom-color: #454545;
}
#profile_tabs #payment-graph {
  width: 600px;
  height: 400px;
  margin: 0 auto;
}

/*

.layout-table { display: table; table-layout: fixed; width: 100%; padding: 10px 0;  }
.layout-table-cell {display: table-cell; vertical-align: middle; text-align: center; }
.layout-col-center { display: inline-block; width: 90%; margin-right: auto; margin-left: auto; text-align: center; }
.layout-table.full-height { height: 100%; }
.layout-table.half-height { height: 50%; }
.layout-table.auto-height { height: auto;  }

.usernav-table { display: table; table-layout: fixed; width: 100%; padding: 0;  }
.usernav-table-cell {display: table-cell; vertical-align: middle; text-align: center; }
.usernav-col-center { display: inline-block; width: 100%; margin-right: auto; margin-left: auto; text-align: center; }
.usernav-table.full-height { height: 100%; }
.usernav-table.half-height { height: 50%; }
.usernav-table.auto-height { height: auto;  }

.b2b-panel-body	*,
.b2b-panel-body	*:after,
.b2b-panel-body	*:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  padding: 0; margin: 0; }

.b2b-panel-body input { display: block; width: 100%; height: 32px; padding: 0 5px; background: #fff; border: 1px solid #ccc; color: #888; font-size: 13px; font-weight: 500; line-height: 32px; border-radius: 0; box-shadow: none; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.b2b-panel-body input:hover { background: #fff; border: 1px solid #888; color: #444;  }
.b2b-panel-body input:focus { background: #fff; border: 1px solid #888; color: #000; box-shadow: none;}

.b2b-panel-body .layout-table { padding: 30px 0; background: #e5e5e5;
background: -moz-radial-gradient(center, ellipse cover, #05bc88 60%,#008c9d 100%);
background: -webkit-radial-gradient(center, ellipse cover, #05bc88 60%,#008c9d 100%);
background: radial-gradient(ellipse at center, #05bc88 60%,#008c9d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05bc88', endColorstr='#008c9d',GradientType=1 );
background-attachment: fixed;
 }

.b2b-panel-body #profile_tabs { font-size: 0; }
.b2b-panel-body a.home { position: fixed; top: 45px; left: 0; height: 50px; padding: 0; background: #0f1725; text-align: center; z-index: 99; font-size: 0; box-shadow: -1px 0 3px rgba(0,0,0,0.2); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.b2b-panel-body a.home::before { content:'Wróć do strony głównej'; padding: 0 28px 0 28px; color: #fff; opacity: 0; font-size: 0; font-weight: 300; line-height: 50px; text-indent: 0; letter-spacing: 0.02em; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.b2b-panel-body a.home div { position: absolute; top: 23px; left: 20px; display: inline-block; width: 14px; height: 11px; border: 2px solid #05bc88; font-size: 0; text-indent: -9999em; border-radius: 0 0 2px 2px; vertical-align: middle;  -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.b2b-panel-body a.home div::before,
.b2b-panel-body a.home div::after { content: ''; position: absolute; top: -5px; left: -2px; width: 14px; height: 2px; padding: 0; margin: 0; font-size: 0; background: #05bc88; border-radius: 3px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;  }
.b2b-panel-body a.home div::before { -webkit-transform: translateX(4px) translateY(0) rotate(45deg); -moz-transform: translateX(4px) translateY(0) rotate(45deg); -o-transform: translateX(4px) translateY(0) rotate(45deg); -ms-transform: translateX(4px) translateY(0) rotate(45deg); transform: translateX(4px) translateY(0) rotate(45deg); }
.b2b-panel-body a.home div::after { -webkit-transform: translateX(-4px) translateY(0) rotate(-45deg); -moz-transform: translateX(-4px) translateY(0) rotate(-45deg); -o-transform: translateX(-4px) translateY(0) rotate(-45deg); -ms-transform: translateX(-4px) translateY(0) rotate(-45deg); transform: translateX(-4px) translateY(0) rotate(-45deg); }
.b2b-panel-body a.home span { position: absolute; bottom: 0; left: 50%; width: 4px; height: 4px; margin-left: -2px; background: #05bc88; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.b2b-panel-body a.home:hover { background: #000; box-shadow: 2px 0 8px rgba(0,0,0,0.7); }
.b2b-panel-body a.home:hover::before { padding: 0 20px 0 50px; font-size: 12px; opacity: 1; }
.b2b-panel-body a.home:hover div { border-color: transparent; }
.b2b-panel-body a.home:hover div::before { top: -2px; background: #fff; -webkit-transform: translateX(4px) translateY(0) rotate(-135deg); -moz-transform: translateX(4px) translateY(0) rotate(-135deg); -o-transform: translateX(4px) translateY(0) rotate(-135deg); -ms-transform: translateX(4px) translateY(0) rotate(-135deg); transform: translateX(4px) translateY(0) rotate(-135deg); }
.b2b-panel-body a.home:hover div::after { top: -2px; background: #fff; -webkit-transform: translateX(-4px) translateY(0) rotate(135deg); -moz-transform: translateX(-4px) translateY(0) rotate(135deg); -o-transform: translateX(-4px) translateY(0) rotate(135deg); -ms-transform: translateX(-4px) translateY(0) rotate(135deg); transform: translateX(-4px) translateY(0) rotate(135deg); }
.b2b-panel-body a.home:hover div span { background: transparent; }

body.b2b-panel-body .nav { position: absolute; max-width: 300px; top: 0; left: 0; width: 20%; padding-top: 70px; height: calc(100% - 70px); }
body.b2b-panel-body .nav ul > lh { position: fixed; top: 0; left: 0; display: flex; flex-direction: row; align-items: center; justify-content: space-between; width: 100%; height: 70px;  padding: 0 30px; background: #000; text-align: left; z-index: 99; }
body.b2b-panel-body .nav ul > lh .logo-panel { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; width: auto; vertical-align: middle;  margin: 20px 0 0 0; text-align: left;}
body.b2b-panel-body .nav ul > lh .logo-panel a { margin: 0 0 5px 0;}
body.b2b-panel-body .nav ul > lh .logo-panel a img { height: 22px;}
body.b2b-panel-body .nav ul > lh .logo-panel > a::after { content: 'System B2B'; display: block; color: #f63434; font-size: 11px; font-weight: 300; line-height: 1.1em; text-align: left; text-transform: uppercase; letter-spacing: 0.03em; }
body.b2b-panel-body .beta-v { position: fixed; left: 30px; top: 0; padding: 1px 15px; background: #ffd900; color: #000; font-size: 9px; font-weight: 600; z-index: 999; border-radius: 0 0 5px 5px;}
body.b2b-panel-body .nav ul > lh .user-login-info { height: 70px; display: table; margin: 0;}
body.b2b-panel-body .nav ul > lh .user-login-info .zalogowany {  display: table-cell;  vertical-align: middle;  padding: 5px 0 5px 20px; font-size: 12px; }
body.b2b-panel-body .nav ul > lh .user-login-info .witaj { display: inline-block; margin-right: 10px; color: #fff; font-size: 12px; font-weight: 300; vertical-align: middle;  }
body.b2b-panel-body .nav ul > lh .user-login-info a.logout { display: inline-block; height: 25px; padding: 0 10px 0; background: #f63434; color: #fff; font-size: 10px;  font-weight: 500; letter-spacing: 0.03em; line-height: 25px; border-radius: 3px; text-transform: uppercase; vertical-align: middle; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;}
body.b2b-panel-body .nav ul > lh .user-login-info a.logout:hover {  color: #f63434;}
body.b2b-panel-body .nav ul > lh .user-company-name { display: inline-block; width: auto;  margin: 0 0 0 10px; color: #fff; font-size: 11px; font-weight: normal;   vertical-align: middle; }
body.b2b-panel-body .nav ul > lh .user-login-info a.profil { display: none;}


body.b2b-panel-body .nav > ul { position: relative; height: 100%; padding: 20px; margin-top: 30px; background: #fff; border-right: 1px solid rgba(0, 0, 0, 0.08); text-align: left;}
body.b2b-panel-body .nav > ul li { display: block; color: #222; font-size: 12px;}
body.b2b-panel-body .nav > ul li a { display: block; padding: 7px 0; color: #222; font-size: 15px; font-weight: 600; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
body.b2b-panel-body .nav > ul li a:hover { color: #05bc88; }
body.b2b-panel-body .nav > ul .submenu { }
body.b2b-panel-body .nav > ul .submenu li a { position: relative; padding: 2px 5px 5px 15px; font-size: 13px; font-weight: 500;}
body.b2b-panel-body .nav > ul .submenu li a::before { content: ''; position: absolute; top: 5px; left: 5px; width: 1px; height: 5px; background: #999; }
body.b2b-panel-body .nav > ul .submenu li a::after { content: ''; position: absolute; top: 10px; left: 5px; width: 5px; height: 1px; background: #999; }
body.b2b-panel-body .nav > ul > li.ui-tabs-active > a { color: #05bc88;}
body.b2b-panel-body .nav > ul > li > .submenu > li.ui-state-active > a { color: #05bc88; }



.b2b-panel-body .conte { position: relative; display: inline-block; width: 75%; margin: 0 auto; padding: 20px 20px 30px 20px; background: #fff; font-size: 0; text-align: left; vertical-align: top; z-index: 9;   box-shadow: 0 10px 20px rgba(0,0,0,0.6);  }
.b2b-panel-body .conte h4 { position: relative; margin: 0 0 30px 0; padding:  0 0 12px 0 ; color: #000; font-size: 26px; font-weight: 300; line-height: 1.1em; text-transform: uppercase; border-bottom: 1px solid #bbb; text-align: left;}
.b2b-panel-body .conte h4::before { content: ''; position: absolute; bottom: -4px; left: 5%; width: 8px; height: 8px; background: #fff; border: 1px solid #bbb; border-left: 1px solid #fff; border-top: 1px solid #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  }
.b2b-panel-body .conte h4 .header-suplement { float: right; font-size: 13px; }
.b2b-panel-body .conte h4 .header-suplement strong { margin-left: 5px; font-weight: bold; }

.b2b-panel-body .conte table { width: 100%; margin: 10px 0; border-collapse: collapse; }
.b2b-panel-body .conte table thead tr td,
.b2b-panel-body .conte table tbody tr td { padding: 6px 10px; color: #000; text-align: left; }
.b2b-panel-body .conte table thead tr td { padding: 10px; background: #111; border-bottom: 6px solid #fff; color: #fff; font-size: 14px; font-weight: 300; }
.b2b-panel-body .conte table tbody tr td { color: #333; font-size: 13px; font-weight: 500; }
.b2b-panel-body .conte table tbody tr:nth-of-type(odd) td { background: #f5f5f5; }
.b2b-panel-body .conte table thead tr td.details { text-align: center;  }
.b2b-panel-body .conte table tbody tr td.details {  width: 0; text-align: right; border-left: 1px solid rgba(0,0,0,0.1);  }
.b2b-panel-body .conte table tbody tr td.details a { position: relative; display: block; width: auto; height: 30px; margin: 4px; white-space: nowrap; padding: 0 10px 0 35px; background: #aaa; color: #fff; font-size: 12px; font-weight: 500; line-height: 30px; border-radius: 50px; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;  }
.b2b-panel-body .conte table tbody tr td.details a::before { content: ''; position: absolute; top: 0; left: 5px; width: 30px; height: 30px; background: transparent url('/redipsStorePlugin/gfx/ico-prewiev-details.png') no-repeat center;}
.b2b-panel-body .conte table tbody tr td.details a.pdf::before {  background: transparent url('/redipsStorePlugin/gfx/ico-prewiev-pdf.png') no-repeat center;}
.b2b-panel-body .conte table tbody tr td.details a.xml::before {  background: transparent url('/redipsStorePlugin/gfx/ico-prewiev-xml.png') no-repeat center;}
.b2b-panel-body .conte table tbody tr td.details a:hover { background: #53bc87; color: #fff; }
.b2b-panel-body .conte table thead tr td.price { text-align: right; }
.b2b-panel-body .conte table tbody tr td.price { font-size: 15px; font-weight: 600; text-align: right; }
.b2b-panel-body .conte table tbody tr td.price label { text-align: right; }
.b2b-panel-body .conte table tbody tr:hover td { color: #000; background: #fff7b0; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;  }

.b2b-panel-body .conte table tbody tr td.error { position: relative; color: red; font-weight: 600; text-transform: uppercase;}
.b2b-panel-body .conte table tbody tr td.error::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #fff;}
.b2b-panel-body .conte table tbody tr.not-active td { background: #fce0e0; }
.b2b-panel-body .conte table tbody tr td.activity-status {  text-transform: uppercase;}
.b2b-panel-body .conte table tbody tr.not-active td.activity-status { color: red; font-weight: 800; }


.b2b-panel-body .conte table tbody tr td .doc-type { display: block; margin-top: 3px; font-size: 10px; color: #888; font-weight: 500; line-height: 13px;  }

.b2b-panel-body .conte table thead tr td.attachments { text-align: center;  }
.b2b-panel-body .conte table tbody tr td.attachments { width: 0; text-align: left; border-left: 1px solid rgba(0,0,0,0.1);  }
.b2b-panel-body .conte table tbody tr td.attachments a { position: relative; display: inline-block; width: auto; height: 22px; margin: 2px; white-space: nowrap; padding: 0 8px 0 25px; background: transparent; color: #666; font-size: 11px; font-weight: 700; line-height: 22px; border-radius: 50px; text-align: left; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;  }
.b2b-panel-body .conte table tbody tr td.attachments a strong { font-size: 10px; font-weight: 500; }
.b2b-panel-body .conte table tbody tr td.attachments a::before { opacity: 0.5; content: ''; position: absolute; top: 0; left: 2px; width: 22px; height: 22px; background: transparent url('/redipsStorePlugin/gfx/ico-attachement.png') no-repeat center; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;  }
.b2b-panel-body .conte table tbody tr:hover td.attachments a { color: #444; }
.b2b-panel-body .conte table tbody tr td.attachments a:hover { background: #53bc87; color: #000; }
.b2b-panel-body .conte table tbody tr td.attachments a:hover::before { opacity: 1; }


body.b2b-panel-body .conte h4 .download-preview { float: right; text-align: left; }
body.b2b-panel-body .conte h4 .download-preview .download-preview-header { display: inline-block; color: #888; font-size: 12px; font-weight: 300; }
body.b2b-panel-body .conte h4 .download-preview a { position: relative; display: inline-block; width: auto; height: 22px; margin: 2px; white-space: nowrap; padding: 0 8px 0 25px; background: transparent; color: #666; font-size: 11px; font-weight: 700; line-height: 22px; border-radius: 50px; text-align: left; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;  }
body.b2b-panel-body .conte h4 .download-preview a strong { font-size: 10px; font-weight: 500; }
body.b2b-panel-body .conte h4 .download-preview a::before { opacity: 0.5; content: ''; position: absolute; top: 0; left: 2px; width: 22px; height: 22px; background: transparent url('/redipsStorePlugin/gfx/ico-attachement.png') no-repeat center; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;  }
body.b2b-panel-body .conte h4 .download-preview a { color: #444; }
body.b2b-panel-body .conte h4 .download-preview a:hover { background: #53bc87; color: #000; }
body.b2b-panel-body .conte h4 .download-preview a:hover::before { opacity: 1; }


.b2b-panel-body .conte table tbody tr td a { display: inline-block; width: auto; margin: 4px; white-space: nowrap; padding: 2px 10px; background: #ccc; color: #111; font-size: 12px; font-weight: 700; border-radius: 50px; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;  }
.b2b-panel-body .conte table tbody tr td a:hover { background: #53bc87; color: #000; }

.b2b-panel-body .conte table tbody tr td .invitation-date-info { position: relative; display: block; margin: 4px 4px 4px 25px; color: #f63434; font-size: 11px; font-weight: 500; line-height: 1.2em;}
.b2b-panel-body .conte table tbody tr td .invitation-date-info::before { content: ''; position: absolute; top: 0; left: -12px; width: 8px; height: 8px; border: none; border-left: 1px solid #f63434; border-bottom: 1px solid #f63434;}

.b2b-panel-body .conte table tfoot tr td { padding: 8px 10px; background: #96e5bb; border-top: 1px solid #fff; color: #000; font-size: 19px; font-weight: 500; text-align: right; }
.b2b-panel-body .conte table tfoot tr td.label { font-size: 16px; font-weight: 300;  }
.b2b-panel-body .conte table tfoot tr td.price { font-size: 19px; font-weight: 600;  }
.b2b-panel-body .conte table tfoot tr td label { margin-bottom: 0; font-size: 11px;color: #000; text-align: right;  }


.b2b-panel-body .conte .number-path { display: block; width: 100%; margin: 40px 0 20px 0; text-align: center;  }
.b2b-panel-body .conte .number-path .page-rings { display: block; width: 100%; font-size: 0; }
.b2b-panel-body .conte .number-path .page-rings .pagin { display: inline-block; margin: 0 1px; }
.b2b-panel-body .conte .number-path .page-rings .pagin > span { display: inline-block;  }
.b2b-panel-body .conte .number-path .page-rings .pagin > span > a { display: block; min-width: 32px; height: 32px; padding: 0 5px; background: #eee; color: #000; font-size: 16px; font-weight: 500; line-height: 32px; vertical-align: top; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.b2b-panel-body .conte .number-path .page-rings .pagin > span > a:hover { background: #53bc87; color: #fff; }
.b2b-panel-body .conte .number-path .page-rings .pagin > span > a.current { background: #000; color: #fff; }
.b2b-panel-body .conte .number-path .page-rings .arrows { display: inline-block; vertical-align: top; margin: 0 1px; }
.b2b-panel-body .conte .number-path .page-rings .arrows > a { position: relative; display: block; min-width: 60px; height: 32px; padding: 0 30px; background: #eee; color: #000; font-size: 16px; font-weight: 600; line-height: 32px; vertical-align: top; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.b2b-panel-body .conte .number-path .page-rings .arrows.arrows-first > a::before { content: ''; position: absolute; top: 4px; left: 27px; margin-top: -6px; margin-top: 6px; border-right: 6px solid #000; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.b2b-panel-body .conte .number-path .page-rings .arrows.arrows-first > a::after { content: ''; position: absolute; top: 16px; left: 24px; margin-top: -6px;  width: 2px; height: 12px; background: #000; }
.b2b-panel-body .conte .number-path .page-rings .arrows.arrows-prev > a::before { content: ''; position: absolute; top: 4px; left: 27px; margin-top: -6px; margin-top: 6px; border-right: 6px solid #000; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.b2b-panel-body .conte .number-path .page-rings .arrows.arrows-next > a::before { content: ''; position: absolute; top: 4px; left: 27px; margin-top: -6px; margin-top: 6px; border-left: 6px solid #000; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.b2b-panel-body .conte .number-path .page-rings .arrows.arrows-last > a::before { content: ''; position: absolute; top: 4px; left: 23px; margin-top: -6px; margin-top: 6px; border-left: 6px solid #000; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.b2b-panel-body .conte .number-path .page-rings .arrows.arrows-last > a::after { content: ''; position: absolute; top: 16px; left: 30px; margin-top: -6px;  width: 2px; height: 12px; background: #000; }
.b2b-panel-body .conte .number-path .page-rings .arrows > a:hover { background: #53bc87; }

.b2b-panel-body .conte .row { display: inline-block; margin: 2px 0; padding: 2px 25px; vertical-align: top; }
.b2b-panel-body .conte label { display: block; margin: 0 0 3px 0; color: #777; font-size: 13px; font-weight: 300; line-height: 1.1em; text-align: left; }
.b2b-panel-body .conte .row > div { display: block; color: #000; font-size: 14px; font-weight: 800; line-height: 1.1em; text-align: left; }

.b2b-panel-body .conte .small-header .main-header { display: block; width: 100%; margin: 20px auto 10px auto; padding: 15px 0 5px 0; color: #000; font-size: 18px; font-weight: 300; line-height: 1.1em; text-align: left; border-bottom: 1px solid #bbb; text-transform: uppercase; }

.b2b-panel-body .conte > .row:nth-of-type(1) > div,
.b2b-panel-body .conte > .row:nth-of-type(2) > div
	{ font-size: 18px; }

.b2b_profile_panel_profile_change_password.b2b-panel-body .conte  { text-align: center;}
*/
.b2b_profile_panel_profile_change_password.b2b-panel-body .conte #register_form { display: inline-block; text-align: left;  background: #fff; border-radius: 5px; padding: 30px; }
.b2b_profile_panel_profile_change_password.b2b-panel-body .conte #register_form br { display: none;  }
.b2b_profile_panel_profile_change_password.b2b-panel-body .conte .row { margin: 10px 0; text-align: center; }
.b2b_profile_panel_profile_change_password.b2b-panel-body .conte .row:nth-of-type(1)  { width: 100%; text-align: center; }
.b2b_profile_panel_profile_change_password.b2b-panel-body .conte .row:nth-of-type(1) label { text-align: center; }
.b2b_profile_panel_profile_change_password.b2b-panel-body .conte .row:nth-of-type(1) > div span { display: block; width: 100%; height: 32px; font-size: 24px; text-align: center; line-height: 32px; }
.b2b_profile_panel_profile_change_password.b2b-panel-body .conte .row:nth-of-type(2),
.b2b_profile_panel_profile_change_password.b2b-panel-body .conte .row:nth-of-type(5)
	{ display: block; max-width: 500px; }


.b2b_profile_panel_profile_change_password.b2b-panel-body .conte .row:nth-of-type(5)
	{ display: block; max-width: 500px; margin-top: 10px;  }

.b2b_profile_panel_profile_change_password.b2b-panel-body .conte .row:nth-of-type(7)
	{ width: 100%; margin: 30px 0 0 0; text-align: center; }

.b2b_profile_panel_profile_change_password.b2b-panel-body .conte .row.save-settings
	{ width: 100%; margin: 30px 0 0 0; text-align: center; }

.captcha { width: 100%; margin: 10px 0 0 0; text-align: center; }
.captcha > img { display: inline-block; max-width: 80%; margin: 0 10px 0 0; vertical-align: middle; }
.captcha > a { display: inline-block; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.captcha > a img { display: inline-block; vertical-align: middle; }
.captcha > a:hover { opacity: 0.6; }
/*
.b2b-panel-body .conte .row > .button { display: inline-block; height: auto; }
.b2b-panel-body .conte .row > .button span { display: block; height: 40px; padding: 0 50px; margin: 0; background: #000; color: #fff; font-size: 13px; font-weight: 500; line-height: 40px; border-radius: 2px; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;   }
.b2b-panel-body .conte .row > .button span:hover { background: #53bc87; color: #fff;  }

.b2b_profile_panel_payments.b2b-panel-body .conte > .row:nth-of-type(1),
.b2b_profile_panel_payments.b2b-panel-body .conte > .row:nth-of-type(2),
.b2b_profile_panel_payments.b2b-panel-body .conte > .row:nth-of-type(3)
 { display: inline-block; width: 33.33%; margin: 10px 0 20px 0; padding: 20px; background: #eee; border: 1px solid #fff; border-left: none; vertical-align: bottom; }


.b2b_profile_panel_payments.b2b-panel-body .conte > .row:nth-of-type(1) > label,
.b2b_profile_panel_payments.b2b-panel-body .conte > .row:nth-of-type(2) > label,
.b2b_profile_panel_payments.b2b-panel-body .conte > .row:nth-of-type(3) > label
{  text-align: center; }

.b2b_profile_panel_payments.b2b-panel-body .conte > .row:nth-of-type(1) > div,
.b2b_profile_panel_payments.b2b-panel-body .conte > .row:nth-of-type(2) > div,
.b2b_profile_panel_payments.b2b-panel-body .conte > .row:nth-of-type(3) > div
{ font-size: 24px; text-align: center; }

.b2b_profile_panel_payments.b2b-panel-body .conte > .box .graph { display: inline-block; width: 100%; margin: 20px 0; text-align: center; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .box .stats { font-size: 0;}
.b2b_profile_panel_payments.b2b-panel-body .conte > .box .stats .row { display: inline-block; width: 25%; min-width: 120px; margin: 10px 0; padding: 10px 5px; border: 5px solid #fff; vertical-align: bottom; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .box .stats .row label { text-align: center; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .box .stats .row div { font-size: 19px; padding-bottom: 10px; text-align: center; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .box .stats .row.green div { border-bottom: 6px solid #4da037; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .box .stats .row.yellow div { border-bottom: 6px solid #ecce25; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .box .stats .row.red div { border-bottom: 6px solid #e61e1e; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .box .stats .row.all div { border-bottom: 6px solid #000; }

.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter  { position: relative; display: block; width: 500px; margin: 30px auto 5px auto; border: 1px solid rgba(0, 0, 0, 0.08); padding: 20px; text-align: center; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter::before  { content: ''; position: absolute; bottom: -8px; left: 50%; margin-left: -7px; border-top: 7px solid rgba(0, 0, 0, 0.08); border-left: 7px solid transparent; border-right: 7px solid transparent;}
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row { margin-bottom: 10px; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row > div { font-weight: 300; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector { display: inline-block; min-width: 90px; width: auto; height: 32px; margin: 5px; padding: 0; background: transparent; box-shadow: none;  }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector span { position: relative; width: 100%; height: 32px; margin: 0; padding: 0 20px 0 10px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.08); color: #000; font-size: 14px; font-weight: 500; line-height: 32px; border-radius: 0; box-shadow: none; text-shadow: none;  -webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; -o-transition: all 0.1s ease 0s; -ms-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector span::before,
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector span::after { content: ''; position: absolute; top: 15px; right: 15px; width: 11px; height: 2px; background: #000; -webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; -o-transition: all 0.1s ease 0s; -ms-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s;}
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector span::after { -webkit-transform: translateX(7px) rotate(-45deg); -moz-transform: translateX(7px) rotate(-45deg); -o-transform: translateX(7px) rotate(-45deg); -ms-transform: translateX(7px) rotate(-45deg); transform: translateX(7px) rotate(-45deg);}
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector:hover span { border: 1px solid #53bc87; color: #53bc87; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector:hover span::after,
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector:hover span::before
 { background-color: #53bc87;}
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector.selected { height: 36px; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector.selected span { height: 36px; border: 3px solid #53bc87; color: #53bc87; font-weight: 700; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector.selected span::after,
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector.selected span::before
 { background-color: #53bc87;}
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector.selected:hover { height: 36px; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector.selected:hover span { height: 36px; border: 3px solid #53bc87; color: #53bc87; font-weight: 700; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector.selected:hover span::after,
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector.selected:hover span::before
 { background-color: #53bc87;}
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector select { width: 100%; height: 32px; margin: 0; padding: 0;}
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input div.selector select option { background: #fff; padding: 5px; border-top: 1px solid #ccc; color: #666; font-size: 13px; font-weight: 300; line-height: 16px;}
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter label { display: block; margin: 10px 0 20px 0; color: #000; font-size: 18px; font-weight: 300; line-height: 1.1em; text-transform: uppercase; text-align: center; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input  { color: #888; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .row .input .selector { width: 30%; max-width: 140px; margin: 0 10px 10px 10px; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .filter_actions .button { display: inline-block; height: auto; text-align: center; vertical-align: middle; }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .filter_actions .button span { display: inline-block; height: 35px; padding: 0 30px; margin: 0; background: #53bc87; color: #fff; font-size: 12px; font-weight: 500; line-height: 35px; border-radius: 2px; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;   }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .filter_actions .button span:hover { background: #000; color: #fff;  }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .filter_actions > a { display: inline-block; height: 22px; margin: 0 10px; padding: 0 15px; font-size: 11px; background: #aaa; color: #444; font-weight: 500; line-height: 22px; border-radius: 2px; vertical-align: middle; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;  }
.b2b_profile_panel_payments.b2b-panel-body .conte > .frontend_filter form .filter_actions > a:hover {  background: #000; color: #fff;  }
.b2b_profile_panel_payments.b2b-panel-body .conte table tr td a { display: block; width: auto; margin: 4px; white-space: nowrap; padding: 2px 10px; background: rgba(0, 0, 0, 0.08); color: #444; font-size: 12px; font-weight: 500; border-radius: 50px; text-align: center; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;  }
.b2b_profile_panel_payments.b2b-panel-body .conte table tr td a:hover  { background: #53bc87; color: #fff; }
*/


.b2b-panel-body .conte ul.reports {  display: flex; flex-flow: row nowrap; align-items: stretch;  margin: 30px 0 0 0; padding: 20px; background:  #fff; border-radius: 5px; font-size: 0; }
.b2b-panel-body .conte ul.reports li { display: inline-block; padding: 30px 30px 30px 30px; border-left: 1px solid rgba(0, 0, 0, 0.08);  text-align: center;  }
.b2b-panel-body .conte ul.reports li:first-child { border-left: 1px solid #fff;  }
.b2b-panel-body .conte ul.reports li span { display: block; width: 100%;  color: #000; font-size: 13px; font-weight: 500; }
.b2b-panel-body .conte ul.reports li a { position: relative; display: inline-block; margin: 10px; padding: 10px 20px; background: #388af8; color: #fff; font-size: 12px; font-weight: 500; line-height: 14px; border-radius: 50px; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.b2b-panel-body .conte ul.reports li a::before { content: ''; position: absolute; bottom: -6px; left: 50%; margin-left: -6px; border-top: 6px solid #388af8; border-left: 6px solid transparent; border-right: 6px solid transparent; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.b2b-panel-body .conte ul.reports li a:hover { background: #005be2; color: #fff;}
.b2b-panel-body .conte ul.reports li a:hover::before { border-top: 6px solid #005be2;   }
/*
.b2b-panel-body .conte.reports-calendar form { display: inline-block; width: 100%; margin-top: 30px; text-align: center;}
.b2b-panel-body .conte.reports-calendar form .row { display: block; margin: 0 0 25px 0; text-align: ; }
.b2b-panel-body .conte.reports-calendar form .row label { display: inline-block; margin: 0 0 5px 0; padding: 0 0 0 0; color: #666; font-size: 13px; font-weight: 300; line-height: 16px; vertical-align: middle; text-align: left; }
.b2b-panel-body .conte.reports-calendar form .row .input  { color: #888; text-align: center; }
.b2b-panel-body .conte.reports-calendar form .row .input div.selector { display: inline-block; width: 30%; height: 32px; margin: 0 10px; padding: 0; background: transparent; box-shadow: none;  }
.b2b-panel-body .conte.reports-calendar form .row .input #uniform-filter_date_from_month.selector,
.b2b-panel-body .conte.reports-calendar form .row .input #uniform-filter_date_to_month.selector,
.b2b-panel-body .conte.reports-calendar form .row .input #uniform-filter_date_from_day.selector,
.b2b-panel-body .conte.reports-calendar form .row .input #uniform-filter_date_to_day.selector
 { max-width: 120px; }
.b2b-panel-body .conte.reports-calendar form .row .input #uniform-filter_date_to_year.selector,
.b2b-panel-body .conte.reports-calendar form .row .input #uniform-filter_date_from_year.selector
 { max-width: 180px; }
.b2b-panel-body .conte.reports-calendar form .row .input #uniform-filter_count.selector
 { max-width: 120px; }
.b2b-panel-body .conte.reports-calendar form .row .input div.selector span { position: relative; width: 100%; height: 32px; margin: 0; padding: 0 20px 0 10px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.08); color: #000; font-size: 14px; font-weight: 500; line-height: 32px; border-radius: 0; box-shadow: none; text-shadow: none;  -webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; -o-transition: all 0.1s ease 0s; -ms-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s; }
.b2b-panel-body .conte.reports-calendar form .row .input div.selector span::before,
.b2b-panel-body .conte.reports-calendar form .row .input div.selector span::after { content: ''; position: absolute; top: 15px; right: 15px; width: 11px; height: 2px; background: #000; -webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; -o-transition: all 0.1s ease 0s; -ms-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s;}
.b2b-panel-body .conte.reports-calendar form .row .input div.selector span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.b2b-panel-body .conte.reports-calendar form .row .input div.selector span::after { -webkit-transform: translateX(7px) rotate(-45deg); -moz-transform: translateX(7px) rotate(-45deg); -o-transform: translateX(7px) rotate(-45deg); -ms-transform: translateX(7px) rotate(-45deg); transform: translateX(7px) rotate(-45deg);}
.b2b-panel-body .conte.reports-calendar form .row .input div.selector:hover span { border: 1px solid #53bc87; color: #53bc87; }
.b2b-panel-body .conte.reports-calendar form .row .input div.selector:hover span::after,
.b2b-panel-body .conte.reports-calendar form .row .input div.selector:hover span::before
 { background-color: #53bc87;}
.b2b-panel-body .conte.reports-calendar form .row .input div.selector.selected { height: 36px; }
.b2b-panel-body .conte.reports-calendar form .row .input div.selector.selected span { height: 36px; border: 3px solid #53bc87; color: #53bc87; font-weight: 700; }
.b2b-panel-body .conte.reports-calendar form .row .input div.selector.selected span::after,
.b2b-panel-body .conte.reports-calendar form .row .input div.selector.selected span::before
 { background-color: #53bc87;}
.b2b-panel-body .conte.reports-calendar form .row .input div.selector.selected:hover { height: 36px; }
.b2b-panel-body .conte.reports-calendar form .row .input div.selector.selected:hover span { height: 36px; border: 3px solid #53bc87; color: #53bc87; font-weight: 700; }
.b2b-panel-body .conte.reports-calendar form .row .input div.selector.selected:hover span::after,
.b2b-panel-body .conte.reports-calendar form .row .input div.selector.selected:hover span::before
 { background-color: #53bc87;}
.b2b-panel-body .conte.reports-calendar form .row .input div.selector select { width: 100%; height: 32px; margin: 0; padding: 0;}
.b2b-panel-body .conte.reports-calendar form .row .input div.selector select option { background: #fff; padding: 5px; border-top: 1px solid #ccc; color: #666; font-size: 13px; font-weight: 300; line-height: 16px;}
.b2b-panel-body .conte.reports-calendar form .button { display: inline-block; height: auto; }
.b2b-panel-body .conte.reports-calendar form .button span { display: block; height: 40px; padding: 0 50px; margin: 0; background: #53bc87; color: #fff; font-size: 13px; font-weight: 500; line-height: 40px; border-radius: 2px; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;   }
.b2b-panel-body .conte.reports-calendar form .button span:hover { background: #000; color: #fff;  }
*/
/*

.b2b-panel-body .conte .add_form { display: block; height: auto; text-align: center; }
.b2b-panel-body .conte .add_form a { display: inline-block; height: 40px; padding: 0 50px; margin: 0; background: #53bc87; color: #fff; font-size: 13px; font-weight: 500; line-height: 40px; border-radius: 2px; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;   }
.b2b-panel-body .conte .add_form a:hover { background: #000; color: #fff;  }

.b2b-panel-body .empty-positions { display: block; max-width: 100%; margin: 30px auto; background: #eee; padding: 20px; color: #999; font-size: 16px; font-weight: 500; text-align: center; }
*/
.b2b-panel-body .conte ul.input_download { font-size: 0; padding: 30px; background: #fff; border-radius: 5px; }
.b2b-panel-body .conte ul.input_download li { display: inline-block; width: 100%; padding: 10px 30px 20px 30px; text-align: center;  }
.b2b-panel-body .conte ul.input_download li input { width: 100%; height: 32px;  padding: 0 10px; color: #888; font-size: 13px; font-weight: 600; line-height: 32px; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.b2b-panel-body .conte ul.input_download li:hover input {  color: #000; }
.b2b-panel-body .conte ul.input_download li a { position: relative; display: inline-block; height: 25px; margin: 10px; padding: 0 20px; background: #388af8; color: #fff; font-size: 12px; font-weight: 500; line-height: 25px; border-radius: 50px; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.b2b-panel-body .conte ul.input_download li a::before { content: ''; position: absolute; top: -6px; left: 50%; margin-left: -6px; border-bottom: 6px solid #388af8; border-left: 6px solid transparent; border-right: 6px solid transparent; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.b2b-panel-body .conte ul.input_download li a:hover { background: #005be2; color: #fff;}
.b2b-panel-body .conte ul.input_download li a:hover::before { border-bottom: 6px solid #005be2;   }


.b2b-panel-body .conte.create form { font-size: 0; text-align: left; background: #fff; padding: 30px; border-radius: 5px;}
.b2b-panel-body .conte.create form br { display: none; }
.b2b-panel-body .conte.create form > .row { display: inline-block; width: 100%; font-size: 15px;}
.b2b-panel-body .conte.create form > .row .input > fieldset { border: none;}
.b2b-panel-body .conte.create form > .row:nth-of-type(1) {  margin: 10px 0 20px 0; padding: 20px 0 30px 0; width: 100%; text-align: center; border-bottom: 1px dotted #ccc; }
.b2b-panel-body .conte.create form > .row:nth-of-type(1) label { font-size: 16px; display: block; text-align: center; }
.b2b-panel-body .conte.create form > .row:nth-of-type(1) .input { display: inline-block; width: auto; min-width: 300px; max-width: 500px;  }
.b2b-panel-body .conte.create form > .row:nth-of-type(2) { width: 100%;}
.b2b-panel-body .conte.create form > .row:nth-of-type(2) > .input { margin: 10px 0; text-align: left;}
.b2b-panel-body .conte.create form > .row:nth-of-type(2) > .input fieldset  { font-size: 0;}
.b2b-panel-body .conte.create form > .row:nth-of-type(2) > .input fieldset .row { display: inline-block; padding: 0 20px 0 0;	 width: 50%;}
.b2b-panel-body .conte.create form > .row:nth-of-type(2) > .input fieldset .row:nth-of-type(2) { padding: 0;}
.b2b-panel-body .conte.create form > .row > .input textarea { width: 100%; padding: 10px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.08); color: #888; font-size: 13px; font-weight: 500; line-height: 16px; border-radius: 2px; box-shadow: none;}
.b2b-panel-body .conte.create form > .row > .input textarea:hover { background: #fff; border: 1px solid #888; color: #444; }
.b2b-panel-body .conte.create form > .row > .input textarea:focus { background: #fff; border: 1px solid #888; color: #000; box-shadow: none; }
.b2b-panel-body .conte.create form > .row:nth-of-type(4),
.b2b-panel-body .conte.create form > .row:nth-of-type(5),
.b2b-panel-body .conte.create form > .row:nth-of-type(6),
.b2b-panel-body .conte.create form > .row:nth-of-type(7)
{ width: 25%; min-width: 120px; margin-top: 15px; padding: 0 25px; vertical-align: bottom;}
.b2b-panel-body .conte.create form > .row:nth-of-type(8) { margin: 10px 0; text-align: left; margin: 20px 0 30px 0; padding: 20px 0 10px 0; border-bottom: 1px dotted #ccc; border-top: 1px dotted #ccc; }
.b2b-panel-body .conte.create form > .row:nth-of-type(8) > .input > div > .row { display: inline-block; width: 100%; margin: 5px 0 5px 0; padding: 15px 25px 15px 25px; background: #eee; color: #000; font-size: 14px; font-weight: 500;  text-align: left; }
.b2b-panel-body .conte.create form > .row:nth-of-type(8) > .input > div > .row > label { color: #000; font-size: 14px; font-weight: 500;  }
.b2b-panel-body .conte.create form > .row:nth-of-type(8) > .input > div > .row .input fieldset  { display: block; width: 100%; text-align: left;}
.b2b-panel-body .conte.create form > .row:nth-of-type(8) > .input > div > .row .input fieldset > .row { display: inline-block; margin-top: 5px; min-width: 200px; padding-right: 20px; vertical-align: top;}
.b2b-panel-body .conte.create form > .row:nth-of-type(8) > .input > div > .row .input fieldset > .row:nth-of-type(1) { min-width: 500px; }
.b2b-panel-body .conte.create form > .row:nth-of-type(8) > .input > div > .row .input fieldset > .row:nth-of-type(2) { min-width: auto; width: 100px; }
.b2b-panel-body .conte.create form > .row:nth-of-type(8) > .input > div > .row .input fieldset > .row:nth-of-type(3) { min-width: auto; width: 230px; }
.b2b-panel-body .conte.create form > .row:nth-of-type(8) > .input > div > .row .input fieldset > .row:nth-of-type(4) { min-width: 340px; }
.b2b-panel-body .conte.create form > .row:nth-of-type(8) > .input > div > .row .input fieldset > .row:nth-of-type(4) .input {  font-size: 0; display: flex; flex-flow: row nowrap; align-items: center; justify-content: flex-start;}
.b2b-panel-body .conte.create form > .row:nth-of-type(8) > .input > div > .row .input fieldset > .row:nth-of-type(4) .input div.selector { max-width: 80px; margin: 0 5px 0 0; }
.b2b-panel-body .conte.create form > .row #add-another-product-reclamation-item { display: inline-block; height: 35px; padding: 0 20px; margin: 0; background: #000; color: #fff; font-size: 13px; font-weight: 500; line-height: 35px; border-radius: 2px; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.b2b-panel-body .conte.create form > .row #add-another-product-reclamation-item:hover { background: #005be2; color: #fff;  }
.b2b-panel-body .conte.create form > .row:nth-of-type(9)  { text-align: left; margin: 0 0 30px 0; padding: 0 0 10px 0; border-bottom: 1px dotted #ccc; }
.b2b-panel-body .conte.create form > .row:nth-of-type(9) > .input > div  { font-size: 0; }
.b2b-panel-body .conte.create form > .row:nth-of-type(9) > .input > div > .row { display: inline-block; width: 50%; margin: 10px 0 10px 0; padding: 0 20px 0 20px; font-size: 14px; vertical-align: top; text-align: left; }
.b2b-panel-body .conte.create form > .row:nth-of-type(9) > .input > div > .row label { font-size: 14px; color: #000; font-weight: 500; }
.b2b-panel-body .conte.create form > .row:nth-of-type(9) > .input > div > .row > .input  { width: 100%; margin-top: 5px; padding-top: 10px; }
.b2b-panel-body .conte.create form > .row:nth-of-type(9) > .input > div > .row .input fieldset .row  { width: 100%; }
.b2b-panel-body .conte.create form > .row:nth-of-type(9) > .input > div > .row .input fieldset .row .input .help { margin-top: 5px; font-size: 12px; color: #888; font-weight: 300; }
.b2b-panel-body .conte.create form > .row #add-another-product-reclamation-attachment { display: inline-block; height: 35px; padding: 0 20px; margin: 0; background: #000; color: #fff; font-size: 13px; font-weight: 500; line-height: 35px; border-radius: 2px; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.b2b-panel-body .conte.create form > .row #add-another-product-reclamation-attachment:hover { background: #005be2; color: #fff;  }
.b2b-panel-body .conte.create form .button { display: inline-block; width: 100%; height: auto; text-align: center; }
.b2b-panel-body .conte.create form .button span { display: inline-block; height: 40px; padding: 0 50px; margin: 0; background: #53bc87; color: #fff; font-size: 13px; font-weight: 500; line-height: 40px; border-radius: 2px; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.b2b-panel-body .conte.create form .button span:hover { background: #000; color: #fff;  }
.b2b-panel-body .conte.create form .row label { display: inline-block; margin: 0 0 5px 0; padding: 0 0 0 0; color: #666; font-size: 13px; font-weight: 300; line-height: 16px; vertical-align: middle; text-align: left; }
.b2b-panel-body .conte.create form .row .input div.selector { display: inline-block; width: 100%; height: 32px; margin: 0; padding: 0; background: transparent; box-shadow: none;  }
.b2b-panel-body .conte.create form .row .input div.selector span { position: relative; width: 100%; height: 32px; margin: 0; padding: 0 20px 0 10px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.08); color: #000; font-size: 14px; font-weight: 500; line-height: 32px; border-radius: 0; box-shadow: none; text-shadow: none;  -webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; -o-transition: all 0.1s ease 0s; -ms-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s; }
.b2b-panel-body .conte.create form .row .input div.selector span::before,
.b2b-panel-body .conte.create form .row .input div.selector span::after { content: ''; position: absolute; top: 15px; right: 15px; width: 11px; height: 2px; background: #000; -webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; -o-transition: all 0.1s ease 0s; -ms-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s;}
.b2b-panel-body .conte.create form .row .input div.selector span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.b2b-panel-body .conte.create form .row .input div.selector span::after { -webkit-transform: translateX(7px) rotate(-45deg); -moz-transform: translateX(7px) rotate(-45deg); -o-transform: translateX(7px) rotate(-45deg); -ms-transform: translateX(7px) rotate(-45deg); transform: translateX(7px) rotate(-45deg);}
.b2b-panel-body .conte.create form .row .input div.selector:hover span { border: 1px solid #53bc87; color: #53bc87; }
.b2b-panel-body .conte.create form .row .input div.selector:hover span::after,
.b2b-panel-body .conte.create form .row .input div.selector:hover span::before
 { background-color: #53bc87;}
.b2b-panel-body .conte.create form .row .input div.selector.selected { height: 36px; }
.b2b-panel-body .conte.create form .row .input div.selector.selected span { height: 36px; border: 3px solid #53bc87; color: #53bc87; font-weight: 700; }
.b2b-panel-body .conte.create form .row .input div.selector.selected span::after,
.b2b-panel-body .conte.create form .row .input div.selector.selected span::before
 { background-color: #53bc87;}
.b2b-panel-body .conte.create form .row .input div.selector.selected:hover { height: 36px; }
.b2b-panel-body .conte.create form .row .input div.selector.selected:hover span { height: 36px; border: 3px solid #53bc87; color: #53bc87; font-weight: 700; }
.b2b-panel-body .conte.create form .row .input div.selector.selected:hover span::after,
.b2b-panel-body .conte.create form .row .input div.selector.selected:hover span::before
 { background-color: #53bc87;}
.b2b-panel-body .conte.create form .row .input div.selector select { width: 100%; height: 32px; margin: 0; padding: 0;}
.b2b-panel-body .conte.create form .row .input div.selector select option { background: #fff; padding: 5px; border-top: 1px solid #ccc; color: #666; font-size: 13px; font-weight: 300; line-height: 16px;}

.b2b-panel-body .conte div.uploader { position: relative; width: 100%; height: 35px; border: 1px solid #ccc;  }
.b2b-panel-body .conte div.uploader input { position: relative; width: 100%; height: 35px; background: #fff;  color: #000; font-size: 13px; font-weight: 500; line-height: 35px;  border: none; z-index: 9; cursor: pointer; }
.b2b-panel-body .conte div.uploader .filename { position: absolute; top: 0; right: 0; width: 100%; height: 35px; margin: 0; padding: 0 10px; background: #fff; color: #000; font-size: 13px; font-weight: 500; line-height: 35px;  border: none; z-index: 2; }
.b2b-panel-body .conte div.uploader .action { position: absolute; top: 1px; right: 1px; height: 31px; padding: 0 15px; background: #000; color: #fff; font-size: 12px; font-weight: 500; line-height: 31px; text-shadow: none; border: none; z-index: 3; }
.b2b-panel-body .conte div.uploader:hover .action { background: #005be2; color: #fff;  }

.b2b-panel-body .ui-datepicker-trigger { display: inline-block; height: 28px; padding: 0 5px; background: #000; color: #fff; border: none; cursor: pointer; border-radius: 3px; vertical-align: middle; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.b2b-panel-body .ui-datepicker-trigger:hover { background: #005be2; color: #fff; }
.b2b-panel-body .ui-datepicker { position: absolute; top: -99999em; left: -99999em; background: #eee; padding: 20px; box-shadow: 0 0 20px rgba(0,0,0,0.4); border-radius: 3px; }
/*.b2b-panel-body .ui-datepicker a.ui-datepicker-prev { left: 2px ; position: absolute; display: inline-block; width: 30px; height: 30px; background: #ccc; cursor: pointer; border-radius: 3px;  }
.b2b-panel-body .ui-datepicker a.ui-datepicker-prev::before { content: ''; position: absolute; top: 10px; left: 11px;  border-right: 6px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.b2b-panel-body .ui-datepicker a.ui-datepicker-prev-hover { left: 2px; background: #000;}
.b2b-panel-body .ui-datepicker a.ui-datepicker-next { right: 2px; position: absolute; display: inline-block; width: 30px; height: 30px; background: #ccc; cursor: pointer; border-radius: 3px;  }
.b2b-panel-body .ui-datepicker a.ui-datepicker-next::before { content: ''; position: absolute; top: 10px; left: 13px;  border-left: 6px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.b2b-panel-body .ui-datepicker a.ui-datepicker-next-hover { right: 2px; background: #000;}*/
.b2b-panel-body .ui-datepicker td span,
.b2b-panel-body .ui-datepicker td a { text-align: center;}
.b2b-panel-body .ui-datepicker td a:hover,
.b2b-panel-body .ui-datepicker td a.ui-state-active
 { background: #000; color: #fff; }
/*
.b2b-panel-body .conte h4 .header-suplement { float: right; color: #888; font-size: 13px; font-weight: 300; line-height: 1.1em;}
.b2b-panel-body .conte h4 .header-suplement strong { display: inline-block; margin: 0 0 0 5px; color: #666; font-weight: 600;}
.b2b-panel-body .conte h4 .header-status { float: right; color: #888; font-size: 12px; font-weight: 300; line-height: 1.3em; text-align: right; text-transform: none; }
.b2b-panel-body .conte h4 .header-status strong {  display: block; margin: 0 0 0 5px; color: #000; font-size: 16px; font-weight: 600;  text-transform: uppercase;}

.b2b-panel-body .conte .back_to_panel { display: block; margin: 40px 0 20px 0; text-align: center; }
.b2b-panel-body .conte .back_to_panel a { display: inline-block; height: 40px; padding: 0 50px; margin: 0; background: #888; color: #fff; font-size: 13px; font-weight: 500; line-height: 40px; border-radius: 2px; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.b2b-panel-body .conte .back_to_panel a:hover { background: #000; color: #fff;}

.b2b_profile_panel_product_reclamation_show .conte .box { font-size: 0;}
.b2b_profile_panel_product_reclamation_show .conte .box .row { margin: 10px 0;}
.b2b_profile_panel_order_show .conte .box { font-size: 0;}
.b2b_profile_panel_order_show .conte .box .row { margin: 10px 0;}
.b2b_profile_panel_show_sales_document .conte .box { font-size: 0;}
.b2b_profile_panel_show_sales_document .conte .box .row { margin: 10px 0;}

.b2b-panel-body .row.comments { width: 100%; }
.b2b-panel-body .row.comments div { font-size: 13px; font-weight: 500; line-height: 18px;}

.b2b-panel-body .conte.create_b2b_subaccounts form { font-size: 0; text-align: left;}
.b2b-panel-body .conte.create_b2b_subaccounts form > .row { display: inline-block; min-width: 120px; width: 25%; font-size: 15px;}
.b2b-panel-body.b2b_profile_panel_subaccount_edit .conte.create_b2b_subaccounts form > .row:nth-of-type(1) { width: 100%;}
.b2b-panel-body.b2b_profile_panel_subaccount_edit .conte.create_b2b_subaccounts form > .row:nth-of-type(2) { width: 100%;}
.b2b-panel-body.b2b_profile_panel_subaccount_edit .conte.create_b2b_subaccounts form > .row:nth-of-type(10) { width: 100%; margin-top: 20px; padding-top: 30px; border-top: 1px dotted #ccc;}

.b2b_profile_panel_subaccount_edit.b2b-panel-body .conte.create_b2b_subaccounts form > .row:nth-of-type(10) { border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; margin: 20px 0; padding-top: 30px; width: 100%; }
.b2b_profile_panel_subaccount_edit.b2b-panel-body .conte.create_b2b_subaccounts form > .row:nth-of-type(10) > .input > fieldset > .row:nth-of-type(2) { width: 10%;}
.b2b_profile_panel_subaccount_edit.b2b-panel-body .conte.create_b2b_subaccounts form > .row:nth-of-type(10) > .input > fieldset > .row:nth-of-type(3) { width: 65%;}

.b2b_profile_panel_subaccount_create.b2b-panel-body .conte.create_b2b_subaccounts form > .row:nth-of-type(8) { border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; margin: 20px 0; padding-top: 30px; width: 100%; }
.b2b_profile_panel_subaccount_create.b2b-panel-body .conte.create_b2b_subaccounts form > .row:nth-of-type(8) > .input > fieldset > .row:nth-of-type(2) { width: 10%;}
.b2b_profile_panel_subaccount_create.b2b-panel-body .conte.create_b2b_subaccounts form > .row:nth-of-type(8) > .input > fieldset > .row:nth-of-type(3) { width: 65%;}


.b2b-panel-body .conte.create_b2b_subaccounts form > .row .input > fieldset { border: none; font-size: 0;}
.b2b-panel-body .conte.create_b2b_subaccounts form > .row .input > fieldset > .row { width: 25%;}
.b2b-panel-body .conte.create_b2b_subaccounts form > .row .input > fieldset > .row:nth-of-type(5) { width: 100%;}
.b2b-panel-body .conte.create_b2b_subaccounts form > .row .input > fieldset > .row:nth-of-type(5) .checkbox_list li { margin: 10px 0;}
.b2b-panel-body .conte.create_b2b_subaccounts form > .row .input > fieldset > .row:nth-of-type(5) .checkbox_list li label { margin: 0;}
.b2b-panel-body .conte.create_b2b_subaccounts form > .row > .input textarea { width: 100%; padding: 10px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.08); color: #888; font-size: 13px; font-weight: 500; line-height: 16px; border-radius: 2px; box-shadow: none;}
.b2b-panel-body .conte.create_b2b_subaccounts form > .row > .input textarea:hover { background: #fff; border: 1px solid #888; color: #444; }
.b2b-panel-body .conte.create_b2b_subaccounts form > .row > .input textarea:focus { background: #fff; border: 1px solid #888; color: #000; box-shadow: none; }

.b2b-panel-body .conte.create_b2b_subaccounts form .action-box { display: block; width: 100%; margin: 20px 0; text-align: center;  }
.b2b-panel-body .conte.create_b2b_subaccounts form .button { display: block; height: auto; text-align: center; vertical-align: middle;}
.b2b-panel-body.b2b_profile_panel_subaccount_edit .conte.create_b2b_subaccounts form .button { display: inline-block; height: auto; text-align: center; vertical-align: middle;}
.b2b-panel-body .conte.create_b2b_subaccounts form .button span { display: inline-block; height: 40px; padding: 0 50px; margin: 0 10px; background: #53bc87; color: #fff; font-size: 13px; font-weight: 500; line-height: 40px; border-radius: 2px; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.b2b-panel-body .conte.create_b2b_subaccounts form .button span:hover { background: #000; color: #fff;  }
.b2b-panel-body .conte.create_b2b_subaccounts form .cancel { display: inline-block; height: 40px; padding: 0 50px; margin: 0 10px; background: rgba(0, 0, 0, 0.08); color: #444; font-size: 13px; font-weight: 500; line-height: 40px; border-radius: 2px;  vertical-align: middle; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;}
.b2b-panel-body .conte.create_b2b_subaccounts form .cancel:hover { background: #444;  color: #fff; }

.b2b-panel-body .conte.create_b2b_subaccounts form .row label { display: inline-block; margin: 0 0 5px 0; padding: 0 0 0 0; color: #666; font-size: 13px; font-weight: 300; line-height: 16px; vertical-align: middle; text-align: left; }
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector { display: inline-block; width: 100%; height: 32px; margin: 0; padding: 0; background: transparent; box-shadow: none;  }
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector span { position: relative; width: 100%; height: 32px; margin: 0; padding: 0 20px 0 10px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.08); color: #000; font-size: 14px; font-weight: 500; line-height: 32px; border-radius: 0; box-shadow: none; text-shadow: none;  -webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; -o-transition: all 0.1s ease 0s; -ms-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s; }
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector span::before,
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector span::after { content: ''; position: absolute; top: 15px; right: 15px; width: 11px; height: 2px; background: #000; -webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; -o-transition: all 0.1s ease 0s; -ms-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s;}
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector span::after { -webkit-transform: translateX(7px) rotate(-45deg); -moz-transform: translateX(7px) rotate(-45deg); -o-transform: translateX(7px) rotate(-45deg); -ms-transform: translateX(7px) rotate(-45deg); transform: translateX(7px) rotate(-45deg);}
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector:hover span { border: 1px solid #53bc87; color: #53bc87; }
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector:hover span::after,
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector:hover span::before
 { background-color: #53bc87;}
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector.selected { height: 36px; }
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector.selected span { height: 36px; border: 3px solid #53bc87; color: #53bc87; font-weight: 700; }
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector.selected span::after,
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector.selected span::before
 { background-color: #53bc87;}
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector.selected:hover { height: 36px; }
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector.selected:hover span { height: 36px; border: 3px solid #53bc87; color: #53bc87; font-weight: 700; }
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector.selected:hover span::after,
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector.selected:hover span::before
 { background-color: #53bc87;}
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector select { width: 100%; height: 32px; margin: 0; padding: 0;}
.b2b-panel-body .conte.create_b2b_subaccounts form .row .input div.selector select option { background: #fff; padding: 5px; border-top: 1px solid #ccc; color: #666; font-size: 13px; font-weight: 300; line-height: 16px;}



.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr td.action-reorder { position: relative;  border-left: 1px solid rgba(0,0,0,0.1); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr td.action-reorder .reorder-nav {  }
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr td.action-reorder .reorder-nav span { display: block; width: 50px; height: 35px; background: #aaa url('/redipsStorePlugin/gfx/ico-reorder.svg') no-repeat center; color: #fff; text-indent: -9999em; border-radius: 50px;  -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr td.action-reorder:hover  { background: #05bc88 }
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr td.action-reorder:hover .reorder-nav span,
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr.open-reorder-panel td.action-reorder,
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr.open-reorder-panel td.action-reorder span
 {  background-color: #05bc88; }
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr td.action-reorder .reorder-nav ul {  position: relative;  opacity: 0; visibility: hidden;  position: absolute; top: 0; right: 80px; display: table; width: auto; background: #fff; border: 3px solid #fff; box-shadow: -10px 0 12px rgba(0,0,0,0.5); z-index: 8; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr.open-reorder-panel td.action-reorder .reorder-nav ul,
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr td.action-reorder:hover .reorder-nav ul {  opacity: 1; visibility: visible; right: 70px; }
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr td.action-reorder .reorder-nav ul::before { content: ''; position: absolute; top: 20%; left: -9px; border-right: 9px solid #fff; border-top: 9px solid transparent; border-bottom: 9px solid transparent; }

.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr td.action-reorder .reorder-nav ul li { display: table-cell; padding: 20px 30px; border-left: 1px solid rgba(0, 0, 0, 0.1); text-align: center; }
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr td.action-reorder .reorder-nav ul li:first-child {  border-left: 1px solid transparent; }
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr td.action-reorder .reorder-nav ul li .secound-header { display: block; margin: 5px 0 10px 0; color: #222; font-size: 18px; font-weight: 800; line-height: 1.2em; white-space: nowrap; text-align: center; }
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr td.action-reorder .reorder-nav ul li a { display: inline-block; width: auto; margin: 4px 0; white-space: nowrap; padding: 4px 10px; background: #e5e5e5; color: #444; font-size: 13px; font-weight: 500; border-radius: 50px; text-align: center; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;  }
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr td.action-reorder .reorder-nav ul li a:hover  { background: #53bc87; color: #fff; }
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr td .secound-label { display: block; font-size: 11px; font-weight: 300; color: #777; text-transform: uppercase;}
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table tbody tr td .more-than-one { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 500;}
.b2b-panel-body[class*="b2b_profile_panel_orders"] .conte table thead tr td { font-size: 12px; padding: 5px;}
*/


.back-to-home-or-login {
  display: block;
  width: 100%;
  font-size: 0;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 5px;
  text-align: left;
}

.back-to-home-or-login > div {
  display: inline-block;
  width: 100%;
  padding: 10px 15px 0 15px;
  color: #777;
  font-size: 13px;
  font-weight: 300;
  vertical-align: middle;
  line-height: 1.4;
}

.back-to-home-or-login > div a {
  display: block;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}

.back-to-home-or-login > div a:hover {
  color: #000;
}

.info-about-sub .info-header {
  color: #888;
  font-size: 12px;
  font-weight: 500;
}

.info-about-sub .info_description_text p {
  display: block;
  padding: 5px 0 3px 0;
  color: #444;
  font-size: 14px;
  font-weight: 500;

}

.info-about-sub .info_description_text ul,
.info-about-sub .info_description_text ol {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 5px;

}

.info-about-sub .info_description_text ul li,
.info-about-sub .info_description_text ol li {
  min-width: 20%;
  margin: 0 5px 0 0;
  padding: 6px 10px 6px 10px;
  color: #222;
  font-size: 12px;
  font-weight: 500;
}

.info-about-sub .info_description_text ul li::before,
.info-about-sub .info_description_text ol li::before {
  display: inline-block;
  margin-right: 4px;
  content: '\f178';
  font-family: 'fontawesome';
  font-size: 10px;
  color: #888;
  font-weight: normal;
}

.b2b-panel-body.b2b_profile_panel_subaccount_edit  #profile_tabs .conte form > .row:nth-of-type(9) {
  width: auto;
  margin: 5px 0;
  padding: 0 29px;
  border-top: none;
}
.b2b-panel-body.b2b_profile_panel_subaccount_edit  #profile_tabs .conte form > .row:nth-of-type(10) {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #ddd;
}

/* LEGENDA WE WSPARCIU DODANA DLA ARROW */
[class*="b2b_profile_panel_sales_document_items"] .conte ul.legend { padding: 15px 20px 5px 20px; background: #fff; border-radius: 5px;}
[class*="b2b_profile_panel_sales_document_items"] .conte ul.legend lh { display: block; margin-bottom: 5px; color: #888; font-size: 13px; font-weight: 300; }
[class*="b2b_profile_panel_sales_document_items"] .conte ul.legend li { display: inline-block; max-width: 200px; margin-right: 20px; margin-bottom: 10px; }
[class*="b2b_profile_panel_sales_document_items"] .conte .support_time { position:relative; display: flex; flex-flow: row nowrap; align-items: center; justify-content: flex-start;}
[class*="b2b_profile_panel_sales_document_items"] .conte .support_time::before { content: ''; display: inline-block; margin-right: 5px; font-size: 16px;  }
[class*="b2b_profile_panel_sales_document_items"] .conte .support_time.old::before { content:'\f2d3'; font-family: 'fontawesome'; color: #f51c35; }
[class*="b2b_profile_panel_sales_document_items"] .conte .support_time.ending::before { content:'\f071'; font-family: 'fontawesome'; color: #ffa200; }
[class*="b2b_profile_panel_sales_document_items"] .conte .support_time.ok::before { content:'\f1cd'; font-family: 'fontawesome'; color: #30c769; }

[class*="b2b_profile_panel_sales_document_items"] .conte .support_time h3 { color: #666; display: inline-block; font-size: 12px; font-weight: 500; margin: 2px 0 2px 0; padding: 0; }
/*[class*="b2b_profile_panel_sales_document_items"] .conte .support_time.old h3 { color: #f51c35; }
[class*="b2b_profile_panel_sales_document_items"] .conte .support_time.ending h3 { color: #ffa200; }
[class*="b2b_profile_panel_sales_document_items"] .conte .support_time.ok h3 { color: #30c769; } */




.login-b2b-box .user_login_box #login_form .user_forms_login > .row {
  position: relative;
}

.login-b2b-box .user_login_box #login_form .user_forms_login > .row_error {
  padding-top: 30px;
}

.login-b2b-box .error_list {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  line-height: 1.2;
}
.login-b2b-box .error_list li {
  padding: 10px 5px;
}
.login-b2b-box .error_list  a {
  font-weight: 800;
  color: #fff;
}




.b2b-panel-body.b2b_profile_edit_main_account #profile_tabs .conte form {
  display: block;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  font-size: 0;
  overflow: visible !important;
}
.b2b-panel-body.b2b_profile_edit_main_account #profile_tabs .conte form  > .row {
  display: inline-block;
  width: 100%;
  max-width: 700px;
  margin: 5px 0;
  padding: 0 20px;
  vertical-align: middle;
}
.b2b-panel-body.b2b_profile_edit_main_account #profile_tabs .conte form  > .row:nth-of-type(1) {
  width: 20%;
}
.b2b-panel-body.b2b_profile_edit_main_account #profile_tabs .conte form  > .row:nth-of-type(3) .selector {
  width: 100%;
}
.b2b-panel-body.b2b_profile_edit_main_account #profile_tabs .conte form  > .row:nth-of-type(3) .selector select {
  width: 100%;
}
.b2b-panel-body.b2b_profile_edit_main_account #profile_tabs .conte form  > .save-settings {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  text-align: center;
}

.basket-view .container #basket_content #products_summary .tbody .name-atributes-cell .

#numbers_list_total {
  width: 100%;
  text-align: center;
}
#numbers_list_total ul {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  padding: 5px 0 10px 0;
}
#numbers_list_total ul li {
  padding: 7px 10px;
  color: #222;
  font-size: 13px;
  font-weight: bold;
  text-align: left;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
}


.basket-view .container #basket_content #products_summary .tbody .name-atributes-cell  {

}



/* POSTYLOWANA STRONA INFORMUJĄCA O POPRAWNEJ REJESTRACJI */
.registered-success .wrapper {
  padding-top: 10vh;
  padding-bottom: 10vh;
  max-width: 700px;
  text-align: center;
}

.registered-success .wrapper strong {
  font-size: calc(22px + 1vw);
  color: #000;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.registered-success .wrapper small {
  display: block;
  margin-top: 25px;
  font-size: calc(13px + 0.3vw);
  color: #444;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2em;
}


/* DODANIE BUTTONÓW DO EDYCJI ARTÓW Z POZYCJI FRONTU GDY ADMIN ZALOGOWANY */
.admin_box {
  position: relative;
}

.admin_box a.edit {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: transparent url(/redipsCmsI18nPlugin/gfx/ico_edit_article.png) no-repeat;
  background-position: 0 0;
  outline: none;
  overflow: hidden;
}

.b2b-user .is-auth {
	position: relative;
}

.b2b-user .user-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  font-size: 11px;
}

.b2b-user .user-name::before {
  content: '\f2be';
  font-family: 'fontawesome';
  font-size: 18px;
  margin-right: 10px;
  font-weight: normal;
}

.b2b-user .user-name::after {
  display: inline-block;
  content: '\f107';
  font-family: 'fontawesome';
  font-size: 20px;
  margin-left: 10px;
  transform: translateX(0);
}

.b2b-user .user-name .name {
  color: #fff;
  font-size: 12px;
}


.b2b-user .user-action-buttons {
  position: absolute;
  top: 100%;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  min-width: 190px;
  padding: 10px 40px 10px 20px;
  background: #fff;
  box-shadow: 0 0 3vw rgba(0, 0, 0, 0.45);
  transform: translateY(10px);
  transition: all 0.3s ease-in-out 0.1s;
  z-index: 99;
}

.b2b-user .user-action-buttons::before {
  content: '';
  position: absolute;
  top: 0;
  right: 30px;
  transform: translateY(-5px);
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.b2b-user .user-action-buttons .close-action-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.b2b-user .user-action-buttons .close-action-buttons::before,
.b2b-user .user-action-buttons .close-action-buttons::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #666;
  transform-origin: center center;
}

.b2b-user .user-action-buttons .close-action-buttons::before {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.b2b-user .user-action-buttons .close-action-buttons::after {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.b2b-user .user-action-buttons .close-action-buttons:hover {
  background: #000;
}

.b2b-user .user-action-buttons .close-action-buttons:hover::before,
.b2b-user .user-action-buttons .close-action-buttons:hover::after {
  background: #fff;
}


.b2b-user .user-action-buttons a {
	display: block;
  padding: 0 calc(10px + 0.4vw);
  color: #000;
  font-size: 13px;
  letter-spacing: 0.02em;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  padding: 10px 0;
  text-align: left;
}

.b2b-user .user-action-buttons a::before {
	font-family: 'fontawesome';
  font-size: 1.1em;
  font-weight: normal;
  margin-right: 5px;
}

.b2b-user .user-action-buttons a.profil::before {
	content: '\f2c0';
}

.b2b-user .user-action-buttons a.logout::before {
	content: '\f08b';
}


.b2b-user .user-action-buttons a.profil {
  display: none;
}

.user-b2b-action-buttons-visible .b2b-user .user-action-buttons {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}




@media screen and (max-width: 768px) {

  #profile_tabs .conte > .b2b-main-header {
    flex-direction: column;
  }

  #profile_tabs .conte .date-filter form .row > .input {
    display: block;
    width: 100%;
  }

  #profile_tabs .conte .date-filter form .row {
    width: 90%;
  }
  #profile_tabs .conte .date-filter form {
    padding: 10px;
  }

  #profile_tabs .conte form > .action-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #profile_tabs .conte .date-filter form .row > .input > div {
    display: inline-block;
    width: 100%;
  }

  #profile_tabs .conte .date-filter form .row > .input .ui-datepicker-trigger{
    display: block;
  }

  .b2b-panel-body .conte ul.reports li {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .b2b-panel-body .conte ul.reports li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0);
  }
  .b2b-panel-body .conte ul.reports {
    flex-direction: column;
    padding: 10px;
  }
  .b2b-panel-body .conte ul.input_download {
    padding: 10px 5px;
  }
  .b2b-panel-body[class*="b2b_profile_panel_subaccount"] #profile_tabs .conte form {
    padding: 10px;
  }
  .b2b-panel-body.b2b_profile_panel_subaccount_edit #profile_tabs .conte form > .row:nth-of-type(9) fieldset > .row {
    width: 100%;
  }
  .b2b-panel-body.b2b_profile_panel_subaccount_edit #profile_tabs .conte form > .row:nth-of-type(9) {
    padding: 0;
  }
}





.pagination-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
}

.pagination-list a {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 3vw;
  font-size: calc(19px + 0.4vw);
  color: #666;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
}

.pagination-list .inactive a {
  color: #bbb;
  pointer-events: none;
}

.pagination-list li.current a {
  color: #000;
  font-weight: 800;
  pointer-events: none;
}

.pagination-list li.current-page-info {
  padding: 0 3vw;
  font-size: calc(12px + 0.1vw);
  color: #666;
  letter-spacing: 0.05em;
}

.pagination-list li.current-page-info strong {
  font-weight: 600;
  color: #000;
}

.pagination-list li.current-page-info em {
}

@media screen and (min-width: 1025px) {
  .pagination-list a {
    padding: 0 1.5vw;
  }
}

.pagination-list .number a {
  font-size: 14px;
}


@media screen and (max-width: 768px) {
  .pagination-list {
    justify-content: space-between;
  }
  .pagination-list .number:not(.current) {
    /* display: none; */
 }

}

.pagination-list .logical span {
  font-size: 0;
}

.pagination-list .logical a::before {
  font-family: 'fontawesome';
  font-size: calc(22px + 0.4vw);
}

.pagination-list .logical.first a::before,
.pagination-list .logical.last a::before {
  font-size: 0.7em;
}

.pagination-list .logical.first a::before {
  content: '\f100';
}

.pagination-list .logical.prev a::before {
  content: '\f104';
}

.pagination-list .logical.next a::before {
  content: '\f105';
}

.pagination-list .logical.last a::before {
  content: '\f101';
}

.pagination-list a:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.1);
}


.profile_request_password .formy .row {
  position: relative;
}




