.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .msgerror {
    color: red !important;
    font-size: 11px;
    font-weight: normal;
    margin-top: -5px;
    position: absolute;
    text-transform:none;
    display:none;
}
@media (max-width: 768px){
  .modalFullMob {
      max-height: 100% !important;
      width: 100% !important;
      height: 100% !important;
      top: 0 !important;
  }
}

/* body{
  font-family: calibri;
} */
.modalFull {
    max-height: 100% !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
}
.obsDadosPrincipais{
    border-bottom: 2px solid rgb(197, 196, 196);font-size: 12px; margin:5px;
}
.tdDadosPrincipais{
    border-bottom: 2px solid rgb(197, 196, 196); width:250px; font-size: 12px;padding-top: 5px;padding-bottom: 0px;
}
.tdDadosPrincipais .titulo{
    font-family: sans-serif;;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
}
.tdDadosPrincipais .conteudo{
    font-family: sans-serif;;
    font-size: 12px;
    padding-left: 5px;
    margin: 0px 0px 5px 0px;
}
.tdQuestionarioItem{
    background-color:whitesmoke; 
    width: 10px;
    font-size: 12px;
    padding: 0px 0px 0px 5px; /* superior | direita | inferior | esquerda */
    border: none;/*1px solid;*/
    padding-right: 0px;
    text-transform: uppercase;
}
.tdQuestionarioNA{
    background-color:whitesmoke;
    border: hidden;
    width: 40px;
    /* height: 50px; */
    color: black;
    text-align: center;
    font-size: 13px;
    padding: 10px; /* superior | direita | inferior | esquerda */
    vertical-align: middle;
    right: 0px;
    position: relative;
    margin: 0px 0px 0px 5px;
    border: none;/*1px solid;*/
    border-left: none;
}
.tdQuestionarioSim{
    background-color:green;
    border: hidden;
    width: 40px;
    /* height: 50px; */
    color: white;
    text-align: center;
    font-size: 13px;
    padding: 10px; 
    vertical-align: middle;
    right: 0px;
    position: relative;
    margin: 0px 0px 0px 5px;
    border: none;/*1px solid;*/
    border-left: none;
}
.tdQuestionarioNao{
    background-color: red;
    border: hidden;
    width: 40px;
    /* height: 50px; */
    color: white;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    vertical-align: middle;
    right: 0px;
    position: relative;
    margin: 0px 0px 0px 5px;
    border: none;/*1px solid;*/
    border-left: none;
}
.tdQuestionarioAvariado{
    background-color:yellow;
    border: hidden;
    width: 40px;
    /* height: 50px; */
    color: white;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    vertical-align: middle;
    right: 0px;
    position: relative;
    margin: 0px 0px 0px 5px;
    border: none;/*1px solid;*/
    border-left: none;
}
.my-editor{
    transform: rotate(90deg) translateY(-100%);
    -webkit-transform: rotate(90deg) translateY(-100%);
    -ms-transform: rotate(90deg) translateY(-100%);
}
.tdDivisor{
    border-bottom: hidden; width:2px;padding: 0px;
}
.trDivisor{
    border-bottom: hidden; height:5px;padding: 0px;
}
.rotate90  {
    transform: rotate(90deg) translateY(-100%);
    -webkit-transform: rotate(90deg) translateY(-100%);
    -ms-transform: rotate(90deg) translateY(-100%);
}
td.FotosTiradas{
    height: 345px;
}
#divDownloadForm, #divButtonsForm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
