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

#top
{
    padding: 15px;
    padding-left: 20px;


    min-height: 40pt;
}

@media (max-width: 979px) {
    #top 
    {
        display: none;
    }
    
    body {
    	padding-left: 0;
    	padding-right: 0;
    }
    
    .navbar {
    	padding-left: 20px;
    	padding-right: 20px;
	}
	
	.nav-stacked {
		margin-bottom: 15px;
	}
        
}

#top .logo
{
    margin-left: 20px;
    margin-right: 40px;
}

body {
    padding-top: 0;
}

.navbar-nav {
    border-radius: 0px !important;
}

.pdflink
{
    font-size: 11pt;
}

.nav-list0 {
    border: 1px solid #ddd;    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
}

h1
{
    font-size: 20pt;
}

h3
{
    font-size: 12pt;
}

.comment .namn, .comment .datum 
{
    font-style: italic;
}

footer
{
	text-align: center;	
}

.footer
{
	display: inline-block;
	list-style-type: none;	
}

.footer li
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.footer a
{
	text-decoration: none;
}

.nav-stacked, .portlet
{
	border: 1pt #E0E0E0 solid;
	border-radius: 10px;
}

.portlet 
{
	padding: 10px;
}

li.nav-header
{
	padding: 10px;
	border-bottom: 1pt #E0E0E0 solid;
	font-weight: bold;
}

.nav-stacked li.active a
{
	border-radius: 0;
}

.nav-stacked > li + li {
	margin-top: 0;
}

.nav-stacked
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.navbar
{
	border-radius: 0;
}

.subbox
{
	padding: 10px;
}

.hero-unit
{
	background-repeat:no-repeat; 
	background-position: right; 
	background-size: cover;
	background-color: rgb(238,238,238);
	padding: 0;
	margin-top: -20px;
	position: static;
	left: 0; right: 0;
	width:100%;
	min-height: 350pt;	
	margin-bottom: 30px;
}

.hero-unit .intro
{
	padding: 15pt;
	_padding-left: 60pt;
	max-width: 300pt;
	margin: 0; 
	color: white;
	font-weight: bold; 
	background-color: transparent;
	background: #333333;
 	background: rgba(0, 0, 0, 0.70);
 	position: absolute;
 	height: 350pt;	
}

.hero-image
{
	float:right; 
	margin: 30pt;
}

.title
{
	font-weight: bold;
}

.label, label
{
	color: black;
	font-weight: normal;
	text-align: left;
	padding-left: 0;
}

label 
{
	margin-left: 20px;	
}

.label
{
	font-size: 12px;
}

table
{
	font-size: 14px;
}

table.layout
{
	border-spacing: 4px; 
	border-collapse: separate;	
}

td .radio input[type="radio"]
{
	margin-left: -20px;
}

table.weekcalendar th, table.monthcalendar th
{
}

table.weekcalendar, table.monthcalendar
{
	border-collapse:collapse;
}

table.weekcalendar th, table.monthcalendar th
{
	font-weight: normal;
	color: rgb(119, 119, 119);
}

table.weekcalendar tr td:first-child, table.monthcalendar tr td:first-child
{
	color: rgb(119, 119, 119);	
}

table.weekcalendar td, table.weekcalendar th,
table.monthcalendar td, table.monthcalendar th
{
	border: 1px solid #A0A0A0;
}

table.weekcalendar th, table.monthcalendar th
{
	padding: 6pt;
	text-align: center;
}

table.weekcalendar td, table.monthcalendar td
{
	padding: 0px 0px 0px 0px;
}

table.weekcalendar td.busy
{
    background: lightgrey;
    font-size: 10pt;
    color: black;
}

table.weekcalendar td.free:hover
{
    background: lightgrey;
}

table.weekcalendar td.unavailible
{
    background: lightgrey;
}

table.weekcalendar td.history, table.monthcalendar td.history
{
    background: #F0F0F0;
}

table.monthcalendar tr td .title
{
	background: #FAE987;
	padding: 4pt;
}

table.monthcalendar tr td .event
{
	padding: 4pt;
}

table.monthcalendar tr td
{
	height: 100pt;
}

th.today
{
	font-weight: 800;
}

a button.btn
{
	color: rgb(51, 51, 51);
}

.readon
{
	margin-bottom: 10pt;
}

.pure-form input[type=text][disabled]
{
	color: rgb(51,51,51);
}

.error {
	color: red;
}