@import url("../../../include/pure/pure-min.css");
@import url("../../../include/pure/grids-min.css");
@import url("../../../include/pure/grids-responsive-min.css");

h1, h2, h3, h4, h5, h6, h7
{
	color: #0b628e !important; /* sätts till vit o därmed osynlig i style/Custom.css  */
}

#login_form, .login_feedback
{
	margin-left: auto;
	margin-right: auto;
	width: 300pt;
}

#login_form input
{
	margin-bottom: 10pt; 
	padding: 0.5rem;
}

#username_field input, #password_field input, [name=user]
{
	width: 150pt;
	border: thin solid lightgrey;
}

#login_button
{
	vertical-align: baseline;	
	margin-right: 20px;	
}

#password_reminder
{
	vertical-align: baseline;	
}

table.layout
{
	width: auto;
}

table.layout td
{
	padding: 2px;
}

td.label, label.radio
{
	font-size: 12px;
	font-family: Merriweather;
}

td label.radio
{
	font-size: 12px;
}

input, select
{
	font-size: 12px;
	font-family: sans-serif;
}

input[type=submit], input[type=button], button
{
	background-color: rgb(37, 83, 147);
	border: 0px;
	padding: 14px;
	font-family: futura-pt;
	font-size: 14px;
	color: white;
	text-transform: uppercase;	
}

table.datatable th
{
	font-size: 14px;
	font-weight: bold;
	font-family: Merriweather;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
}

table.datatable td
{
	font-size: 12px;
	font-family: sans-serif;
	line-height: 20px;
	border-top: 1px solid rgb(221, 221, 221);
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

ul li
{
	color: rgb(51,51,51);
}

a.real-link
{
	text-decoration: underline;
}

.feedback
{
	font-size: 24px;
}

#topNav nav ul, #mobileNav nav ul, #topNav .subnav ul li a, #categoryNav nav ul, .main-nav ul li a
{
	font-family: "Open Sans";
	font-size: 11px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.paginator
{
	margin-top: 5px;
	font-size: 10pt;
}

.current_page
{

	font-weight: 900;
	padding: 3px;
}

.paginator a:link, .paginator a:visited { color: black; text-decoration: none;}
.paginator a:hover { color: grey; text-decoration: none;}
table.paginator tr td {padding-left: 3px; padding-right: 3px; }
table.paginator { width: auto }


/* taget fr bootstrap template */
.aviPrintDiv > a
{
	display: flex;
	align-items: center;
}
.aviPrintDiv > a > .aviPrintDiv_text
{
	margin: 10px 5px;
}
.aviPrintDiv > a > img
{
	max-width: 100%;
	height: auto;
	margin-right: 10px;
	margin-left: 5px;
}

/*
 	dölj ovisade meddelanden i felanmälanslistan
 */
.collapsedTD {
	display: none;
}
