/* Stylesheet / CSS */

/* CSS Reset - Do not edit this line */
html {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Roboto', sans-serif;
	overscroll-behavior: none;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*font-family: inherit;*/
	vertical-align: baseline;
}
.search-wrapper .row-fluid [class*="span"] {
	margin-left: 0 !important;
	min-height: 40px;    
}
.search-wrapper .control-label {
	min-width: 100px;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
.clearfix:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

body {
	min-width: 320px;
	overscroll-behavior: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	float: none !important;
}
table, th, td {
	vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
:focus {
	outline: 0;
}
ul {
	list-style: none;
}
/* General Styles
----------------------------------------------------------------------------------------------------*/
html, body {
}
html {
}
body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	min-width: 320px;
}
/*--------------------*/

#login:hover {
	/*margin-top: 130px;*/
}
.mid-box {
	margin: 10px auto;
}
#login:hover:before {
	bottom: -86px;
}
#login:before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: -76px;
	left: -9px;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 379px;
	height: 80px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
/*--------------------*/

.form-wrapper h1 {
	text-transform: uppercase;
	text-align: center;
	color: #666;
	margin: 0 0 15px 0;
	position: relative;
	font-size: 22px;
	font-family: 'Ubuntu', sans-serif;
}
/*--------------------*/

.form-wrapper fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
/*--------------------*/

#username {
	background-position: 5px -2px !important;
}
#password {
	background-position: 5px -52px !important;
}
#actions {
	margin: 15px 0 0 0;
}
 #submit::-moz-focus-inner {
 border: none;
}
#actions a {
	color: #BBBBBB;
	line-height: 35px;
	font-size: 12px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
#actions a:hover {
	color: #338AAF;
}
#back {
	display: block;
	text-align: center;
	position: relative;
	top: 60px;
	color: #999;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.algn-center {
	text-align: center;
}
.logo-box {
	float: left;
	width: 12%;
}
.logo-box img {
	width: 115px;
	margin-top: 5px;
	max-width: 100%;
        height:26px;
}

#top_links {
	display:flex;
	justify-content: flex-end
}

ul.top_links {
	margin-top: 0;
}
ul.top_links li {
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	margin: 0;
	padding: 0 15px;
	margin-left: -2px;
}
ul.top_links li.current:last-child, ul.top_links li:last-child:hover {
	border-bottom-right-radius: 14px;
	border-top-right-radius: 14px;
}
ul.top_links li.current:first-child, ul.top_links li:first-child:hover {
	border-bottom-left-radius: 14px;
	border-top-left-radius: 14px;
}
.login-list ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 10px;
}
.logo-tiny {
	margin-bottom: 20px;
}
.dropdown-toggle:focus{
	outline: none;
	}
.logo-tiny img {
	width: 200px;
}
.login-list ul li a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.login-list ul li a img:hover {
	margin-top: -5px;
}
.mid-wrapper {
	height: 100%;
	padding: .5rem;
	overflow-y: auto;
	overflow-x: hidden;
	/*padding-bottom: 20px;
	margin-top: 4.5%;*/ /*UTRYMMET MELLAN HUVUDMENYN OCH INNEHÅLLET*/
}
.sing-up-form {
	width: 350px;
	margin: 0px auto;
	padding: 20px 0px;
	background-color: #F1F1F1;
	text-align: left;
}
form fieldset {
	margin: 0 0 10px 0 !important;
	font-size: 14px;
}
form fieldset.form-actions {
	margin: 0;
}
form fieldset label {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
}
form fieldset.check label {
	display: inline;
	font-weight: normal;
}
form fieldset.radio ul li label {
	display: inline;
	font-weight: normal;
}
form fieldset input.form-text.error, form fieldset textarea.error {
	border: 1px solid red;
}
form fieldset textarea {
	height: 150px;
}
form fieldset select {
	min-width: 25%;
	margin: 0;
	width: 100%;
}
form fieldset.radio ul {
	margin-top: 5px;
}
form fieldset.radio ul li {
	margin: 0 0 5px 0;
}
form fieldset.radio ul li:last-child {
	margin: 0;
}
form fieldset p.form-help {
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #999;
	display: none;
}
form input[type="submit"] {
}
input, textarea {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	outline: none;
}
.mid-box h2 {
	font-size: 28px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
}
.classname:active {
	position: relative;
	top: 1px;
}
/*.sign-up-box {
	margin-top: 7%;
	padding: 6px 10px 10px;
}*/
.sing-up-form h3 {
	margin-bottom: 5px;
}
.form-inline .controls-row {
	display: inline-block;
}
/*.k-widget*/
.form-inline .row-fluid {
	padding: 1px 10px 1px; /*box-shadow: 0 0 13px rgba(150, 150, 150, 0.3) inset;*/
	margin-bottom: 15px;
	/*box-shadow: 0 0 6px rgba(0, 0, 0, 0.46);*/
}
.k-grid {
	padding: 0px;
}
.k-tabstrip > .k-content, .k-panelbar .k-tabstrip > .k-content {
	padding: 0.3em 0.32em;
}
.form-inline input, .form-inline select {
	border-radius: 0px;
}
.search-form input, .search-form select, .search-form textarea {
	border-radius: 5px;
}
.form-inline label {
	/*font-size: 14px;*/
	/*text-transform: capitalize;*/
}
.no-margin {
	margin: 0px !important;
}
.poweredby {
	display: table;
}
.poweredby i {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	padding-right: 5px;
	font-style: normal;
}
.copy-right {
	padding-top: 9px;
	font-weight: bold;
}
.share ul li {
	display: inline-block;
	vertical-align: top;
	height: 34px;
}
.share {
	margin-right: 10px;
	margin-top: 2px;
}
.search-tabs li {
	display: inline-block;
	vertical-align: top;
}
.search-tabs li a {
	color: #000;
}

