/* 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-0 {margin: 0;}
.mt-0 {margin-top: 0;}
.mb-0 {margin-bottom: 0;}
.ml-0 {margin-left: 0;}
.mr-0 {margin-right: 0;}

.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;}

.fs-12 {font-size: 12px;}
.fs-11 {font-size: 11px;}
.fs-10 {font-size: 10px;}


.mb-5 {margin-bottom: 5px;}


body {
  	background-color: #f5f6fa;
}

header {
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	z-index: 20;
  	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.small {
	margin-bottom: 0;
}
form .form-group.small * {
	margin: 0;
	width: 100%;
}
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.1em + 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: 14px;
  	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;
	
	color: #000;
	background-color: #ddd;
	border-color: #bbb;
}
.alert.success {
  	color: #085f2e;
  	background-color: #cff1de;
  	border-color: #bcebd1;
}
.alert.notice {
  	color: #fff;
  	background-color: #999;
  	border-color: #666;
}



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,
header .dropdown.alert{
  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;
  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,
header .dropdown.alert::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,
header .dropdown.alert::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.alert {
	padding: 0 20px!important;
}
header .dropdown.alert .col-12 {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
header .dropdown.alert .col-12:last-child {
	border-bottom: 0;
}
header .dropdown.user.open,
header .dropdown.alert.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.btn-left {
	margin-left: 0;
}
.btn i {
	font-weight: 300;
}
.btn.gray {
  color: #fff;
  background-color: #637388;
  border-color: #637388;
}
.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;
}
table.clickable tbody tr:hover {
  	background: #f5f5f5;
	cursor: pointer;	
}
.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;
}
.select2 {
	margin-left: 10px!important;
}
.dropdown.user .select2 {
	margin-left: 0px!important;
}
.select2-selection__rendered {
    line-height: 28px !important;
}
.select2-container .select2-selection--single {
    height: 32px !important;
}
.select2-selection__arrow {
    height: 31px !important;
}
#modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 50;
}
.modal_container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 1200px;
	background: #f1f1f1;
	border-radius: 3px;
	padding: 40px;
	max-height: 95vh;
  	overflow: scroll;
}
.modal_header h2 {
	letter-spacing: -0.5px;
	font-size: 2rem;
	font-weight: 400;
	color: #001737;
	float: left;
}
.modal_close {
	float: right;
	font-size: 25px;
	margin-top: 6px;
	color: #001737;
	cursor: pointer;
}
.modal_header {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.redstar {
	color: #f00;
}
.toedit {
	background: #eee;
}
.toedit.blue {
	color: #0642a1;
}
.toedit.green {
	color: #03a82d;
}
.toedit.red {
	color: #f00;
}
table .thumbnail {
	width: 100%;
	max-width: 60px;
	object-fit: contain;
	object-position: left;
	background: #fff;
}
table .thumbnail_file {
	width: 60px;
	height: 60px;
	float: left;
	border: 3px solid #001737;
	text-align: center;
	font-size: 20px;
	position: relative;
}
table .thumbnail_file p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pagination {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.pagination a {
  background: #eee;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 6px;
  display: inline-block;
}
.pagination a.active {
  background: #0168fa;
  color: #fff;
}
.tag {
  color: #fff;
  background-color: #0168fa;
  border-radius: 0.2rem;
  padding: 2px 5px;
  float: left;
  margin-bottom: 3px;
  margin-right: 3px;
}
.tag:hover {
	color: #fff;
}

.navigation-mobile {
	display: none;
}

.sidebar-content {
	width: 100%;
	float: left;
	overflow-y: scroll;
	height: calc(100vh - 145px); 
	padding-right: 10px;
}
.sidebar-icon {
	display: none;
}

.col-5.name {
	width: calc(66.6666% - 305px);
}
.col-1.date {
	width: 120px;
}
.col-1.preview {
	width: 100px;
}
.col-1.action {
	width: 85px;
}



.control .instance {
  float: left;
}
.control .instance span {
  margin: 18px 10px;
  float: right;
  background: #0168fa;
  padding: 2px 9px 4px;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
}

#content.export .settings {
	width: calc(50% - 85px);
}




@media all and (max-width: 1100px) {
	#content.dashboard .col-10 {
		width: 70%;
	}
	#content.dashboard .col-2 {
		width: 30%;
	}
}

@media all and (max-width: 1060px) {
	#content.todo .col-1 {
		width: 85px;
	}
	#content.invoice .added {
		display: none;
	}
	#content.todo .col-11 {
		width: calc(100% - 85px);
	}
	
	#content.invoice .action {
		width: 85px;
	}
	#content.invoice .name {
		width: calc(41.6666% - 85px);
	}
	
}
@media all and (max-width: 1000px) {
	.sidebar-content {
		display: none;
	}
	.sidebar-icon {
		display: block;
		cursor: pointer;
	}
	.sidebar-left {
		width: 65px;
		min-height: calc(100vh - 60px);
	}
	.main {
		width: calc(100% - 65px);
		float: left;
		margin-left: 65px;
	}
	.sidebar-content.sidebar-mobile {
		display: block;
	}
	.sidebar-left.sidebar-mobile-left {
		width: 220px;
		z-index: 999;
	}
	.control .instance {
		display: none;
	}
}
@media all and (max-width: 900px) {
	#content.dashboard .col-4 {
		width: 100%;
	}
	#content.dashboard .col-12 .col-6 .pl-10,
	#content.dashboard .col-12 .col-6 .pr-10 {
		padding-left: 0;
		padding-right: 0;
	}
	
	#content.invoice .col-6 {
		width: 100%;
		margin-bottom: 20px;
	}
	
}

@media all and (max-width: 830px) {
	.col-5.name {
		width: calc(66.6666% - 185px);
	}
	.invoice .status {
		display: none;
	}
	.col-1.date {
		display: none;
	}
	.col-2.correspondent {
		display: none;
	}
	.col-2.documenttype {
		display: none;
	}
}

@media all and (max-width: 840px) {
	.navigation-mobile {
		display: block;
		float: right;
		font-size: 25px;
		padding: 12px 10px;
		cursor: pointer
	}
	.navigation-mobile span {
		font-size: 20px;
		text-transform: uppercase;
		margin-right: 9px;
		margin-top: 4px;
		float: left;
	}
	.navigation ul {
		display: none;
	}
	.navigation.mobile-display ul {
		display: block!important;
		width: calc(100% - 40px);
		float: left;
		margin-left: 0;
		padding-left: 0;
	}
	.navigation.mobile-display  {
		position: absolute;
		background: #fff;
		top: 57px;
		width: 100%;
	}
	.navigation.mobile-display ul li {
		display: block;
		width: 100%;
		float: left;
	}
	.navigation.mobile-display ul li a {
		width: 100%;
		float: left;
		text-align: center;
	}
}

@media all and (max-width: 800px) {
	#content.correspondents .col-2 {
		width: 130px;
	}
	#content.correspondents .col-10 {
		width: calc(100% - 130px);
	}
	#content.documents .col-6 {
		width: 100%;
	}
	#content.documents .col-6.pl-20,
	#content.documents .col-6.pr-10,
	#content.documents .col-6.pr-20 {
		padding-left: 0;
		padding-right: 0;
	}
	#content.documents .notes thead,
	#content.documents .logs thead {
		display: none;
	}
	#content.documents .notes .col-3,
	#content.documents .logs .col-3 {
		width: 50%;
	}
	#content.documents .notes .col-6,
	#content.documents .logs .col-6 {
		border-top: none;
	}
	
}
@media all and (max-width: 750px) {
	footer {
		position: relative;
		width: 100%;
		float: left;
	}
	footer .copy  {
		width: 100%;
		float: left;
		text-align: center;
		margin-bottom: 10px;
	}
	footer .disclaimer  {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	#content.invoice .added {
		display: none;
	}
	#content.invoice .status {
		width: 25%;
	}
	#content.invoice .name {
		width: 50%;
	}
	#content.invoice .action {
		display: none;
	}
}

@media all and (max-width: 650px) {
	#content.dashboard .col-10 {
		width: 100%;
	}
	#content.dashboard .col-2 {
		display: none;
	}
	.breadcrumb {
		display: none;
	}
	.pagetitle {
		width: calc(100% - 40px);
		margin-bottom: 15px;
	}
	.pagetitle h1 {
		font-size: 22px!important;
	}
	.buttons {
		width: calc(100% - 40px);
	}
	.buttons .btn:first-child {
		margin-left: 0;
	}
	.buttons .btn {
		margin-bottom: 10px;
	}
	.main .buttons {
		width: calc(100% - 20px);
	}
	#content.export .filesize {
		display: none;
	}
	#content.export .date {
		width: calc(50% - 85px);
	}
	#content.export .settings {
		width: 50%;
	}
}

@media all and (max-width: 630px) {
	.col-5.name {
		width: calc(100% - 185px);
	}
	.col-2.correspondent {
		display: none;
	}
}

@media all and (max-width: 600px) {
	#content.dashboard .col-6 {
		width: 100%;
	}
	#content.dashboard .col-12 .pl-10,
	#content.dashboard .col-12 .pr-10 {
		padding-left: 0;
		padding-right: 0;
	}
	
}

@media all and (max-width: 550px) {
	#content.search .col-6 {
		width: 100%;
	} 
	
}

@media all and (max-width: 500px) {
	#content.invoice .check,
	#content.invoice .type {
		display: none;
	}
	#content.documents .col-4,
	#content.documents .col-8 {
		width: 100%;
	}
	#content.documents .col-8 {
		margin-bottom: 20px;
	}
	#content.invoice .correspondent {
		display: none;
	}
	#content.invoice .name {
		width: 100%;
	}
	#content.invoice #status_filter {
		display: none;
	}
	#content.invoice .status .select2 {
		display: none;
	}
	#content.invoice .show .col-4,
	#content.invoice .show .col-8 {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media all and (max-width: 490px) {
	.col-5.name {
		width: calc(100% - 60px);
	}
	thead .col-1.preview {
		display: none;
	}
	.col-1.preview {
		width: 60px;
	}
	.col-1.action {
		display: none;
	}
	#content.documents .notes .col-3,
	#content.documents .logs .col-3 {
		width: 100%;
	}
	#content.documents .logs .col-3:nth-child(2) {
		border-top: none;
	}
	#content.export .date {
		display: none;
	}
	#content.export .settings {
		width: 100%;
	}
}



@media all and (max-width: 450px) {
	#content.correspondents thead .col-2 {
		display: none;
	}
	#content.correspondents .col-10 {
		width: 100%;
	}
	#content.correspondents tbody .col-2 {
		width: 100%;
		border-top: none;
	}
	
}