/* Yorvik css */

html {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
	background: #ffffff !important;
}
body {
	background: #ffffff !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS",Arial,"Helvetica Neue",Helvetica,sans-serif !important;
}

.small {
	font-size: 80%;
}

.navbar-fixed-top {
	font-size: 85%;
}
.nav-tabs {
	font-size: 95%;
}

.popover {
	max-width: 50% !important;
}

.logo {
	margin-bottom: 30px;
}

.list-plain {
	list-style-type: none;
}

#page {
	margin-top: 60px;
}

.grey {
	color: #808080;
}
.dark-grey {
	color: #404040;
}
.jc-summary td {
	background-color: #e0e0e0 !important;
	font-weight: bold;
}

.green {
	color: #008000;
}

.panel {
	background-color: #f9f9f9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #f0f0f0;
}

.cornered {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


.section-header {
	background-color: #f0f0f0;
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 10px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}

.search-form, .po-search-form {
	display: none;
}
.search-button, .po-search-button {
	float:right;
}
.clear-button, .po-clear-button {
	float:right;
	margin-left: 10px;
}
#pcs {
	line-height: 0.5 !important;
}
#pcs input {
	margin-bottom: 6px;
}
.listitem {
	padding-bottom: 2px;
}
.sublistitem {
	font-size: 90%;
	color: #808080;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	line-height: 0.5 !important;
}

.tasks input[type="checkbox"], .operations input[type="checkbox"] {
	margin-bottom: 6px;
}

a.active, a.active:focus, i.active {
	color: #ff0000;
	text-decoration: none;
	outline: none;
}

.view-label label {
	font-weight: bold;
}
.view-label-supp label {
	font-weight: bold;
	font-size: 80% !important;
}


#footer {
	margin-top: 30px;
}
.copyright {
	font-size: 85%;
	text-align: center;
	color: #999;
}

.ui-widget-content  ,.ui-front {
	z-index: 10000 !important;
}
@media (max-width: 360px) {
	.popover {
		max-width: 100% !important;
	}
}


.select2-selection__rendered {
	margin-left: 0px !important;
}