html,body {
    margin:0;
    width: 100%;
    height: 100%;
}

.mycontainer{
    position:absolute;
    height:100%;
}

#drawing_master{
    position: inherit;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#drawing_slave{
    position: inherit;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.status360{
    position:absolute;
    top: 3px;
    right: 3px;
    z-index: 10;
}

.copyright-item360 {
    padding: 4px 4px 2px 4px;
    font-family: 'Roboto', 'Noto', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background-color: rgba(0,0,0,.7);
    font-size: 13px;
    line-height: 16px;
    -webkit-font-smoothing: subpixel-antialiased;
}

#status {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

#syncstatus {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
}

.sync-item{
    padding: 4px 4px 2px 4px;
    font-family: 'Roboto', 'Noto', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background-color:rgba(0, 248, 21, 0.7);
    font-size: 13px;
    line-height: 16px;
    -webkit-font-smoothing: subpixel-antialiased;
}

#logo {
    position: absolute;
    bottom: 25px;
    left:50%;
    background: url('../resources/Oblicuo_negro_completo.png')  no-repeat top left;
    background-size:80px 20px;
    width:90px;
    margin-left:-45px;
    height:20px;
    z-index: 10;
}

.copyright-item {
    padding: 4px 4px 2px 4px;
    font-family: 'Roboto', 'Noto', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background-color: rgba(0,0,0,.7);
    font-size: 13px;
    line-height: 16px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.mytooltip {
    width: 50px;
    height: 50px;
    border: 2px solid #FFF;
    border-radius: 100px;
    background-image: url('images/colmenar.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    display: none;
}

.li-local{
    padding: 4px 16px !important;
    height: unset !important;
    line-height: 20px !important;
}

.toogle-password {
    display: block;
    position: absolute;
    top: 38%;
    right: 5%;
    cursor: pointer;
}

.configuration-footer {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    bottom: 1rem;
    width: 100%;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  animation: spin 2s linear infinite;
  margin: auto;
  position: absolute;
  top: 46%;
  bottom: 0;
  left: 50%;
  right: 0;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
