/* CSS Document */

html {
  	font-family: ibm-plex-sans, sans-serif;
  	font-weight: 400;
  	font-style: normal;
}
* {
  	margin: 0;
  	padding: 0;
  	box-sizing: border-box;
  	word-wrap: break-word;
 	-moz-hyphens: auto;
  	-o-hyphens: auto;
  	-webkit-hyphens: auto;
  	-ms-hyphens: auto;
  	hyphens: auto;
}

.fw-100, .light {font-weight: 100!important;}
.fw-300 {font-weight: 300!important;}
.fw-400, .regular {font-weight: 400!important;}
.fw-600 {font-weight: 600!important;}
.fw-800, .bold, b {font-weight: 800!important;}
.italic {font-style: italic;}

.col-05 {width: 4.1666%;float: left;}
.col-1 {width: 8.3333%;float: left;}
.col-15 {width: 12.4999%;float: left;}
.col-2 {width: 16.6666%;float: left;}
.col-3 {width: 25%;float: left;}
.col-4 {width: 33.3333%;float: left;}
.col-5 {width: 41.6666%;float: left;}
.col-6 {width: 50%;float: left;}
.col-7 {width: 58.3333%;float: left;}
.col-8 {width: 66.6666%;float: left;}
.col-9 {width: 75%;float: left;}
.col-10 {width: 83.3333%;float: left;}
.col-11 {width: 91.6666%;float: left;}
.col-12 {width: 100%;float: left;}

a {
    color: #0168fa;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0148ae;
    text-decoration: none;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
	text-align: center!important;
}
.text-red,
.text-red i,
.text-red p{
	color: #e11401!important;
}
.text-green,
.text-green i,
.text-green p{
	color: #01c812!important;
}
.float-left {
	float: left!important;
}
.float-right {
	float: right!important;
}
.cursor-pointer {
	cursor: pointer!important;
}
.cursor-disallow {
	cursor: not-allowed!important;
}
.display-none {
	display: none!important;
}
.display-block {
	display: block!important;
}
.m-10 {margin: 10px;}
.mb-10 {margin-bottom: 10px;}
.mt-10 {margin-top: 10px;}
.ml-10 {margin-left: 10px;}
.mr-10 {margin-right: 10px;}

.m-20 {margin: 20px;}
.mb-20 {margin-bottom: 20px;}
.mt-20 {margin-top: 20px;}
.ml-20 {margin-left: 20px;}
.mr-20 {margin-right: 20px;}

.p-10 {padding: 10px;}
.pb-10 {padding-bottom: 10px;}
.pt-10 {padding-top: 10px;}
.pl-10 {padding-left: 10px;}
.pr-10 {padding-right: 10px;}

.p-20 {padding: 20px;}
.pb-20 {padding-bottom: 20px;}
.pt-20 {padding-top: 20px;}
.pl-20 {padding-left: 20px;}
.pr-20 {padding-right: 20px;}
.bold {font-weight: 700;}

body {
  	background-color: #f5f6fa;
}

