body,th,td,p,div,span,a,input,textarea,ul,ol,dl,h1,h2,h3,h4,h5,h6,li,big,small,b,pre{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11pt;    
}

a:visited,
a:link,
a:active {
   color: blue;
   text-decoration: none;
}
a:hover {
   color: red;     
   text-decoration: underline;
}

select{
 font-size: 11pt;
}

input{
    font-size: 11pt;
}

input.moneydata {
  text-align: right ;  
}

body{
  text-align: center;
}

table{      
  /* width: 970px; */
  /* width: 1050px; */
  width: 1200px;
}

tr{
  width: 100%;
}

td{  
  font-size: 11pt;
}

td.Message{
  color: red;
  width: 100%;
  font-size: 14pt; 
  text-align: center;
  vertical-align: middle;  
}

table.Dialog {
  width: 350px;    
  border: solid #808080 1px;
  background: #6B8BBD;
}

td.Dialog_Title {
  background-color: #6B8BBD;
  text-align : center; 
  font-weight : bold;
  font-size: 11pt;
  color: #FFFFFF;
}

td.Dialog_Message{
  color: blue;
  background: #EEEEE2;
  font-size: 12pt;
  width: 100%;
  height: 150px;
  text-align: center;
  vertical-align: middle;  
}

img {
  border: none;
}

span.functionItem {
  font-size: 10pt;  
  cursor: pointer;
  color: blue;  
}

span.selectedFunctionItem {
  font-weight: bolder; 
  font-size: 10pt;
}

span.likelink {  
  font-weight: bold; 
  cursor: pointer;
  color: blue;  
}

span.likelink2 {
  cursor: pointer;
  color: blue;  
}

span.clicklink {
  cursor: pointer;
  color: blue;  
}

span.clicklink::after {
    display: inline-block;
    content: "";
    height:20px;
    width:20px;
    background-size: 20px 20px;
    background-image: url(../image/click.png);
}


span.likelink3 {  
  cursor: pointer;
  color: #895117;  
}

button.likelink, button.likelink2, button.likelink3 {
    border: none;
    background-color: inherit;
}

button.likelink:hover, button.likelink2:hover, button.likelink3:hover {
  text-decoration: underline;
}

button.likelink {  
  font-weight: bold; 
  cursor: pointer;
  color: blue;  
}

button.likelink2 {
  cursor: pointer;
  color: blue;  
}

button.likelink3 {  
  cursor: pointer;
  color: #895117;  
}




span.requiredHint{
    font-size: 120%;
    color:red;        
}


.buttonText{
    font-weight:bold;
}

.rightArrowButton {
    width:85%;
    padding-top:0.25em;
    padding-bottom:0.25em;
}

.rightArrowButton:after {
    content : "▶▶";
    font-size: 1.2em;        
    /*content:  "➤";*/
}

.leftArrowButton {
    width:80%;
}

.leftArrowButton:before {
    content : "◀◀";
    font-size: 1.2em;            
    padding-top:0.25em;
    padding-bottom:0.25em;    
    /*content:  "➤";*/
}





.actionButton {
    width:85%;
    padding-top:0.25em;
    padding-bottom:0.25em;
}

.rightArrow:after {
    content : "▶▶";
    font-size: 1.2em;        
}

.leftArrow:before {
    content : "◀◀";
    font-size: 1.2em;            
}

.rejectHeavy:before{
    content : "✖";
    font-size: 1.2em;
}






/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
/*  border-bottom: 1px dotted black; *//* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip-right {
    top: -5px;
    left: 125%;
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}

.tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}

.func-disabled {
    filter: grayscale(75%);
    /*pointer-events: none;*/
}

.func-disabled:hover {
    cursor: not-allowed;
}

.func-disabled:active {
    cursor: not-allowed;
    pointer-events: none;
}


select.focus-select option:disabled {
    filter: opacity(0.5);
    cursor: not-allowed;
}