@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Heebo');

body, html {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

body, div, table{
		-webkit-print-color-adjust: exact !important;
		color-adjust: exact !important;
}

#topContainer{
	position: fixed;
	z-index: 300;
	width: 100%;
	
}

#LineBreak{
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
	z-index: -10;
}
#MenuContainerDiv{
	position: relative;
	display: block;
	min-width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #333;
	min-height: 90px;
	margin-bottom: 10px;
}

#PageMainContainerDiv{
	position: relative;
	display: block;
	min-width: 95%;
	width: auto;
	overflow: visible;
	float: left;
	background-color: white;
	/* margin: 0 auto; */
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	margin-top: 110px !important;
}

#LogoContainer{
	position: relative;
	display: block;
	background-color: #FFF !important;
	vertical-align: middle;
	line-height: 70px;
	font-size: 110%;
	font-weight: bold;
}


#LogoDiv {
	position: relative;
	display: inline-block;
	background-color: #FFF !important;
	min-width: 190px;
	max-width: 190px;
	margin: 0;
	background: url("/templates/images/lundberg_logga_ny.png") no-repeat;
	background-position: top left;
	background-position-y: 20px;
	background-size: 90% auto;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 50px;
}

#PageHeaderDiv{
	position: relative;
	display: inline-block;
	width: 90%;
	min-height: 50px;
	padding: 0px;
	padding-top: 20px;

}

#TitleText{
	position: relative;
	display: inline-block;
	font-size: 140%;
}

@media all and (max-width: 950px){
	
	#topContainer{
		margin: 0;
		padding: 0;
	}
	
	#LogoContainer{
		font-size: 100%;
		width: 100%;
		min-width: none;
		max-width: none;
		padding: 0px;
		padding-left: 10px;
		padding-top: 10px;
		vertical-align: top;
		margin: 0;
	}
	
	#LogoDiv{
		display: block;
		width: 100%;
		min-width: none;
		max-width: none;
		background-size: auto 80%;
		height: 70px;
		margin: 0;
		background-position-y: 0;
	}
	
	#TitleText{
		display: block;
		line-height: 20px;
		font-size: 20px;
		padding-bottom: 10px;
	}
}

#MainMenuDiv{
	position: relative;
	display: inline-block;
	background-color: darkgray;
	min-width: 200px;
	max-width: 200px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding-top: 10px;
	color: white;
	padding-bottom: 30px;
}

#MainContentDiv{
	position: relative;
	display: inline-block;
	min-width: 100%;
	width: auto;
	padding: 0px;
}

@media all and (max-width: 950px){
	#PageMainContainerDiv{
	 padding-top: 40px;
	}
}

#PageFooterDiv{
	position: relative;;
	display: none;
	width: 100%;
	min-width: 100%;
	bottom: 0px;
	padding: 5px;
	margin: 0;
	margin-top: 20px;
	text-align: center;
}

#show_machinecard {
	width:100%;
    border-spacing: 0px;

}
#show_machinecard tr:hover {
	background-color:lightblue;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

#DivLinkHover{
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding: 5px;
	border: 1px solid #666;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	min-width: 80px;
}

#DivLinkHover:hover{
	background-color: cadetblue;
	color: white;
}
/* User rights radio buttons color */
.lightyellow {
	background-color:lightyellow;
}
.lightblue {
	background-color:lightblue;
}
.lightgrey {
	background-color:lightgrey;
}

	#ViewfileDescDiv{
		position: relative;
		width: 100%;
		margin-top: 0px;
	}
	
#ViewfileDescDiv{
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid #DEDEDE;
	background-color: whitesmoke;
	border-radius: 5px;
	min-width: 400px;
	min-hegiht: 100px;
	padding: 5px;
	margin-bottom: 10px;
	max-width: 800px;
}
	
#ViewfileDescDiv h1 {
	font-size: 18px;
	background-color: #666;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	display: block;
	width: auto;
}

#ViewfileDescDiv i{
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
	border-radius: 5px;
}

#ViewfileDescDiv button{
	margin-left: 5px;
	margin-top: 10px;
}

#view_file_image{
	max-width: 100%;
	min-height: 250px;
	max-height: calc(100vh - 420px);
	background-color: white;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	padding: 5px;
}

#file_pdf_wrapper{
	width: 100%;
	height: calc(100vh - 420px);
	background-color: whitesmoke;
	border: 1px solid #DEDEDE;
	border-radius: 10px; 
}

