﻿
/*frmModalConsultaPregunta.aspx*/

.tablapersonal1
{
  border-width: thin;
  border-color: Gray;
  border-style: solid;
  
  width:100%;
}

table.tablapersonal1 thead td
{
  border-width: thin;
  border-color: #0434A6;
  border-style: solid;
  padding: 8px;
  
  background-color: #0434A6;
  
  color: white;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}

table.tablapersonal1 tbody td
{
  border-width: thin;
  border-color: Gray;
  border-style: solid;
  padding: 5px;
  
  
  font-size: 12px;
}
div
{
  padding: 2px;  
}
table.tablapersonal1 tbody tr:nth-child(odd) td
{
  background-color: rgba(0,0,200,0.1);
}
table.tablapersonal1 tbody tr:nth-child(even) td{
  background-color: rgba(0,0,200,0.2);
}
@media only screen and (max-width: 1000px) {

  table.tablapersonal1 td.noshow
  {
    display:none;
  }
}

/*frmModalConsultaPregunta.aspx*/
input[type=radio] {
    border: 0px;
    width: 25px;
    height: 25px;
}

input[type=checkbox] {
    border: 0px;
    width: 25px;
    height: 25px;
}
.rab
{
    display: flex;
    align-items: center;
    text-align: left;
    flex-wrap: nowrap;
   
}
.Sex
{
  border-width: thin;
  border-color: Gray;
  border-style: solid;
  margin-bottom: 10px;
  border-radius: 5px;
}
.TitdeSex
{
  border-style:solid;
  border-width:medium;
  border-color: #0434A6;
  border-radius: 5px;
  
  padding: 5ps;
  background-color: #0434A6;
  color :White;
}
.Sexbody
{
  background-color: #EEEEEE;
}
.inlined
{
    border-bottom-color: rgba(100,100,100,0.6);
    border-bottom-style: solid;
    border-bottom-width: thin;
    margin: 5px;
}
.oculto
{
  display:none;
}
.botonsubida
{
  float: right;
  width: 23%;
  min-width: 35px;
}
@media only screen and (max-width: 991px) {

  .botonsubida
  {
    width: 40%;
  }
}