@font-face {
    font-family: OfficinaSans;
    src: url("../assets/OfficinaSans-Book.otf") format("opentype");
}
html,
body {
	height: 100%;
}
body {
	font-family: 'OfficinaSans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
h1 {
	font-size: 32px;
	font-weight: 500;
}
h1 > small {
	font-size: 16px;
}
.text-primary {
	color: #FF7100 !important;	
}
input[type="checkbox"] {
	accent-color: #dd6300;
}
a.card-link {
	text-decoration: none;
}
a.card-link:hover {
	text-decoration: underline;
}
a.text-primary {
	color: #FF7100 !important;	
	text-decoration: none;
}
a.text-primary:hover {
	text-decoration: underline;
}
.bg-primary {
	background-color: #FF7100 !important;
}
.bg-dark {
	background-color: #37474F !important;
}
.btn-primary {
	color: #fff;
	background-color: #FF7100;
	border-color: #FF7100
}
.btn-primary:hover {
	color: #fff;
	background-color: #ce4414;
	border-color: #c34113
}
.btn-primary:focus,.btn-primary.focus {
	color: #fff;
	background-color: #ce4414;
	border-color: #c34113;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(236,110,65,0.5);
	box-shadow: 0 0 0 0.2rem rgba(236,110,65,0.5)
}
.btn-primary.disabled,.btn-primary:disabled {
	color: #fff;
	background-color: #E95420;
	border-color: #E95420
}
.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #c34113;
	border-color: #b73d12
}
.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(236,110,65,0.5);
	box-shadow: 0 0 0 0.2rem rgba(236,110,65,0.5)
}
/* theme styles */
aside {
	z-index:1;
}
aside nav a.nav-link,
aside nav span {
	color: #fff !important;
	font-weight: 400;
	line-height: 30px;
	padding: 0 2.5rem !important;
}
aside nav a.disabled {
	color:#ccc!important;
}
aside nav a.active,
aside nav a.nav-link:hover {
	color: #FF7100 !important;
	background-color: #0E1213;
	font-weight: 700;
	text-decoration: none;
}
.xheader {
	height: 30px;
	position: relative;
	margin: 0 0 -30px 0;
	z-index: -1;
}
.xheader,
.fixed-table thead {
	/*background: #FF7100;*/
	height: 30px;
	position: sticky;
	top: 0;
	z-index: 1;
	height: 30px;
}
.table {
  border-color:#f8f8f8; 
}
.table tr th {
	font-size: 14px !important;
	font-weight: 500!important;
	line-height: 29px;	
	padding-top:0;
	padding-bottom:0;
}
.table tr td {
	/*border-bottom:1px solid #f8f8f8 !important;*/
	padding-top:.33rem;
	padding-bottom:.33rem;
}
.sortable {
	cursor: pointer;
}
.sortable-up:after {
	right: 1em;
	content: "\2B61";
	font-size: .75rem;
	font-weight: 200;
	margin-right: -12px;
}
.sortable-down:after {
	right: 0.5em;
	content: "\2B63";
	font-size: .75rem;
	font-weight: 200;
	margin-right: -12px;
}
.jexcel {
  border: none!important;
  border-collapse: collapse;
  background-color: transparent;
  empty-cells: show;
  table-layout: fixed;
  white-space: nowrap;
  width: 0;
}
.jexcel_filter {
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: white;
	height: 40px;
}
.jexcel > thead > tr > td {
	background-color:transparent!important;
	border:none!important;
	color:#FFFFFF!important;
	font-size:14px!important;
	height:30px;
	top: 40px !important;
	z-index:0 !important;
}
.jexcel > tbody > tr > td {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid #ccc !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;

  padding: 4px;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 1em;
}
.jexcel > tbody > tr > td:last-child {
    border-right: 1px solid transparent !important;
}
.jexcel .highlight-top.highlight-left {
    box-shadow: -1px -1px #ccc !important;
    -moz-box-shadow: -1px -1px #ccc !important;
}
.jexcel .highlight-bottom {
    border-bottom: 1px solid #ccc !important;
}
.jexcel .highlight-right {
    border-right: 1px solid #ccc !important;
}