#video_wrapper{
	width: 925px;
	height: 520px;
	background-color: black;
	-border: 1px solid black;
	border-radius: 10px;
}

@media all and (max-width: 950px){
#video_wrapper{
	width: 100%;
	display: block;
	height: 32vh;
	}
}


#audio_wrapper{
	width: 810px;
	border: 1px solid black;
	height: 30px;
}
@media all and (max-width: 950px){
	#audio_wrapper{
		display: block;
		width: 100%;
		height: 50px;
		padding: 5px;
		border: none;
	}
}
#file_meta_table td:first-child{
	font-weight: bold;
	padding-right: 10px;
	width: 100px;
}

#file_meta_table td:nth-child(3){
	padding-left: 10px;
	background-color: whitesmoke;
	width: 80px;
}

#file_meta_table{
	border-spacing: 10px;
    border-collapse: collapse;
	width: 100%;
}

#file_meta_table tr{
	vertical-align: top;
}

#file_meta_table tr:nth-child(even){
	background-color: #DEDEDE;
}

#ViewfileDescDiv button{
	padding: 2px;
	margin-left: 0px;
	height: 95px;
	margin-top: 1px;
	background-color: lightcoral;
	width: 80px;
	border: 1px solid #999;
}

#ViewfileDescDiv button:hover{
	background-color: indianred;
	border: 1px solid #666;
}

#back_button{
	font-size: 110%;
	font-weight: 100;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
}
#back_button:hover{
	background-color: skyblue;
	border: 1px solid #999;
}

#file_icon{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #DEDEDE;
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 40px
}

#open_file_link_line{
	display: table-cell;
	vertical-align: middle;
	font-size: 150%;
	line-height: 60px;
	width: 800px;
	padding: 5px;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
}

@media all and (max-width: 950px){
	#open_file_link_line{
		width: 100%;
		display: block;
		margin-top: 10px;
		font-size: 100%;
	}
}

#icon_text{
	font-size: 55%;
	position: absolute;
	margin-top: 2px;
	width: 53px;
	text-align: center;
	color: white;
	pointer-events: none;
	text-transform: uppercase;
	font-family: monospace;
	font-weight: 400;
}

#open_file_link_line a{
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: -10px;
	
}
.rmaStatus {
	border:1px solid #999;
	margin-left: 20px;
	display:inline;
	font-size: 14px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

#translate_table{
	border-spacing: 0px;
    border-collapse: separate;
}

#translate_table td{
	padding-top: 5px;
	padding-bottom: 5px;
}

#translate_table tr{
	vertical-align: top;
}

#translate_table tr:first-child{
	font-weight: bold;
	font-size: 120%;
}

#translate_table td{
	border-bottom: 1px solid #999;
}

#translate_table td:nth-child(1){
	width: 100px;
}

#translate_table td:nth-child(2){
	width: 150px;
}

#translate_table td:nth-child(3){
	width: 300px;
}

#translate_table td:nth-child(4){
	width: 70px;
}

#translate_table input[type='text']{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 80%;
	font-weight: bold;
	border: 2px solid green !important;
	border-radius: 5px;
	background-color: whitesmoke !important;
}

#translate_table input[type='submit']{
	border-radius: 5px;
}

#translate_type_td{
	border-bottom: 1px solid #999;
}

#translation_new{
	text-decoration: none;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	color: white;
}

#translation_new:hover{
	color: white;
	background-color: green;
}

.ck-editor{
	-display: block;
	-width: 900px !important;
}

	
	
