input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.8); /* IE */
  -moz-transform: scale(1.8); /* FF */
  -webkit-transform: scale(1.8); /* Safari and Chrome */
  -o-transform: scale(1.8); /* Opera */
  padding: 10px;
}

#tablas-formatos div{
    display: none;
}

body, caption, th{
    text-align: center;
}

.firma{
    width: 100%;
    border-top: solid;  
}

.left{
    align-content: left;
}

.no{
    background-color: #F89D89;
}

.yes{
    background-color: #8CF181; 
}

img{
    width: 70%;
}

.canvas1{
    width: 100%;
}
.canvasfirma{
    width: 10%;
}

.imagenF{
    width: 10%;
    float: left;
}

.bordeespecial{
          border-style: double;
          border-width: 4px;
          border-color: black;
} 

hr{ 
    width: 20%;
    border-radius: 10px;
    border-top: 4px double grey;     
}

.addname{
      float: left;
      background-color: #F5D0A9;
}
.divsform{
    float: left;
}

.bloqueado{
    text-align: center;
    background-color: #F6F1F0;
}

#inputs{
    text-align: center;
}

#modalsizeoperaciones{
    width: 85% !important;
}

#modalsizeadmin{
    width: 50% !important;
}

#modalsizeadmin{
    width: 50% !important;
}

#TOP{
    float: left;
    width: 100%;
    height: 150px;
}

.panelLtop{ 
    float: left;
    width: 16%;
    height: 150px;
}

.panelCtop{
    float: left;
    width: 66%;
    height: 150px;
}

.panelDtop{
    float: left;
    width: 16%;
    height: 150px;
}

#contenido{
    float: left;
    width: 100%;
    height: 600px;
}

.panelL{ 
    float: left;
    width: 5%;
    height: 100%;
}

.panelC{
    float: left;
    width: 90%;
    height: 100%;
}

.panelD{
    float: left;
    width: 5%;
    height: 100%;
}

.panelLgrafica{ 
    float: left;
    width: 10%;
    height: 100%;
}

.panelCgrafica{
    float: left;
    width: 80%;
    height: 100%;
}

.panelDgrafica{
    float: left;
    width: 10%;
    height: 100%;
}