.my-content {
	width: 1024px;
	margin: 0 auto;
}
.my-content > div {   /* é este */
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin: 25px 0;
    padding: 25px;
    background-color: #fff;
}
.my-content div.divBackB {
     background-image: url("imgs/TestesB.jpg");
     margin: 0 auto;
}
/*.my-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: center; }
*/

.quadro_pergunta {   
  font-family: arial, sans-serif, black;
  border-collapse: collapse; 
  width: 100%;
  
  /*color: #721c24;*/
}
.quadro_pergunta tbody {   
  border: none none #605b5b; 
  text-align: right;
  cellpadding: 0;
  cellspacing: 0;
}
.quadro_pergunta tr {   
}
.quadro_pergunta td {   
  border: none none #605b5b; 
  text-align: left;
  vertical-align: top;
  padding-right: 15px; 
  padding: 5px;
/* border-radius: 10px; */
}

.quadro_pergunta h2 {   
  text-align: left;
  font-size: 18px;
  padding-top: 0px;
  color: #003267;
}

.quadro_resposta {   
  font-family: arial, sans-serif, black;
  border-collapse: collapse; 
  width: 100%;
  /*color: #721c24;*/
}
.quadro_resposta tbody {   
  border: none none #605b5b; 
  text-align: right;
  cellpadding: 0;
  cellspacing: 0;
}
.quadro_resposta tr {   
}
.quadro_resposta td {   
  border: none none  #605b5b; 
  text-align: left;
  vertical-align: middle;
  /* background-color: #fff; */
/*  border-radius: 10px;  */
}
.quadro_resposta h1 {   
  text-align: left;
  font-size: 40px;
  padding-top: 0px;
  /* border-radius: 10px; */
}
.quadro_resposta h2 {   
  text-align: left;
  font-size: 20px;
  padding-left: 5px;
  /* border-radius: 10px; */
}
.quadro_resposta h3 {   
  text-align: left;
  font-size: 20px;
  padding-left: 5px;
  /* border-radius: 10px; */
}

.quadro_barra {   
  margin-left: auto;
  margin-right: auto;    
  border: none none #0000ff; 
  font-family: arial, sans-serif, black;
  border-collapse: collapse; 
  /* color: #0000ff; */
}
.quadro_barra tbody {   
  /* border: 1px solid #605b5b;  */
  text-align: right;
  cellpadding: 0;
  cellspacing: 0;
}
.quadro_barra tr {   
    vertical-align: middle;
}
.quadro_barra td {   
  border: none none #0000ff; 
  text-align: center;
}
.quadro_barra button {   
  background-color: #95999c; /* Green */
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  width: 27px;
}
.quadro_barraAB {   
  margin-left: auto;
  margin-right: auto;    
  border: none none #0000ff; 
  font-family: arial, sans-serif, black;
  border-collapse: collapse; 
  /* color: #0000ff; */
}
.quadro_barraAB tbody {   
  /* border: 1px solid #605b5b;  */
  text-align: right;
  cellpadding: 0;
  cellspacing: 0;
}
.quadro_barraAB tr {   
    vertical-align: middle;
}
.quadro_barraAB td {   
  border: none none #0000ff; 
  text-align: center;
}
.quadro_barraAB button {   
  background-color: #95999c; /* Green */
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  width: 24px;
}
.buttonFim {   
  background-color: #c69500; /* Green */
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  /*width: 100px;*/
  
}

/*  tamanho da checkbox */
.larger {
    width: 50px;
    height: 50px;
}    

