#sig-canvas {
  border: 2px dotted #CCCCCC;
  border-radius: 15px;
  cursor: crosshair;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.popover{
    max-width: 75%;
    text-align: justify;
    text-justify: inter-word; 
}




  .progressChart{
  /*width:500px !important;*/
  height:350px !important;
}

.wordCloud{
    width: 600px;
    height: 500px;
    margin-left: 80px;
    padding: 0;
  }

.margin-ul {
  padding-left:30px;
}

.register-button {
  border: 2px solid #FFF;
  border-radius: 25px;
  padding-left:10px;
  padding-right:10px;
  margin-left: 30px;
}

.nav-space{
  margin-left:20px;
}

.thumbnail_wrapper {
    display:table-cell;
    vertical-align:middle;
}
.thumbnail_wrapper > img {
    width:100%;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}



.text-warning{
   color: #ffb700;
}

.text-success{
   color: #00d400;
}

body {
  font-family: 'AlegreyaSans-Medium', !important;
}

.block{
  display:block;
}

.none{
  display:none;
}


.fondo{
  background-color: #ffffff;
}

.fondo2{
  background-color: #f4f4f4;
}


.nomargen{
  margin-left: 0px;
  margin-right: 0px;
}


.nopadding{
  padding-left:0%;
  padding-right:0%;
}

.padding-movil{
  padding-left:1.5%;
  padding-right:1.5%;
}


.nomovil {

display:none;

}

.solomovil {

display:block;

}


.input-group-addon {
    min-width:150px;
    text-align:left;
}


.btn-danger, .badge-danger{
  background-color: #ff4242;
}

.text-danger{
  color:#ff4242;
}

.btn-danger.active {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success, .badge-success{
  background-color: #00d400;
}

.text-success{
  color:#00d400;
}




.footer{
  background-color: #333;
  color: #fff;
  margin-bottom: 0px;
  padding-top:20px;
  padding-bottom:10px;
}


.text-white{
  color:#fff;
}


.list-group {
  text-transform:uppercase;
  font-size:80%;

}

.list-group-item {
  padding-top:10px;
  padding-bottom:10px;
  padding-left:25px;
  
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.texto{
  text-align:justify;
}