/* Stylesheet for SMOKA */
/* $Id: kspsearch.css,v 1.0 2019/05/13 JF $ */

body, .body {
	background: #ffffcc;
	color: black;
	margin-right: 0.3em;
	margin-left:  0.3em;
}
h1 {
	margin-top: 12pt;
	margin-bottom: 1pt;
	border-style: solid;
	border-color: #999999;
	border-width: 0pt 0pt 0pt 20pt;
	padding: 10pt 70pt 5pt 10pt;
}

h2 {
	margin-top: 5pt;
	margin-bottom: 1pt;
	border-style: solid;
	border-color: #cccccc;
	border-width: 0pt 0pt 2pt 13pt;
	padding: 3pt 70pt 0pt 5pt;
}

h3 {
	margin-top: 3pt;
	margin-bottom: 0pt;
}

div.language {
	text-align: right;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

div.resource {
	width: 80%;
	float: left;
}

div.whatsnew, div.information {
	width: 30%;
	margin: 0pt 0pt 10pt 0pt;
        border-style: solid;
        border-width: thick;
        border-color: #cccccc;
}

div.whatsnew h3, div.information h3 {
	text-align: center;
}

p {
	text-indent: 1em;
}

p.noindent {
	text-indent: 0em;
}

p.definition {
	margin-left: 40pt;
}


pre {
	margin-right: auto;
	margin-left:  auto;
	width: 90%;
	white-space: pre;
	padding: 0.5em;
	border-color: #cccccc;
	border-style: outset;
	border-width: 4px;
	overflow-x: auto;
	overflow: auto;
}

strong.error {
	background: transparent;
	color: red;
	font-weight: bold;
}

table {
      vertical-align: top;
}

tr.heading {
	background: #cccccc;
	color: black;
	vertical-align: top;
	font-weight: bold;
}

tr.ksp_form {
	background: #eeeeee;
	color: black;
	vertical-align: top;
	font-weight: bold;
}

tr.even, td.key {
	background: #eeeeee;
	color: black;
	vertical-align: top;
}

tr.odd, td.val {
	background: #ffffff;
	color: black;
	vertical-align: top;
}
 
strong.note {
	font-weight: bold;
}

td.center {
        background: white;
	color: blue;
        text-align: center;
}

th.instr {
        background: #7f7fff;
        color: white;
}

strong.kplate {
	color: #990099;
	font-weight: bold;
}

strong.index-a {
	color: #000099;
}

strong.index-b {
	color: #336666;
	font-weight: bold;
}

strong.flowch {
	font-size: 14pt;
	color: #663399;
}

.aka {
	color: #dd0066;
}

.fuchsia {
	color: #ff00ff;
}

.italic {
	font-style: italic;
}

.oblique {
	font-style: oblique;
}


dt.search {
	font-weight: bold;
	color: #990099;
}

dd.descript{
	color: black;
	font-size: 13pt;
}

a:link{    color: #333399 }
a:visited{ color: #6666CC }
a:hover{   color: #FF0000 }
a:active{  color: #CC6666 }
.focus {
	background: #ff9;
}

table.tbl {
    border-top:solid #FFCC66;
    border-bottom:solid #FC6;
    border-left:solid #FC6;
    border-right:solid #FC6;
    border-collapse:collapse;
}

#wrap img {
	width: 100%;
	height: auto;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  text-align: center;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  opacity: 0.8;
  z-index: 1;
}
#wait-bg {
  display: none;
  text-align: center;
  background: #000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.styled-select {
   width: 150px;
   height: 20px;
   overflow: hidden;
   overflow: -moz-hidden-unscrollable;
   background: no-repeat right white;
   background: transparent;
   border: 2px double #FC6;
   border-radius: 5px;
   display: block;
   position:relative;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   }
.styled-select::-ms-expand {
    display: none;
}

.styled-select select {
   -webkit-appearance: none;
   width: 150px;
   font-size: 12px;
   height: 20px;
   margin: 0;
   position: relative;
   top: -1px;
   }
// CSS
 select {
   -webkit-appearance: none; /* Safari and Chrome */
   -moz-appearance: none; /* Firefox */
   appearance: none;
   cursor: pointer;
 }

// CSS (IE10 -)
 select::-ms-expand {
   display: none;
 }
.styled-select::hover {
    border-color: #888;
}
.styled-select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}
.styled-select option {
    font-weight:normal;
}
/* EOF */

