
#keyboardInputMaster {
  position:absolute;
  font:normal 0.83em Arial,sans-serif;
  border-top:1px solid #eeeeee;
  border-right:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  border-left:1px solid #cccccc;
  -webkit-border-radius:0.6em;
  -moz-border-radius:0.6em;
  border-radius:0.6em;
  -webkit-box-shadow:0px 2px 10px #dddddd;
  -moz-box-shadow:0px 2px 10px #dddddd;
  box-shadow:0px 2px 6px #dddddd;
  /*opacity:0.95;
  filter:alpha(opacity=95);*/
  background-color:#E5E5E5;
  text-align:left;
  z-index:1000;/*1000000;*/
  width:auto;
  height:230px;
  min-width:0;
  min-height:0;
  margin:0px;
  padding:0px;
  line-height:1.2em;
  -moz-user-select:none;
  cursor:default;
}
#keyboardInputMaster * {
/* knapparnas position i  containern */
  position:static; 
	/*position:relative;*/
  color:#000000;
  background:transparent;
  /*font:bold 1.0em SertoJerusalemRegular, Arial, sans-serif;*/
  width:auto;
  height:auto;
  min-width:0;
  min-height:0;
  margin:0px;
  padding:0px;
  border:0px none;
  outline:0px;
  vertical-align:baseline;
  line-height:1.3em;
}
#keyboardInputMaster table {
  table-layout:auto;
}
/****** default storlek=1 på mobil ****/
#keyboardInputMaster.keyboardInputSize1,
#keyboardInputMaster.keyboardInputSize1 * {
  /*font-size:0.95em;/*11px;*/
}
#keyboardInputMaster.keyboardInputSize3,
#keyboardInputMaster.keyboardInputSize3 * {
  font-size:1.10em;/*12px;*/
}
#keyboardInputMaster.keyboardInputSize4,
#keyboardInputMaster.keyboardInputSize4 * {
  font-size:1.15em/*13px;*/
}
#keyboardInputMaster.keyboardInputSize5,
#keyboardInputMaster.keyboardInputSize5 * {
  font-size:1.20em;
}

/*** Högsta ramen över knapparna***/
#keyboardInputMaster thead tr th {
  padding:0.3em 0.3em 0.1em 0.3em;
  background-color:#E5E5E5;/*#999999;*/
  white-space:nowrap;
  text-align:right;
  -webkit-border-radius:0.6em 0.6em 0px 0px;
  -moz-border-radius:0.6em 0.6em 0px 0px;
  border-radius:0.6em 0.6em 0px 0px;
}
#keyboardInputMaster thead tr th div {
/* headern i tbordet där man kan välja språk */
  float:left;
  font-size:1.4em !important;
  height:1.5em;/*1.40*/
  font-weight:bold;
  position:relative; 
  z-index:2000;
  margin-right:0.5em;
  cursor:pointer;
  background-color:transparent;
  
	/*Eget tillägg for få ram kring språkväljar-knappen*/
	border:1px solid #D2D2D4;/*#e5e5e5;*/
	-webkit-border-radius:0.3em 0.3em 0.3em 0.3em;
	-moz-border-radius:0.3em 0.3em 0.3em 0.3em;
	border-radius:0.3em 0.3em 0.3em 0.3em;
	background-color:#FAFAFA;/*#eeeeee;*/
	/*border-right:1px solid #aaaaaa;*/
	padding:0px 0.2em 0px 0.3em;
	/*Eget tillägg for få ram kring språkväljar-knappen*/
}
#keyboardInputMaster thead tr th div ol {
/*Bakgrund för språkrulllisten rulllist för språkval*/
  position:absolute;
  left:0px;
  /*top:90%;*/
  list-style-type:none;
  height:5em;
  overflow-y:auto;
  overflow-x:hidden;
  background-color:#f6f6f6;/*rullist*/
  border:1px solid #D2D2D4;
  display:none;
  text-align:center;
  width:5.5em;
  font-size:1.0em !important;/*fontstorlek i rullisten*/
  font-weight:bold;
}
#keyboardInputMaster thead tr th div ol li {
  padding:0.2em 0.4em;
  cursor:pointer;
  white-space:nowrap;
  width:4.8em;  /* org width:6em;*/
}
#keyboardInputMaster thead tr th div ol li.selected {
  background-color:#B8DBFF;
}
#keyboardInputMaster thead tr th div ol li:hover,
#keyboardInputMaster thead tr th div ol li.hover {
  background-color:#E5E5E5;/*Hover-färg rullist*/
}
#keyboardInputMaster thead tr th span,
#keyboardInputMaster thead tr th strong,
#keyboardInputMaster thead tr th small,
#keyboardInputMaster thead tr th big {
  display:inline-block;
  padding:0px 0.6em;
  height:1.6em;
  line-height:1.6em;
  /* Färg på clear och X-knappen högst upp i tbordet */
  border-top:1px solid #D2D2D4;/*#e5e5e5;*/
  border-right:1px solid #D2D2D4;/*#5d5d5d;*/
  border-bottom:1px solid #D2D2D4;/*#5d5d5d;*/
  border-left:1px solid #D2D2D4;/*#e5e5e5;*/
  background-color:#FAFAFA;/*#eeeeee;*/
  
  cursor:pointer;
  margin:0px 0px 0px 0.3em;
  -webkit-border-radius:0.3em;
  -moz-border-radius:0.3em;
  border-radius:0.3em;
  vertical-align:middle;
  -webkit-transition:background-color .15s ease-in-out;
  -o-transition:background-color .15s ease-in-out;
  transition:background-color .15s ease-in-out;
}
#keyboardInputMaster thead tr th strong {
  font-weight:bold;
}
#keyboardInputMaster thead tr th small {
  -webkit-border-radius:0.3em 0px 0px 0.3em;
  -moz-border-radius:0.3em 0px 0px 0.3em;
  border-radius:0.3em 0px 0px 0.3em;
  border-right:1px solid #aaaaaa;
  padding:0.2em 0.3em 0px 0.2em; /*org padding:0px 0.2em 0px 0.3em;*/
}
#keyboardInputMaster thead tr th big {
  -webkit-border-radius:0px 0.3em 0.3em 0px;
  -moz-border-radius:0px 0.3em 0.3em 0px;
  border-radius:0px 0.3em 0.3em 0px;
  border-left:0px none;
  margin:0px;
  padding:0.2em 0.3em 0px 0.2em;/*org padding:0px 0.3em 0px 0.2em;*/
}
#keyboardInputMaster thead tr th span:hover,
#keyboardInputMaster thead tr th span.hover,
#keyboardInputMaster thead tr th strong:hover,
#keyboardInputMaster thead tr th strong.hover,
#keyboardInputMaster thead tr th small:hover,
#keyboardInputMaster thead tr th small.hover,
#keyboardInputMaster thead tr th big:hover,
#keyboardInputMaster thead tr th big.hover, 
#keyboardInputMaster thead tr th div:hover,
#keyboardInputMaster thead tr th div.hover{
/* La till div ovan för få skugga på språkväljar-knappen vid mouse over*/
  background-color:#D2D2D4;
}