header {
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	z-index: 1000;
  	height: 60px;
  	width: 100%;
  	background-color: #fff;
  	border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  	padding: 0 20px;
}
header .logo {
  	float: left;
}
header .logo img {
  	max-height: 45px;
  	margin-top: 6px;
}
#content {
  	width: 100%;
  	padding: 80px 20px 60px;
  	position: relative;
  	min-height: 100vh;
  	float: left;
}
.login {
  	width: 100%;
  	max-width: 500px;
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	transform: translate(-50%,-50%);
}
.login .login_form {
  	margin: 0 50px;
  	max-width: 400px;
  	float: left;
}
.login .login_form h1 {
  	width: 100%;
  	color: #001737;
  	font-size: 1.53125rem;
  	font-weight: 600;
  	float: left;
}
.login .login_form p {
  	width: 100%;
  	color: #8392a5;
  	font-size: 16px;
  	margin-bottom: 40px;
  	float: left;
}
form {
  	width: 100%;
  	float: left;
}
form .form-group {
  	width: 100%;
  	float: left;
  	margin-bottom: 20px;
}
.login .login_form label {
  	font-weight: 400;
  	line-height: 1.5;
  	color: #001737;
  	font-size: 0.875rem;
  	padding-left: 2px;
  	margin-bottom: 5px;
  	float: left;
}
form .form-group label {
  	font-size: 11px;
  	color: #8392a5;
  	font-weight: 600;
  	text-transform: uppercase;
  	margin-bottom: 0.5rem;
  	width: calc(100% - 20px);
  	padding: 0 10px;
    padding-left: 10px;
}
.login .login_form input {
  	display: block;
  	width: 100%;
  	height: calc(1.5em + 0.9375rem + 2px);
  	padding: 0.46875rem 0.625rem;
  	font-size: 0.875rem;
  	font-weight: 400;
  	line-height: 1.5;
  	color: #596882;
  	background-color: #fff;
  	background-clip: padding-box;
  	border: 1px solid #c0ccda;
  	border-radius: 0.25rem;
  	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  	transition: border 0.5s;
  	margin: 0;
}
form .form-group input,
form .form-group select {
  	display: block;
  	height: calc(1.5em + 0.9375rem + 2px);
  	padding: 0.46875rem 0.625rem;
  	font-weight: 400;
  	line-height: 1.5;
  	background-color: #fff;
  	background-clip: padding-box;
  	border: 1px solid #c0ccda;
  	border-radius: 0.25rem;
  	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  	color: #1b2e4b;
  	font-size: inherit;
  	width: calc(100% - 20px);
  	margin: 0 10px;
  	font-family: ibm-plex-sans, sans-serif;
  	font-style: normal;
}
.login .login_form a {
  	float: right;
  	font-size: 12px;
  	margin-top: 5px;
}
a {
  	color: #0168fa;
  	text-decoration: none;
  	background-color: transparent;
}
.login .login_form button {
  	background-color: #042893;
  	border-color: #042893;
  	color: #fff;
  	cursor: pointer;
  	width: 100%;
  	padding: 0.46875rem 0.9375rem;
  	line-height: 1.5;
  	border-radius: 0.25rem;
  	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  	border: 1px solid transparent;
  	font-size: 16px;
}
footer {
  	color: #637388;
  	border-top: 1px solid rgba(72, 94, 144, 0.16);
  	padding: 15px 20px;
  	letter-spacing: .3px;
  	font-size: 10px;
  	position: fixed;
  	bottom: 0;
  	width: 100%;
  	text-transform: uppercase;
  	background-color: #fff;
}
footer .copy {
  	float: left;
}
footer .disclaimer {
  	float: right;
}
footer a {
  	color: #637388;
}
.col-12 {
  	width: 100%;
  	float: left;
}
.alert.danger, .alert.error {
  	color: #721c24;
  	background-color: #f8d7da;
  	border-color: #f5c6cb;
}
.alert {
  	position: relative;
  	padding: 12px 15px;
  	margin-bottom: 1rem;
  	border: 1px solid transparent;
  	border-radius: 0.25rem;
}
.alert.success {
  	color: #085f2e;
  	background-color: #cff1de;
  	border-color: #bcebd1;
}


header .navigation {
  float: left;
	margin-top: 2px;
}
header .navigation ul {
  list-style: none;
  float: left;
  padding-left: 20px;
}
header .navigation ul li {
  display: inline-block;
  float: left;
	position: relative;
}
header .navigation ul li.active a, 
header .navigation ul li:hover a {
  color: #0168fa;
}
header .navigation ul li a {
  padding: 18px 10px;
  float: left;
  color: #001737;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.2s;
  cursor: pointer;
}
header .navigation ul li:hover ul {
    position: absolute;
    top: 50px;
    background: #fff;
    padding-right: 20px;
    left: -20px;
    display: block;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    border-right: 1px solid rgba(72, 94, 144, 0.16);
    margin-top: 7px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}

