/*#text {
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066FF;
	padding-left: 10px;
	padding-right: 20px;
	width: 700px;
}
*/

html.wait, html.wait * { cursor: wait !important;}
html.nowait, html.nowait * { cursor: auto !important;}

#Text {
display:none;
width:800px;
padding-left:40px;
background-color:rgb(244,244,244);
	}

#Form_text {
display:table;
	}
img {
    margin: 5px 0;
}

mark1
{background-color:green;
color:white;
	
}
#definition {
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.35);
    -moz-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.35);
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.35);

    position: fixed;
    background-color: white;
    bottom: 100px;
    width: 800px;
}

#tooltip {
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.35);
    -moz-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.35);
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.35);
    background-color: rgba(255,255,0,0.9);
    width: 300px;
}

.defterm {
    text-transform: capitalize;
    font-weight: bold;
}

.help {
    cursor: pointer;
    cursor: hand;
}

.term {
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    cursor: hand;
}

.infobutton, .highlight, .zanichelli {
	background-color: rgba(255, 255, 0, 0.3);
}

.annotate {
	background-color: rgba(255, 0, 0, 0.3);
}

.inputtext {
    -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
    -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
    box-shadow: inset 2px 2px 2px 0px #dddddd;
    border: 1px solid #aaa;
}

.counter {
    visibility: hidden;
}
.id_input
{visibility:visible;
}
.id_output
{visibility:hidden;
}
#div_output
{display:none;
 background-color: rgba(186, 186, 191, 0.2);
    margin-left: 30px;
    margin-right: 30px;
	padding: 4px;
	/*border:1px solid #EEE;
	border-right:0 solid;*
	margin-left: 4px;
	/*margin-rigth: 4px;*/
}
table, th, td {
    border: 1px solid white;
    border-collapse: collapse;
    font-size: x-small;
}
th{ text-align: center;
	padding: 5px;
}
td {
    text-align: center;
    padding: 5px;
}
#WzTtDiV
{background-color:#f8f8f8;
	
}
.modal-header {
  height:60px;
  padding: 20px;
  background-color:#008aff;
  color:white;
}
