[type="checkbox"].filled-in:checked+label:before
{
  width: 52px;
  height: 22px;
}
[type="checkbox"].filled-in:checked+label:after
{
  width: 52px;
  height: 22px;
}
ul{
float:left;
list-style-type:none;
margin-left:-35px;
margin-top:2px;
}
.checkbox {
}
.filled-in:checked+label:after {
  width: 52px;
  height: 22px;
}
.filled-in:checked+label:before {
  width: 52px;
  height: 22px;
}
.filled-in:checked {
  width: 52px;
  height: 22px;
}
.filled-in {
  width: 52px;
  height: 22px;
}
.filled-in:checked+label:after {
  width: 52px;
  height: 22px;
}
.wrapper {
    width: 100%;
    margin: auto;
}
.container {
    margin-left: 100px;
    margin-top: 5px;
}

.cname{
display: inline-block;
margin-top: 15px;
margin-bottom: 0px;
/*
position: absolute;
left: 10;
float: left; */
}

body{
    font-family: sans;
    font-size:12;
}
img {
  vertical-align: middle;
  cursor: pointer;
}
.text{
    font-family: sans;
    vertical-align: middle;
    display: inline-block;
    font-size:12;
}
.control{
    font-family: sans;
    font-size:10;
    font-weight: bold;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #eee;
}
.title{
    text-align: right;
    display: inline-block;
    font-size: 13px;
    margin-top: -15px;
    margin-right: 20px;
    margin-left: 20px;
}
.separator{
    margin-top: 50px;
    position: relative;
}

a:link {
    color: lightblue;
}

.pa:link{
    color: mediumslateblue;
}

main {
margin-bottom: 200%;
}
.floating-zoom {
font-family: sans-serif;
background: transparent;
padding: 5px;;
width: 900px;
z-index: 100;
position: fixed;
bottom: 0;
right: 0;
}

/*LOADER*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(Preloader_3.gif) center no-repeat #fff;
}
.round-button {
    width: 30px;
    height: 0;
    padding-bottom: 30px;
    border-radius: 50%;
    border: 0px solid #f5f5f5;
    overflow: hidden;
    background: rgba(50,50,50,.5);
}
.round-button:hover {
    background: rgba(80,80,80,.9);
    cursor: pointer;
}
.round-button img {
    display: block;
    width: 60%;
    padding: 19%;
    height: auto;
}
.main{
width:800px;
height:45px;
box-shadow: 0px 1px 3px #ddd;
padding-bottom:5px;
font-family: sans;
font-size:12;
margin-top: 8px;
}
.left{
height: 100%;
width: 15%;
float: left;
text-align:center;
vertical-align: middle;
padding-top:5px;
}
.m20{
width:20%;
}
.m25{
width:20%;
}
.m30{
width:30%;
}
.p3{
float:left;
margin-right:15px;
}
.middle{
background-color: transparent;
height: 100%;
float: left;
margin-left:20px;
padding-top:5px;
}
.right{
background-color: transparent;
float: left;
}
#form{
background-color: rgba(100,100,100,.8);
color: white;
position: fixed;
bottom: 0%;
left: 10px;
visibility: hidden; 
display: none;
height: 30px;
width: 450px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
border-radius: 3px;
}
rect{
shape-rendering: optimizeSpeed;
}

.ui-autocomplete {
max-height: 100px;
background: none !important;
background-color: rgba(250,250,250,.8) !important;
bottom: -10px !important;
position: absolute !important;
font-size:12px !important;
overflow: auto !important;
}
.ui-helper-hidden-accessible { display:none; }
.ui-state-active {
background: none !important;
background-color: #8b8682 !important;
color: #fff !important;
border: none !important;
cursor: pointer !important;
}

.corner-ribbon{
  width: 100px;
  position: absolute;
  text-align: center;
  height: 10px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  position: fixed;
  top: -10px;
  right: -40px;
  left: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #ccc;
}
/* Estilo para la leyenda */
.legend {
    font-size: 16px; /* Tamaño de letra más grande */
    font-weight: bold; /* Texto en negrita */
    text-align: center; /* Alineación centrada */
    margin-bottom: 10px; /* Margen inferior */
}
#all{
display:none;
}
