body {
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #444;

    
    background: #d8d5d1;
    
	/*	
	background-image: url("/style/bg.jpg");
	background-repeat: no-repeat;
  	background-size: 100%;
    */
    
	
}
		
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

a {color:white;}

a:hover {font-weight: bold; color:white;}

h1.title {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1.42857143;
    font-size: 22.5px;
    color: #333;
    font-weight: normal;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

h3.styled-header, h4.styled-header, h5.styled-header, h6.styled-header {
    border-bottom: 1px solid #929292;
}

.row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
margin-bottom: 0.1rem;
}

.progressbar_row {

	flex-wrap: wrap;
margin-bottom: 0.1rem;
}


.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto  {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 5px;
}


.event-header {
    background: #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    cursor: default;
	margin-bottom: 0.5rem;
	padding: 0;
}

.event-contents {
	background-color: #6a2fff;
    border: solid 1px #dbdbdb;
    color: white;
    padding: 10px 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: white;
}

.event-field {
margin-left: 0px;
}

.event-info {
background-color: #6a2fff;
    border: solid 1px #dbdbdb;
    color: white;
    
    padding: 10px 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.event-callout {
    padding: 1.25rem 0.5rem;
    margin: 1rem ;
    border: .1rem solid #929292;
    border-left-width: .5rem;
    border-radius: .25rem;
	border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.event-callout-warning {

    border-left-color: #B90303;	

}

/* Färg pa status bar */
.active-status {
    	background-color: #3a11f3;
    
}



label {
    margin-bottom: 0.1rem;
	margin-top: 0.1rem;
    float: none;
    font-weight: 600;
    margin-right: 0;
    margin-left: 10px;
}

.event-bd {
    padding: 0.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .1rem;
}

.footer {
	color: #FFFFFF;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 16px;   /* Height of the footer */
	background: #000000;
	align-top: 4px;
	font-size: xx-small;
	padding-left: 10px;
	padding-top: 2px;
	}

.required:after {
    opacity: .8;
    margin-left: 3px;
    content: "*";
    display: inline-block;
    color: #f7412d !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 4px 8px;
	margin-bottom: 2px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    transition: ease-in-out .15s;
    /* -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select.form-control {
	
	height: auto;
}