.ck-editor__editable {
    -min-height: 200px;
}
.img_box_file {
	padding:5px;
	border-bottom:1px solid #000;
}
.img_box_file:hover {
	border-radius:5px;
	background-color:#66FF99;
	border-bottom: 0px;
}	
	
	
#incident_chat_box {
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	float:right;
	position:fixed;
	bottom:10px;
	right:10px;		
	min-height:27px;
	max-height:400px;	
	-border:1px solid #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width:350px;	
	overflow: hidden;
	font-size: 120%;
	-line-height: 30px;
	
}
#incident_chat_box_header {
	background-color:rgba(0, 0, 0, 0.7);
	color:white;
	height:22px;
	padding-top:3px;
	padding-bottom:3px;
}
#incident_chat_box h3 {
	padding-left:10px;	
}
#incident_chat_box i {
	float:right;
	margin-top:3px;
	margin-right:10px;
}
#incident_chat_box i:hover {
	color:black;
	cursor: pointer;
}
#incident_chat_inside_box {
	height:400px;
	padding:0px;
}
#incident_chat_message_box {
	background-color:white;
	overflow-y: scroll;	
	color:black;
	-padding:10px;
	height:338px;
	display:flex; 
	flex-direction:column-reverse;
	vertical-align:bottom;
}
#incident_chat_submit_box {
	border-top: 1px solid #000;
	padding:3px;
	background-color: white;
	position: fixed;
	bottom:11px;	
	width:344px;
	height:29px;
}
#incident_chat_submit_box input {
	padding:2px;
	margin-left:1px;
	width:272px;
	height:23px;
	font-size: 15px;
	border-radius: 5px;
	border:1px solid #000;
}
#incident_chat_submit_box input[type='submit'] {
	width:60px;	
	border-radius: 5px;
	border:1px solid lightgrey;
	margin-left:4px;
	height:28px;
}
.Row {
    display: table;
    -width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 10px; /*Optional*/
}	

.chat_msg {
	display: table-cell;
	background-color: lightyellow;
	border-radius: 15px;
	border:1px solid #000;
	padding:5px;
	margin-bottom:6px;
	font-size: 12px;
	width:100%;
	}
.chat_msg label {
	font-style: italic;	  
	font-size: 10px;
	font-weight:bolder;
	color:grey;
	letter-spacing: 0.1em;
	
}
#chat_avatan {
		background-color: lightblue;
		-display: table-cell;
		-border:1px solid #000;
		border-radius: 30px;
		width :30px;
		height:25px;
		padding:5px;
		letter-spacing: 0.1em;
		font-size: 20px;
		text-align: center;
}
#chat_avatan:hover{
	background-color:lightyellow;
	}
	
#notis_box {
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	
		position: fixed;
		display: block;
		-border:1px solid #000;
		margin-top:-26px;
		margin-left: 10px;
		background-color:#ebebeb;
		padding:2px;
		padding-left: 4px;
		padding-right: 4px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom: 0px;
		text-align: center;
}
#notis_box i {
	color:red;
	letter-spacing: 0.1em;
	}
	
details {
    -border: 1px solid #aaa;
    border-radius: 4px;
    padding: .5em .5em 0;
}

summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
}

details[open] {
    padding: .5em;
}

details[open] summary {
    -border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}
#incident_table_view {
	border:1px solid #000;
	padding:0px;
	margin:0px;
	border-spacing: 0px 0px;
	width:100%;
}
#incident_table_view td {
	padding:5px;
	border-bottom:1px solid #000;
	padding-right:20px;
}
#incident_table_view td:first-child {
	-text-align: center;
	font-weight: bold;
}
#incident_table_view td:nth-child(3) {
	
}
#incident_table_view th {
	background-color:lightgrey;
	text-align: left;
	padding-right:10px;
	padding-left:5px;
}
#incident_table_view tr {
	
}
#incident_table_view tr:hover {
	background-color:lightblue;
	
}
#lang_selector_box {
	display:inline-block;
	padding:10px;
	border:1px solid #000;
	margin-right:10px;
	margin-bottom:10px;
	}
#lang_selector_box:hover {
	background-color:lightblue;
	}
#create_permission {
	padding:10px;
	border:1px solid #000;
	width:200px;
	text-align: center;
	margin:10px;
	background-color:lightblue;
	border-radius: 15px;
	}
#create_permission:hover {
	background-color:lightyellow;
	
	}
#file_rights_box {
	
	}
.rule_list {
	margin:20px;
	margin-top: 0px;
	display: none;
	}
	
#translation_header_box {
	margin-bottom:10px;
	padding:10px;
	display: table-row; 
	}
#translate_container {
	border:1px solid #000;
	margin-bottom:10px;
	padding:10px;
	display:table-row;
	}
#translate_container :hover{
	background-color:lightblue;
	}
#translation_row_box {
	table-layout: auto;
	display: table-cell;
	padding-right:20px;
	padding-bottom:20px;
	}
#translation_row_box label {
	font-weight: bold;
	font-size: 20px;		
	}
#category_list {
		margin-left:20px;
		display: inline-block;
		overflow:scroll;
		height:300px;
		width:200px;
		border:1px solid #000;
		padding:5px;
		
	}
#category_list span {	
		cursor: pointer;		
	}
#category_list span:hover {
		background-color:lightblue;
	}