*/html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}


* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

body {
 color: #20425f;
 background: #2d3e50;
 background-image: url("../img/skopebckgrnd.png");
 background-repeat: no-repeat;
 padding: 20px 0;
}




/* Admin lists and searchbox */

#search {
    display: inline-block;
	width: 90%;
    font-size: 16px; 
    padding: 12px 20px 12px 12px; 
    border: 1px solid #ddd;
	border-radius: 10px;
    margin-bottom: 12px; 
	text-decoration: none;
}

.List {
    width: 90%;
	display: inline-block;
	list-style-type: none;
    padding: 0;
    margin: 0;
	text-align: left;
    
}

.List li  {
    display: inline-block;
	padding: 2px; 
    text-decoration: none; 
    font-size: 14px; 
    
}


.List li a {
	height: 100px;
    border: 1px solid #20425f;
	border-radius: 10px;
	padding: 5px 5px 12px 5px; 
    text-decoration: none; 
    font-size: 16px; 
    display: inline-block; 
	color: #20425f;
	margin: 0;
}

.List li a img, .List li a img:hover {
	
	width: 20px;
	height: 20px;
	background: transparent;
	border: none;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	box-shadow: none;
}

.List li a:hover:not(.header) {
    background-color: #20425f;
	color: #fff;
}

/* end lists and searchbox */

/* Dropdown pxList and searchbox */

.pButton{
	border: 2px solid #20425f;
	background: #fff;
	padding: 4px 6px;
	border-radius: 10px;
	width: 300px;
	display: block;
	color: #20425f;

}

.pButton span{
	float: right;
	
	
}

.pButtonHide{
	background-color: #20425f;
	color: #fff;
	
	
}

/* The search field */
#pSearch {
  box-sizing: border-box;
  font-size: 14px;
  padding: 5px 15px 5px 15px;
  
  
}

/* The search field when it gets focus/clicked on */
#myInput:focus {outline: 3px solid #ddd;}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  
  display: none;
  position: absolute;
  top: -0px;
  left: -6px;
  background-color: #fff;
  min-width: 200px;
  border: 2px solid #20425f;
  border-radius: 5px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #20425f;
  font-size: 14px;
  padding: 4px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background-color: #20425f;
color: #fff;
border: 1px solid #fff;
border-radius: 5px;

}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}





/* End Dropdown pxList and searchbox */

form {
    display: inline-block;
    margin: 5px;

}

.header{
    height: 120px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: url("../img/skopelogo.png");
    background-position:3% 50%;
    background-size: 150px;
    background-repeat: no-repeat;
    background-color: #20425f;
    box-shadow: 0px 15px 12px -18px #111;
    padding: 5px;
    margin-bottom: 15px;
}

.header a img, .header a img:hover{
    /* Icons  */
	position: relative;
	top: 8px;
	width: 28px;
	height: 28px;
	background: transparent;
	border: none;
	position: relative;
	display: inline-block;
	margin: 0;
	# box-shadow: 1px 1px 4px #ddd;
	box-shadow: none;

}


.header h1 {
    padding-top: 20px;
    color: #fff;
	margin: 0;
	margin-top: 10px;

}

.header p {
	display: inline-block;
	color: #fff; 
	text-align: center;

}



.footer{
    height: 40px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #20425f;
	box-shadow: 0px -14px 12px -18px #111;
	border-top: 1px solid black;
	
	
}

.footer span a {
    display: inline-block;
	font-size: 14px; 
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none; color: #fff;
	margin-left: 10px;
	margin-right: 10px;

}

.edituser {
	display: inline-block;
	border: 1px solid gray;
	border-radius: 10px;
	padding: 5px;
	margin: 5px;
	width: 440px;
}

.container{
    display: block;
	min-width: 300px;
	max-width: 60%;
	width: auto;
    color: #20425f;
  	margin: 0px auto;
	border: 5px solid #102334;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #3f595c;


}

.container span img, .container span img:hover{
	/* Icons  */
	position: relative;
	top: -6px;
	width: 32px;
	height: 32px;
	background: transparent;
	border: none;
	position: relative;
	display: inline-block;
	margin: 0;
	# box-shadow: 1px 1px 4px #ddd;
	box-shadow: none;
	
	
}

.container img {
 position: relative;
 display: inline-block;
 height: 80px;
 border: 1px solid #ccc;
 border-radius: 10px;
 margin: 0;
 box-shadow: 2px 2px 8px #ddd;
 background: #fff;
 
}

.container img:hover {
 border: 1px solid #20425f;
 box-shadow: 1px 1px 0px #ddd;
}

.buttond, .buttont, .buttonn {
	display: inline-block;
	margin: 10px;
	width: 90px;
	color: #20425f;
	font-size: 9px;
	
	
}

.buttonn::after{
	content: ".not set";
	position: relative;
	background: #ddd;
	color: #fff;
	border-bottom: 1px solid #ccc;
	border-radius: 4px;
	top: -84px;
	left: -34px;
	padding: 3px;
	
}

.buttond::after{
	content: ".dicom";
	position: relative;
	background: #20425f;
	color: #fff;
	border-bottom: 1px solid #ccc;
	border-radius: 4px;
	top: -84px;
	left: -40px;
	padding: 3px;
	
}

.buttont::after{
	content: ".txt";
	position: relative;
	background: #20425f;
	color: #fff;
	border-bottom: 1px solid #ccc;
	border-radius: 4px;
	top: -84px;
	left: -38px;
	padding: 3px;
	
	
	
}

.container input[type="button"], .container input[type="submit"] {
	width: 100px;
	font-weight: bold;
	border: 3px solid #fff;
	box-shadow: 0px 0px 8px #ddd;
	border-radius: 20px;
	background-color: #ccc;
	color:#585858;
	margin: 5px;

}

.container input[type="text"], .container input[type="password"], .container input[type="email"], .container input[type="date"], input[type="text"]:disabled, input[type="date"]:disabled {
	width: 280px;
	border: 0;
	border-radius: 0px;
	color: #000;
	background: transparent;
	
	
	
	
}

input[type="text"]:disabled, input[type="date"]:disabled {
	width: 160px;
	text-decoration: none;
	color: #20425f;
	
}

a {

	font-size: 18px;
}

a.refresh {
	
	font-size: 18px;
	text-decoration: none;
	border: 2px solid #ddd;
	border-radius: 20px;
	padding: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	margin-right: 5px;
}

p {
	margin: 5px;
	margin-left:10px;
	text-align: left;
	font-size: 18px;
	margin-bottom: 5px;

}


h1 {

	text-align: center;
	padding-top: 5px;

  	font-size: 26px;


}

h3 {

	text-align: center;
	font-size: 18px;
	margin: 5px;


}

select {
   -webkit-appearance: none;
   -moz-appearance: none;
   border: none;
   background: none;
   padding-top: 5px;
   color: #20425f;
   font-size: 18px;
   
}

.pxlabel{
	display: inline-block;
	width: 120px;
	margin: 2px;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
}