header .navigation ul li.has-child::after {
    content: "\f078";
    font-family: "Font Awesome 6 Sharp";
    top: 23px;
    position: absolute;
    right: -8px;
    font-size: 12px;
	color: #001737;
}
header .navigation ul li.has-child:hover::after {
	color: #0168fa;
}
header .navigation ul li.has-child {
	margin-right: 15px;
}
header .navigation ul li:hover ul li a {
	color: #001737;
	padding: 10px 10px;
}
header .navigation ul li:hover ul li:last-child a {
	padding-bottom: 15px;
}
header .navigation ul li:hover ul li a:hover,
header .navigation ul li:hover ul li.active a{
	color: #0168fa;
}
header .navigation ul li ul {
	display: none;
}
header .control {
  float: right;
}
header .control .alert, 
header .control .user, 
header .control .search {
  float: left;
  padding: 0 !important;
}
header .control .alert {
	margin-right: 8px;
}
header .control .user .primary, 
header .control .alert .primary, 
header .control .search .primary {
  position: relative;
  cursor: pointer;
}
header .control .alert .primary i, 
header .control .search .primary i {
  	font-size: 20px;
  	padding: 20px 10px;
	font-weight: 300 !important;
}
header .control .alert, 
header .control .user, 
header .control .search {
	float: left;
	padding: 0 !important;
	position: relative;
}
header .control .alert .primary span {
  position: absolute;
  top: 15px;
  right: 5px;
  color: #fff;
  font-size: 8px;
  background-color: #dc3545;
  width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 50%;
}
header .control .user .primary img {
  max-height: 30px;
  margin-top: 15px;
  border-radius: 50%;
}
header .dropdown.user {
  width: 300px;
  padding: 20px !important;
  margin-top: 10px;
  box-shadow: none;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  margin-right: -10px;
  min-height: 300px;
  color: #001737;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  float: left;
  min-width: 10rem;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.15);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: 0;
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
}
header .dropdown.user::before {
  content: '';
  position: absolute;
  top: -10px;
  border-bottom: 10px solid rgba(72, 94, 144, 0.16);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  right: 15px;
  width: 0px;
}
header .dropdown.user::after {
  content: '';
  position: absolute;
  top: -8.5px;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  right: 16px;
  width: 0px;
}
header .dropdown.user.open {
  display: block !important;
}
header .dropdown.user img.image {
  max-width: 60px;
  border-radius: 30px;
}
header .dropdown.user h2 {
  line-height: 1.25;
  color: #001737;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 10px;
}
header .dropdown.user h3 {
  color: #8392a5;
  font-size: 12px;
  font-weight: 400;
}
header ul.linklist {
  width: 100%;
  float: left;
  list-style: none;
}
.mt-20 {
  margin-top: 20px;
}
header ul.linklist li {
  width: 100%;
  float: left;
}
header ul.linklist li a {
  width: 100%;
  float: left;
  color: #1b2e4b;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0;
  transition: all 0.2s ease-in-out;
}
header ul.linklist li a i {
  margin-right: 10px;
}
.divider {
  width: 100%;
  height: 0px;
  border-top: 1px solid rgba(72, 94, 144, 0.16);
  margin: 20px 0;
  float: left;
}
.title {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.title .breadcrumb {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #1c273c;
}
.title .breadcrumb a {
  color: #1c273c;
}
.title .breadcrumb span.devider {
  color: #97a3b9;
  padding: 0 5px;
}
.title .breadcrumb span.active {
  color: #0168fa;
}
.title .pagetitle, .title .breadcrumb {
  float: left;
  clear: both;
  margin-left: 20px;
}
.title .pagetitle h1 {
  letter-spacing: -0.5px;
  font-size: 2rem;
  font-weight: 400;
  color: #001737;
}
.title .buttons {
  float: right;
  margin-top: -7px;
  margin-right: 20px;
}
.btn.blue {
  color: #fff;
  background-color: #0168fa;
  border-color: #0168fa;
}
.btn {
  font-size: 11px;
  line-height: 1.773;
  padding: 0.391rem 0.5rem;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  border-radius: 0.2rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  float: left;
  margin-left: 10px;
}
.btn i {
	font-weight: 300;
}
.btn.red {
  color: #fff;
  background-color: #e11401;
  border-color: #e11401;
}

.card {
  box-shadow: 0 0 10px rgba(28, 39, 60, 0.05);
  position: relative;
  border: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 0.25rem;
  background-color: #fff;
  width: 100%;
  min-height: 100px;
  float: left;
}
.card-header {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  padding: 15px 20px;
  background-color: transparent;
  border-color: rgba(72, 94, 144, 0.16);
    border-bottom-color: rgba(72, 94, 144, 0.16);
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  width: 100%;
  float: left;
}
.card-header.withsearch h2 {
  margin-top: 6px;
}
.card-header h2 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  color: #001737;
  float: left;
}
.card-header .search {
  float: right;
}
.card-header .search form {
  position: relative;
}
form {
  width: 100%;
  float: left;
}
.card-header .search form input {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  height: 30px;
  max-width: none;
  padding: 5px 24px 5px 7px;
  -moz-transition: width 100ms ease-in-out;
  -ms-transition: width 100ms ease-in-out;
  -webkit-transition: width 100ms ease-in-out;
  transition: width 100ms ease-in-out;
  width: 60px;
  border: 1px solid #c1c7d0;
  background: #fff;
  color: #172b4d;
}
.card-header .search form input.big {
  width: 200px;
}
.card-header .search form input.min100 {
  min-width: 100px;
}
.card-header .search form span {
  line-height: 1;
  position: absolute;
  text-indent: 0;
  top: 50%;
  font-size: 16px;
  margin-top: -9px;
  right: 7px;
  color: #7a869a;
}
.card-header .search form span i {
	font-weight: 300;
}
.card-content {
  width: 100%;
  float: left;
}
table {
  font-size: 13px;
  width: 100%;
  color: #001737;
}
table thead tr th {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #8392a5;
  text-align: left;
}
table th, table td {
  padding: 8px 20px;
  line-height: 1.5;
}
table td {
  border-top: 1px solid rgba(72, 94, 144, 0.16);
}
table td i {
	font-weight: 300;
}
.card-content.padding {
  padding: 20px;
}
.card-content h2 {
  letter-spacing: -0.5px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #001737;
  margin-left: 10px;
  margin-bottom: 10px;
}
form .form-group {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
form .form-group input:disabled, form .form-group input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
  border: 1px solid #bfbfbf;
  color: #000;
  cursor: not-allowed;
}
.checkbox {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
  float: left;
}
.checkbox input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  margin-left: -18px !important;
  width: 100%;
  height: 28px !important;
  cursor: pointer;
}
.checkbox label {
  	cursor: pointer;
  	color: #1b2e4b !important;
  	text-transform: none !important;
  	font-size: 14px !important;
	margin-top: 8px !important;
}
.checkbox label::before {
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: absolute;
  top: 0.15625rem;
  left: 9px;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #97a3b9 solid 1px;
  margin-top: 3px;
}
.checkbox label::after, .checkbox label::before {
  top: 44%;
  transform: translateY(-50%);
}
.checkbox label::after {
  position: absolute;
  top: 0.15625rem;
  left: 10px;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
  margin-top: 3px;
}
.checkbox label::after, .checkbox label::before {
  top: 44%;
  transform: translateY(-50%);
}
.checkbox input:checked ~ .checkbox label::before, .checkbox input[checked="checked"] ~ .checkbox label::before, .checkbox label.checked::before {
  color: #fff !important;
  border-color: #0168fa !important;
  background-color: #0168fa !important;
}
.checkbox input:checked ~ .checkbox label::after, .checkbox input[checked="checked"] ~ .checkbox label::after, .checkbox label.checked::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") !important;
}
.ifbusiness, .invoice_address, .shipping_address {
  display: none;
}
form .form-group textarea {
  min-height: 38px;
  height: auto;
  color: #1b2e4b;
  font-size: inherit;
  display: block;
  padding: 0.46875rem 0.625rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c0ccda;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: calc(100% - 20px);
  margin: 0 10px;
  resize: vertical;
  font-family: ibm-plex-sans, sans-serif;
  font-style: normal;
}
.sidebar-left {
  width: 240px;
  float: left;
  background-color: #fff;
  border-right: 1px solid rgba(72, 94, 144, 0.16);
  min-height: calc(100vh - 104px);
  margin-top: -20px;
  margin-bottom: -16px;
  padding: 25px;
  position: fixed;
  margin-left: -20px;
}
.sidebar-left h3 {
  font-size: 10px;
  font-weight: 600;
  color: #8392a5;
  text-transform: uppercase;
  letter-spacing: .7px;
  margin-bottom: 3px;
  width: 100%;
  float: left;
}
.sidebar-left ul {
  list-style: none;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
.sidebar-left ul li {
  width: 100%;
  float: left;
  margin-bottom: 8px;
  position: relative;
}
.sidebar-left ul li a {
  padding: 0;
  color: #001737;
  font-weight: 600;
  font-size: 15px;
  width: 100%;
  float: left;
}
.sidebar-left ul li a i {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  stroke-width: 2.2px;
  color: #525f70;
  fill: rgba(27, 46, 75, 0.06);
}
.sidebar-left ul.back li a i {
  margin-right: -5px;
}
.sidebar-left ul li.active a::before {
  left: -30px;
  width: 13px;
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  height: 2px;
  background-color: #0168fa;
}
.sidebar-left ul li.active a, .sidebar-left ul li.active a i {
  color: #0168fa;
}
.sidebar-left ul li.active a, .sidebar-left ul li.active a i {
  color: #0168fa;
}
.main {
  width: calc(100% - 220px);
  float: left;
  margin-left: 220px;
  transition: width 0.2s;
}
.main .card.col-4 {
  width: calc(33.3333% - 20px);
  float: left;
}
.main .card {
  margin-left: 20px;
  width: calc(100% - 20px);
}
.main .buttons {
	margin-right: 0;
}
.main .alert {
	margin-left: 20px;
}
.globalalert {
    width: 400px;
    min-height: 100px;
    justify-content: center;
    display: flex;
    align-content: center;
    flex-direction: column;
    right: 20px;
    left: auto;
    top: 69px;
    box-shadow: 2px 1px 10px rgba(0,0,0,0.3);
    position: absolute;
}
.display-none {
	display: none;
}
.control .optionchecked {
  	background-color: #0168fa;
	color: #fff;
}
.cell-disabled {
    background: #f3f3f3;
    cursor: not-allowed;
}
.mandantchangeselect {
    width: 100%;
    height: 35px;
    float: left;
    margin-top: 5px;
}