
body {
 
  font-size: 1.2rem !important;
 
}


.top-20 {
    margin-top: 20px;
}


.top-40 {
    margin-top: 40px;
}


.top-60 {
    margin-top: 60px;
}


.top-80 {
    margin-top: 80px;
}



#user_control_table {
    padding-top: 20px;
}

.logo {
    width: 15%;
    position:absolute;
    /*top:10px; */
    left:210px;
    /*margin-left: 50px;*/
}


#navbar-collapse-1{
    height: 70px !important;
}

.hueco {
    margin-bottom: 10px;
}

h2 {
    margin-top: 40px;
}

.right-190{
    margin-right: 190px;
}


.wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
    /*margin-left: 340px;*/
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width:300px;
  height:200px;
  background-color: white;
}

.sign-div {
   /* border-style: solid !important;
    border: 2px;
    border-bottom: 2px;
    border-bottom-style: solid !important;;
    margin-bottom: 20px; */
}

.signature-pad {
    background-color: #c8c8c8 !important;
}


/*.signature-btn {*/
    /*margin-right: 300px;*/
/*}*/

#enviar {
    margin-bottom: 20px;
}

.nav-size{
    height: 90px;
}

.hiddenWorker {
    display:none;
}


@media (max-width: 800px) {
  .logout-btn {
           margin-top: -40%;
  }
  
  .collapsed{
	  display:none;
  }
  
  .logo {
	      margin-left: -40%;
  }

}