﻿:root {
	--theme-color: #F7C365;
}
@font-face {
	font-family: 'DS Officina Serif-Book';
	/*font-family: 'DS Officina Serif-Book','DS Officina Serif-Bold', 'DS Officina Serif-BoldItalic','DS Officina Serif-BookItalic';*/
	src: url('../../fonts/DS-Officina-Serif-Book.otf');
	/*src: url('../../fonts/DS Officina Serif-Book.otf') format('opentype'), url('../../fonts/DS Officina Serif-Bold.otf') format('opentype'), url('../../fonts/DS Officina Serif-BoldItalic.otf') format('opentype'), url('../../fonts/DS Officina Serif-BookItalic.otf') format('opentype');*/
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../../fonts/glyphicons-halflings-regular.eot');
	src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

body {
	/*font-family: 'DS Officina Serif-Book';*/
	/*font-family: 'DS Officina Serif-Bold', 'DS Officina Serif-BoldItalic', 'DS Officina Serif-Book','DS Officina Serif-BookItalic', Arial;*/
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: 'DS Officina Serif-Book' !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	/*font-family: inherit;*/
}

code,
kbd,
pre,
samp {
	/*font-family: monospace, monospace;*/
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.glyphicon {
	font-family: 'Glyphicons Halflings';
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #F7C365;
	border-color: #F7C365;
}

.daterangepicker {
	font-family: 'DS Officina Serif-Book' !important;
}