/*date picker*/
/*.ui-datepicker {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	font: 9pt Arial, sans-serif;
	height: auto;
	margin: 5px auto 0;
	width: 216px;
	background-color: #fff;
}
.ui-datepicker a {
	text-decoration: none;
}
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url("../images/dark_leather.png") repeat scroll 0 0 #000000;
	border-color: #111111;
	border-style: solid;
	border-width: 1px 0 0;
	box-shadow: 0 1px 1px 0 rgba(250, 250, 250, 0.2) inset;
	color: #E0E0E0;
	font-weight: bold;
	line-height: 30px;
	text-shadow: 1px -1px 0 #000000;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	line-height: 600%;
	overflow: hidden;
	text-align: center;
	width: 30px;
}
.ui-datepicker-prev {
	background-position: center -30px;
	float: left;
}
.ui-datepicker-next {
	background-position: center 0;
	float: right;
}
.ui-datepicker thead {
	background-color: #F7F7F7;
	background-image: -moz-linear-gradient(center top, #F7F7F7 0%, #F1F1F1 100%);
	border-bottom: 1px solid #BBBBBB;
}
.ui-datepicker th {
	color: #666666;
	font-size: 6pt;
	padding: 5px 0;
	text-shadow: 1px 0 0 #FFFFFF;
	text-transform: uppercase;
}
.ui-datepicker tbody td {
	border-right: 1px solid #BBBBBB;
	padding: 0;
}
.ui-datepicker tbody td:last-child {
	border-right: 0 none;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #BBBBBB;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0 none;
}
.ui-datepicker td span, .ui-datepicker td a {
	color: #666666;
	display: inline-block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-shadow: 1px 1px 0 #FFFFFF;
	width: 30px;
}
.ui-datepicker-calendar .ui-state-default {
	background: -moz-linear-gradient(center top, #EDEDED 0%, #DEDEDE 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: 1px 1px 0 0 rgba(250, 250, 250, 0.5) inset;
}
.ui-datepicker-calendar .ui-state-hover {
	background: none repeat scroll 0 0 #F7F7F7;
}
.ui-datepicker-calendar .ui-state-active {
	background: none repeat scroll 0 0 #6EAFBF;
	border: 1px solid #55838F;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
	color: #E0E0E0;
	margin: -1px;
	position: relative;
	text-shadow: 0 1px 0 #4D7A85;
}
.ui-datepicker-unselectable .ui-state-default {
	background: none repeat scroll 0 0 #F4F4F4;
	color: #B4B3B3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	margin-left: 0;
	width: 29px;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	margin-right: 0;
	width: 29px;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}*/
