body
{
	background-color:#FFF;
	margin:0;
	padding:0;
	font-family: "Arial", Verdana, Arial, sans-serif;
	font-size:13px;
	color:#696969;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1D9BA1;
}
h2
{
	margin-top: 2px;
	padding-bottom: 6px;
	color:#465c9b;
	margin: 0px;
	font-size:1.2em;
}
h3
{
	margin-top: 1px;
	padding-bottom: 6px;
	color:#878787;
	margin: 0px;
	font-size:01em;
}
li {
    float: left;
}
a {
    text-decoration: none;
	color:black;
}
a:hover {
    text-decoration: none;
	color:red;
}
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
li a:hover {
    background-color: #111111;
}
.content{
	margin:17px;
}
.content table{
	width:100%;
}
.rowData
{
	margin:1px;
	background-color:#EFEFEF;
	padding:10px;
}
.buttons
{
	margin:1px;
	padding:10px;
}
.buttons a {
	color:red !important;
}
a.button{
	display:block;
	color:black;
	text-align: center;
	width: 26px;
	margin: 2px;
	padding: 7px;
	font-size: 20px;
	background-color: #b9b9b9;
	border-radius: 9px;
}
form
{
	margin-right: 8px;
}
hr
{
	width:100%;
	border:0px;
}
.multiplechoice
{
	float:left;
	/* width:100%; */
	margin-left: 119px;
}
.contentID
{
	float:left;
	background-color:black;
	color:white;
	width: 40px;
	height: 40px;
	font-size: 2em;
	text-align: center;
}
.contentRow
{
	float:left;
	width:100%;
	margin-bottom: 21px;
}
.longTextField
{
	width: 566px;
	height: 34px;
	margin-top: 10p;
	float: left;
}
.smallTextField
{
	width:40px;
}
.smallTextField_incorrect
{
	width:40px;
	background-color:red;
	color:white;
}
.smallTextField_correct
{
	width:40px;
	background-color:green;
	color:white;
}
.smallTextFieldSigue
{
	width:40px;
	background-color:black;
	color:white;
}
.smallTextFieldSigueOff
{
	width:40px;
	background-color:red;
	color:white;
}
select{
	height: 40px;
	float: left;
}
.selectCorrect
{
	background-color:green;
	color:white;
}
.selectIncorrect
{
	background-color:red;
	color:white;
}
.selectReady
{
	background-color:yellow;
	color:black;
}
.vendedor
{
	background-color:green;
	color:white;
}
.cliente
{
	background-color:yellow;
	color:black;
}

.info-msg {
	display: inline-block;
	border: 1px solid #333;
	box-shadow: 2px 2px 5px #444;
	padding: 8px 12px;
	background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
}

.eye-img {
    height: 15px;
    margin-left: -22px;
    margin-top: -3px;
    margin-bottom: -3px;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
}
  
.overlay img {
	width: 100px;
	height: 100px;
}