#keyboardInputMaster tbody tr td {
  text-align:left;
  padding:0.2em 0.2em 0.2em 0.3em;/*padding:0.2em 0.3em 0.3em 0.3em;*/
  vertical-align:top;
}
#keyboardInputMaster tbody tr td div {
  text-align:center;
  position:relative;
/*zoom:1; flyttad till specifika css:erna de olika browserarna zommar olika stort*/
}
#keyboardInputMaster tbody tr td table {
  white-space:nowrap;
  width:100%;
  border-collapse:separate;
  border-spacing:0px;
}
#keyboardInputMaster tbody tr td#keyboardInputNumpad table {
  margin-left:0.1em; /*org 0.2*/
  width:auto;
}
#keyboardInputMaster tbody tr td table.keyboardInputCenter {
  width:auto;
  margin:0px auto;
}
#keyboardInputMaster tbody tr td table tbody tr td {
  vertical-align:middle;
  padding:0px 0.35em;/*org 0.45em*/
  white-space:pre;
/*************************************/
/* Höjden och ramfärgen på knapparna*/ 
  height:2.10em;/*1.8em;*/
  
  /*Färg oo ramfärg p knapparna*/
  border-top:1px solid #C4C5C6;
  border-right:1px solid #C4C5C6;
  border-bottom:1px solid #C4C5C6;
  border-left:1px solid #C4C5C6;
  background-color:#ffffff;/*#eeeeee;*/
  cursor:default;
/* min-width: 0.65em; minibredden på knappen*/
  min-width: 0.65em;
  -webkit-border-radius:0.2em;
  -moz-border-radius:0.2em;
  border-radius:0.2em;
  -webkit-transition:background-color .15s ease-in-out;
  -o-transition:background-color .15s ease-in-out;
  transition:background-color .15s ease-in-out;
}
#keyboardInputMaster tbody tr td table tbody tr td.last {
  width:99%;
}
#keyboardInputMaster tbody tr td table tbody tr td.space {
  padding:0px 5em;
}
#keyboardInputMaster tbody tr td table tbody tr td.deadkey {
  background-color:#ccccdd;
}
#keyboardInputMaster tbody tr td table tbody tr td.target {
  background-color:#ddddcc;
}
#keyboardInputMaster tbody tr td table tbody tr td:hover,
#keyboardInputMaster tbody tr td table tbody tr td.hover {
  border-top:1px solid #777777;/*#d5d5d5;*/
  border-right:1px solid #777777;/*#555555;*/
  border-bottom:1px solid #777777;/*#555555;*/
  border-left:1px solid #777777;/*#d5d5d5;*/
  background-color:#CACACB;
}
#keyboardInputMaster thead tr th span:active,
#keyboardInputMaster thead tr th span.pressed,
#keyboardInputMaster tbody tr td table tbody tr td:active,
#keyboardInputMaster tbody tr td table tbody tr td.pressed {
  border-top:1px solid  #d5d5d5 !important;
  border-right:1px solid #d5d5d5;
  border-bottom:1px solid #d5d5d5;
  border-left:1px solid #d5d5d5;
  background-color:#cccccc;
}

#keyboardInputMaster tbody tr td table tbody tr td small {
  display:block;
  text-align:center;
  font-size:0.6em !important;
  line-height:1.1em;
}

#keyboardInputMaster tbody tr td div label {
  position:absolute;
  bottom:0.2em;
  left:0.3em;
}
#keyboardInputMaster tbody tr td div label input {
  background-color:#f6f6f6;
  vertical-align:middle;
  font-size:inherit;
  width:1.2em;
  height:1.2em;
}
#keyboardInputMaster tbody tr td div var {
  position:absolute;
  bottom:0px;
  right:3px;
  font-weight:bold;
  font-style:italic;
  color:#444444;
}

.keyboardInputInitiator {
  margin:0px 3px;
  vertical-align:middle;
  position:relative;left:0px;top:-12px;
  cursor:pointer;
  border: 2px solid #fd8521;
	
  /*Ronded corner */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}