.control-group {
	margin: 0px;
}
.control-group:first-child {
	margin-bottom: 10px;
}
.footer-wrapper {
	padding: 0px;
	position: fixed;
}
.menu_content1 {
	height: 36px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	width: 387px;
	margin: 0px auto;
	position: relative;
	top: 8px;
	border: 1px solid #E7E7E7;
}
.menu_content1 ul {
	list-style-type: none;
	/*white-space: nowrap;*/
}
.menu_content1 li {
	display: inline-block;
	margin-left: 0px;
	margin-right: -5px;
	border-right: 1px solid #ccc;
	background: #f7f7f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f5 0%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f5), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f5 0%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f5 0%, #dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f7f5 0%, #dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7f7f5 0%, #dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f5', endColorstr='#dbdbdb', GradientType=0 ); /* IE6-9 */
}
.menu_content1 li:last-child {
	border: none;
}
.menu_content1 a {
	color: #000;
	padding: 8px;
	display: block;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	/*text-transform: capitalize;*/
}
.menu_content1 a:hover, .menu_content1 li.active a {
	color: #fff;
	background: none repeat scroll 0 0 #326589;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.27) inset;
}
.menu_content1 li:first-child, .menu_content1 li:first-child a {
	border-bottom-left-radius: 14px;
	border-top-left-radius: 14px;
}
.menu_content1 li:last-child, .menu_content1 li:last-child a {
	border-bottom-right-radius: 14px;
	border-top-right-radius: 14px;
}
.menu_content1 li:last-child a {
}
.s-head {
	/*font-size: 22px;*/
	line-height: 22px;
	/*margin-bottom: 10px;*/
	text-shadow: 1px 1px 2px #999;
	color: #00599B;
	font-weight: bold;
	/*border-bottom: 1px solid #ccc;*/
	/*margin-bottom: 18px;*/
}
.more {
	font-size: 16px;
	color: #000;
	margin-right: 15px;
	margin-top: 0px;
	min-height: 20px;
}
.more:focus {
	outline: none;
}
.s-link {
	background-color: #f4f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f4f5f5, endColorstr=#dfdddd);
	box-shadow: -1px -1px 3px #021924;
	color: #000;
	-webkit-border-radius: 7px !important;
	-moz-border-radius: 7px !important;
	border-radius: 7px !important;
	line-height: 16px;
	padding: 7px 11px;
	font-size: 14px;
	border: 1px solid #ccc;
	margin-top: 2px;
}
.s-link:hover {
	opacity: 0.7;
	text-decoration: none;
}
.search-form {
}
.radio-inp {
	margin-top: 0px;
	position: relative;
	top: -3px;
}

nav a#pull {
	display: none;
    color: white;
    background-color: #005580;
}
input, textarea, .uneditable-input {
	/*width: 140px;*/
}
.row-section {
	/*margin-top: 20px;*/
    height:auto;
	background-color: rgba(255, 255, 255, 0.47);
	border: 2px solid rgba(25, 94, 130, 0.25);    
}
.search-wrapper .row-fluid, .search-wrapper .k-widget {
	margin-bottom: 0px;
}
.dash-box {
	padding: 0px 12px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.logo-header {
/*	position: fixed;*/
	width: 100%;
	top: 0px;
	z-index: 999;
}
/*#login {
	margin: 150px 0 0 -178px;
}*/
.poweredby .first i img {
	width: 55px !important;
	margin-top: 5px;
}
.add-del > a {
	display: table-cell;
	vertical-align: top;
	padding-right: 5px;
}
.chzn-container {
	margin-bottom: 8px;
}
.poweredby .share li a img {
	width: 28px;
	margin-top: 2px;
}
.o-wrap{
	position: relative;	
	}
.o-wrap .action{
	position: absolute;
	right: -25px;
	top: 5px;
	}
.sing-up-form .classname{
	height: 30px;
	}
.dropdown-menu > li > a{
	font-size: 13px;	
	}
/*.header-text .dropdown{
	margin-right: 200px;
	margin-top: 1%;
	}*/
.header-text .dropdown-menu li a{
	font-size: 13px;
	text-align: left;
	}	
.header-text .username{
	font-size: 14px;	
	}
.header-text .dropdown-toggle:focus{
	outline: none;
	}
.header-text .dropdown .caret {
    margin-left: 5px;
    margin-top: 12px ;
}
.logo-header .dropdown{
	top: 11px;	
	}
.logo-header .dropdown .extended {
	/*left: -120px;*/
	}

.main-wrapper {
	display: flex;
	flex-direction: column;
	height: 100dvh;
}

.k-list-container {
	max-width: 100vw;
}
/*nav a#pull:hover {
	background-color: transparent;
	color: #000;
	}*/
@media only screen and (max-width : 770px) {
	/*.header-text .dropdown {
        margin-right: 23px;
        margin-top: 1%;
    }*/
	.login-list {
	    /*margin: 90px auto !important;*/
    }
    #login {
	    /*margin: 70px 0 0 -178px;*/
    }
    .form-inline input, .form-inline textarea, .form-inline .uneditable-input {
	    width: 100%;
	    padding: 5px 0px;
    }
    .form-inline .classname, .form-inline .s-link {
	    width: auto;
	    padding: 6px 10px;
    }

/*    .mid-wrapper {
	    margin-top: 0px;
    }*/
    .mid-box {
	    /*margin: 30px auto;*/
    }
    .classname {
	    line-height: 35px !important;
	    padding: 0px 8px !important;
    }
    #middle-wrapper {
        margin-top:0px;
    }

	.mid-wrapper {
		padding: 0;
	}
}


