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

.secmessage {
	padding:15px; 
	width: auto; 
	font-size:16px; 
	color: #666; 
	border:1px solid #666; 
	background-color: lavender;
	margin:0px;
	border-radius: 5px;
	position: fixed;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(102,102,102,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(102,102,102,1);
	box-shadow: 0px 0px 5px 2px rgba(102,102,102,1);
	z-index: 3000;
	right: 50px;
	top: 2%;
}

textarea {
	width: 890px;
	height: 10vw;
}

select{
	width: 100%;
	border: 1px solid #999 !important;
	font-size: 100%;
	padding: 2px;
	background-color: white;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type=number] {
    -moz-appearance: textfield;
}

input[type=submit], input[type=button], #myButton, #TopRightCornerButton{
	border: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	font-weight: bold;
	cursor: pointer;
	background-color: deepskyblue !important;
	margin-left: 5px;
}


.produkter-table input[type=submit]{
	background-color: deepskyblue!important;
	border: 1px solid #999 !important;
	line-height: 0 !important;
	height: 30px !important;
}

.produkter-table input[type=submit]:hover{
	background-color: cadetblue !important;
}

input[type=submit]:hover, input[type=button]:hover, #myButton:hover, #TopRightCornerButton:hover{
	background-color: cadetblue !important;
	color: white;
}
button{
	cursor: pointer;
}

input[type=email], input[type=password], input[type=text], input[type=username], input[type=number], input[type=date], input[type=datetime], select{
	font-family: inherit;
	padding: 0;
	padding-left: 5px !important;
	padding-right: 5px !important;
	margin: 0px;
	-border-radius: 5px;
	border: 1px solid #999 !important;
	background-color: #FFF !important;
	line-height: 30px;
	height: 30px;
}

.produkter-table input[type=text]{
	padding: 0 !important;
}

input[type=text]{
	min-width: 300px;
	max-width: 300px;
}
input[type=number]{
	min-width: 100px;
	max-width: 100px;
	-webkit-appearance: none !important;
	-moz-appearance:textfield !important;
	step: any;
	steps: any;
}

input[type=date], input[type=datetime]{
	min-width: 125px;
	max-width: 125px;
}
input[type=password], input[type=username]{
	min-width: 300px;
	max-width: 300px;
}

input{
	-padding-left: 5px !important;
	-padding-right: 5px !important;
}

select{
	min-width: 150px;
	max-width: 150px;
}

.sortable input[type=text], .sortable input[type=date], .sortable input[type=number]{
	clear:both;
	min-width: 155px !important;
	max-width: 155px !important;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
}

.sortable select{
	clear:both;
	min-width: 155px !important;
	max-width: 155px !important;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;	
}

.sortable input[type=submit]{
	transform: scale(0.8);
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
	font-size: 18px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    background-image: none;
}

#selctorskinned{
	border: 1px solid #333;
	border-radius: 4px;
	font-size: 14px;
}

#CreateButton:hover{
	background-color: darkgray;
	border: 1px solid #666;
}

#CreateButton a{
	text-decoration: none;
}

#usernameTD{
	color: #333;
	text-decoration: none !important;
}

#tableUserlist tr:hover #usernameTD{
	color: white;
}

#CreateButtonDel{
	display: inline-block;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #000;
	background-color: coral;
	-border-radius: 5px;
	margin-bottom: 30px;
	color: #333;
}

#CreateButtonDel:hover{
	background-color: #999;
	border: 2px solid #666;
}

#checkboxselector{
	max-width: 50%;
	background-color: white;
	display: block !important;
	height: 100px !important;
}

.SelectboxOK
{
	background-color:#33ad2a !important;
}
.SelectboxNOTOK
{
	background-color:#d5502c !important;
}
.SelectboxUNDEFINED
{
	background-color:#f68c8c !important;
}
#protokoll_selctor{
	height: 300px;
	min-height: 100%;
	max-height: 100%;
	overflow: hidden;
	display: table-cell;
	padding: 0;
	margin: 0;
	margin-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
}

#protokoll_selctor button {
	border: 1px solid #666;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	font-weight: bold;
	height: 70px;
	display: block;
	position: inherit;
	width: 150px;
	margin-top: 0px;
	margin-bottom: 0px !important;
	z-index: 20 !important;	

}
.protoLabel {
	word-wrap: break-word;
	width: calc(100% - 14px);
	max-width: 140px;
	display: inline-block;
	-border: 1px solid #666;
	-border-radius: 4px;
	-background-color:whitesmoke;
	padding: 4px;
	margin-bottom: 15px;
	line-height: 100%;
	font-size: 100%;
	min-height: 110px;
}

@media all and (max-width: 950px){
	
	#protokoll_selctor button {
		width: 90vw !important;
	}
	
	#submitComment{
		font-size: 200%;
	}
	
	input[type="text"], input[type="number"]{
		display: inline-block !important;
		width: calc(100% - 15px) !important;
		min-width: none;
		max-width: none;
	}
	
	}
#protokoll_selctor button:hover{
	background-color: deepskyblue;
}

.mceNoEditor{
	width: calc(100% - 8px);
	margin: 0px;
	padding: 4px;
	border: 1px solid #666;
	/* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); */
	resize: none;
	height: 100px;
	max-height: 100px;
	font-size: 100%;
	font-family: inherit;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	display:inline-block;
	min-width: 500px;
}

.searchoptions{


	display:inline-grid;
	max-width: 40vw;
	line-height: 30px;
	margin-bottom: 20px;


}

.searchoptions span{
	padding: 4px;
	margin-right: 15px;
	display: inline-block;
}