.myContainer {
    outline: none dashed 1px;
    width: 200px;
}
/*
.myContainer input[type="checkbox"][name="myCheckboxRed"] {
    display: none;
}
.myContainer input[type="checkbox"][name="myCheckboxRed"]:not(:checked) + label.box {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: black solid 1px;
    background: #FFF ;
    margin: 5px 5px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;    
}
.myContainer input[type="checkbox"][name="myCheckboxRed"]:checked + label.box {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: black solid 1px;
    background: red;
    margin: 5px 5px;
}
.myContainer input[type="checkbox"][name="myCheckboxRed"] + label + label.text {
    font: normal 12px arial;
    display: inline-block;
    line-height: 27px;
    vertical-align: top;
    margin: 5px 0px;
}
.myContainer input[type="checkbox"][name="myCheckboxGreen"] {
    display: none;
}
.myContainer input[type="checkbox"][name="myCheckboxGreen"]:not(:checked) + label.box {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: black solid 1px;
    background: #FFF ;
    margin: 5px 5px;
}
.myContainer input[type="checkbox"][name="myCheckboxGreen"]:checked + label.box {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: black solid 1px;
    background: green;
    margin: 5px 5px;
}
.myContainer input[type="checkbox"][name="myCheckboxGreen"] + label + label.text {
    font: normal 12px arial;
    display: inline-block;
    line-height: 27px;
    vertical-align: top;
    margin: 5px 0px;
}
.myContainer input[type="checkbox"][name="myCheckboxBlack"] {
    display: none;
}
.myContainer input[type="checkbox"][name="myCheckboxBlack"]:not(:checked) + label.box {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: black solid 1px;
    background: #FFF ;
    margin: 5px 5px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;    
}
.myContainer input[type="checkbox"][name="myCheckboxBlack"]:checked + label.box {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: black solid 1px;
   /* background: silver;*/
  /*  margin: 5px 5px;
    color: green;
    content: '✔';
    /*position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    /*opacity: 0; /* Hidden by default */
  /*  transition: opacity 0.2s ease;    
}
.myContainer input[type="checkbox"][name="myCheckboxBlack"] + label + label.text {
    font: normal 12px arial;
    display: inline-block;
    line-height: 27px;
    vertical-align: top;
    margin: 5px 0px;
}

.myContainer input[type="checkbox"][name="myCheckboxWhite"] {
    display: none;
}
.myContainer input[type="checkbox"][name="myCheckboxWhite"]:not(:checked) + label.box {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: black solid 1px;
    background: #FFF ;
    margin: 5px 5px;
}
.myContainer input[type="checkbox"][name="myCheckboxWhite"]:checked + label.box {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: black solid 1px;
    background: white;
    margin: 5px 5px;
}
.myContainer input[type="checkbox"][name="myCheckboxWhite"] + label + label.text {
    font: normal 12px arial;
    display: inline-block;
    line-height: 27px;
    vertical-align: top;
    margin: 5px 0px;
}
    
*/
.myContainer input[type="checkbox"][name="myCheckboxTest"]:not(:checked),
.myContainer input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.myContainer input[type="checkbox"][name="myCheckboxTest"]:not(:checked)+label,
.myContainer input[type="checkbox"][name="myCheckboxTest"]:checked+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.myContainer input[type="checkbox"][name="myCheckboxTest"]:not(:checked)+label:before,
.myContainer input[type="checkbox"][name="myCheckboxTest"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
  border-radius: 50%;
  background-color: #fff;/*#5cf1b3;*/
  outline: none;
}

.myContainer input[type="checkbox"][name="myCheckboxTest"]:not(:checked)+label:after,
.myContainer input[type="checkbox"][name="myCheckboxTest"]:checked+label:after {
  content: '✖';
/*  content: '✔'; */
  position: absolute;
  top: 6px;
  left: 11px;
  font-size: 24px;
  line-height: 0.8;
  color: #094479;
  transition: all .2s;
}

.myContainer input[type="checkbox"][name="myCheckboxTest"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.myContainer input[type="checkbox"][name="myCheckboxTest"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}
/* ********************* */
.myContainer input[type="checkbox"][name="myCheckboxGreen"]:not(:checked),
.myContainer input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.myContainer input[type="checkbox"][name="myCheckboxGreen"]:not(:checked)+label,
.myContainer input[type="checkbox"][name="myCheckboxGreen"]:checked+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.myContainer input[type="checkbox"][name="myCheckboxGreen"]:not(:checked)+label:before,
.myContainer input[type="checkbox"][name="myCheckboxGreen"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
  border-radius: 50%;
  background-color: #8ee3ad ;
  outline: none;
}

.myContainer input[type="checkbox"][name="myCheckboxGreen"]:not(:checked)+label:after,
.myContainer input[type="checkbox"][name="myCheckboxGreen"]:checked+label:after {
  content: '✖';
/*  content: '✔'; */
  position: absolute;
  top: 6px;
  left: 11px;
  font-size: 24px;
  line-height: 0.8;
  color: #094479;
  transition: all .2s;
}

.myContainer input[type="checkbox"][name="myCheckboxGreen"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.myContainer input[type="checkbox"][name="myCheckboxGreen"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}
/* ********************** */
.myContainer input[type="checkbox"][name="myCheckboxRed"]:not(:checked),
.myContainer input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.myContainer input[type="checkbox"][name="myCheckboxRed"]:not(:checked)+label,
.myContainer input[type="checkbox"][name="myCheckboxRed"]:checked+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.myContainer input[type="checkbox"][name="myCheckboxRed"]:not(:checked)+label:before,
.myContainer input[type="checkbox"][name="myCheckboxRed"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
  border-radius: 50%;
  background-color: #fcd5d5;
  outline: none;
}

.myContainer input[type="checkbox"][name="myCheckboxRed"]:not(:checked)+label:after,
.myContainer input[type="checkbox"][name="myCheckboxRed"]:checked+label:after {
  content: '✖';
/*  content: '✔'; */
  position: absolute;
  top: 6px;
  left: 11px;
  font-size: 24px;
  line-height: 0.8;
  color: #094479;
  transition: all .2s;
}

.myContainer input[type="checkbox"][name="myCheckboxRed"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.myContainer input[type="checkbox"][name="myCheckboxRed"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}