/*Styles for screen 515px and lower*/
@media only screen and (max-width : 1699px) {
/*	.logo-header {
	    position: relative;
    }*/
/*    .mid-wrapper {    
	    margin-top: 0px;
    }*/
    .logo-header .dropdown {
        top: -42px;
    }
    .s-link, .classname {
	    width: 100px !important;
    }
    .menu_content1 li a, .menu_content1 li, .menu_content1 {
	    border-radius: 0px !important;
    }
    .menu_content1 li {
	    margin: 0px;
    }
    .controls.controls-row {
	    width: 100%;
    }
    .logo-box {
	    display: block;
	    float: none;
	    width: auto;
    }
    .menu_content1 {
	    width: 100% !important;
	    float: none !important;
	    margin-bottom: 8px;
    }
    nav {
	    border-bottom: 0;
    }
    .menu_content1 ul {
	    display: none;
	    height: auto;    
    }
	nav a#pull {
		position: relative;
		display: flex;
		flex-direction: row-reverse;
		gap: 0.5rem;
		font-weight: bold;
		padding: 7px 10px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
		-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
		-o-transition: border linear 0.2s, box-shadow linear 0.2s;
		text-decoration: none;
		align-items: center;
		justify-content: space-between;
		height: 30px;
	}
    nav a#pull:focus {
	    outline: none;
    }
    .menu_content1 li {
	    display: block;
    }
    .menu_content1 ul li a {
	    text-align: center;
    }
    .datepicker-wrap label {
	    display: block;
    }
    /*#top_links {
	    top: 18px !important;
    }*/
}


 @media (max-width: 1200px) {
    .menu_content1 {
	    top: 4px;    
    }
    /*#top_links {
	    top: 2px;
    }*/
}
 @media (max-width: 1100px) {
    .menu_content1 {
	    width: auto;
	    height: auto;
	    display: inline-block;
	    left: 8%;
	    padding-right: 4px;
    }
    .menu_content1 ul li a {
	    padding: 5px;
    }
}
 @media (max-width: 910px) {
    .menu_content1 {
	    left: 3%;
	    top: 4px;
    }
    .menu_content1 a {
	    font-size: 1.2em;
    }
}

 @media (min-width: 0px) and (max-width: 532px) {
/*    .logo-header {
        position: relative;
    }*/
	 
    .logo-header .dropdown {
        left: 4px;
    }
    .header-text #top_links {
        right: 10%;
    }
    .dropdown-menu{
	    left: 50%;
	    margin-left: -80px;
	}
    .login-list {
	    /*margin: 20px auto !important;*/
    }
    .WelcomeMessage {
        width: auto;
        margin: 10px auto;
    }
    .center-box > div, .center-box > span {
	    text-align: center;
	    display: inline-block;
    }
    .poweredby {
	    margin-top: 10px;
    }
    .mid-box {
	    width: auto;
	    margin: 10px auto;
    }
    .login-list ul li {
	    display: inline-block;
    }

    .befa-licensmodell {
            max-width:100%;
            max-height:100%;
    }
    #middle-wrapper {
        margin-top:0px;
    }
    /*.footer-wrapper {
	    position: relative;
    }*/
/*    .mid-wrapper {
	    padding-bottom: 20px;
    }*/
    #login {
	    left: 0px;
	    top: 0px;
	    margin: 0px;
	    width: auto;
    }
    .sing-up-form {
	    width: auto;
    }
    .space-wrapper {
	    padding: 8px;
    }
    /*#top_links {
	    position: relative;
	    top: 10px !important;
	    right: 24%;
    }*/
    .checkbox label {
	    display: block;
	    margin: 0px !important;
    }
    .o-wrap .action{
	    right: -8px;
	    }
}
 @media (max-width: 1040px) {
    .form-inline .controls-row {
	    display: block !important;
    }
}
