:root {
	/* Default global value */
	--bulma-family-primary: "Helvetica Neue", Helvetica, Arial, sans-serif;
	--bulma-help-size: .84em;
	--bulma-link-text: rgb(177, 144, 24);
	--bulma-modal-content-width: 720px;
	--bulma-warning: #FDC709;
	--bulma-warning-h: 47deg;
	--bulma-warning-s: 98%;
	--bulma-warning-l: 51%;
	--bulma-danger-h: 342deg;
  --bulma-danger-l: 45%;
}

.pagination {
	--bulma-pagination-selected-item-h: 47deg;
	--bulma-pagination-selected-item-s: 0%;
	--bulma-pagination-selected-item-l: 96%;
	--bulma-pagination-selected-item-background-l: 39%;
	--bulma-pagination-selected-item-color-l: 96%;
}

li.pagination-link a {
	color: #333333 !important;
}

li.pagination-link.is-current a{
	color: white !important;
}

.panel {
	--bulma-panel-heading-padding:0.4em;
}

.footer {
	--bulma-footer-padding:0.0em;
	--bulma-footer-background-color:transparent;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "jdsansprosemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: xxx-large;
}

h2 {
	font-size: xx-large;
}

h3 {
	font-size: x-large;
}

h4 {
	font-size: large;
}

h5 {
	font-size: medium;
}

.menu-list a {
	border-bottom: 1px solid gray;
}

.content ul {
	list-style: square outside;
}

.is-size-7 {
	font-size: .85rem !important;
}

.menu ul.menu-list{
	list-style: none !important;
}


.dateExpired {
	color: #993333;
	font-size: 10px;
}
.red{
	color:#FF0000;
}
.title {
	font-size: 18px;
}


#smartEquip td,#smartEquip th	{
	 font-size:9px;
}


.content-container{
	border:2px;
	border-color:000000;
	border-style: solid;
	padding-bottom:40px;
	min-height: 450px;
}


@font-face {
	font-family: 'jdsansprosemibold';
	src: url('../fonts/jd-sans/JDSansPro-Bold.woff2') format('woff2'),
	font-weight: 400;
	font-style:normal
}
