﻿html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
body {
}
.page-content {
    padding-top: 80px;
    min-height: 100%;
    height: 100%;
}
.table .input-control.checkbox {
    line-height: 1;
    min-height: 0;
    height: auto;
}
#cell-content {
    top: 100px; /*Set top value to HeightOfTopFrameDiv*/
    margin-left:auto;
        margin-right: auto;
    bottom: 110px; /*Set bottom value to HeightOfBottomFrameDiv*/
    overflow: auto; 
    background: #fff;
    width: 800px;
}

@media screen and (max-width: 800px){
    #cell-sidebar {
        flex-basis: 52px;
    }
    #cell-content {
        flex-basis: calc(100% - 52px);
    }
}
@media screen and (max-width: 660px){
    .page-content {
        padding-top: 160px;
        min-height: 100%;
        height: 100%;
    }
}
.login-form {
    width: 50%;/*22rem*/
    /*height: 15.75rem;*/
    position: fixed;
    top: 60%;
    margin-top: -8.375rem;
    left: 50%;
    margin-left: -11.5rem;
    background-color: #ffffff;
    /*opacity: 0;*/
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.login-logo {
    width: 22rem;
    height: 18.75rem;
    position: fixed;
    top: 50%;
    margin-top: -5.375rem;
    left: 50%;
    margin-left: -12.5rem;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.modal-open {
    /*width: 75%;
    margin-left: 11%;
    top: 35px;
    background-color: white;
    padding: 10px;
    height: auto;*/
}
.overflow {
    overflow-y: auto;
}
/*Superponer imagenes*/
#chistes{
 position: relative;
}
.sobre {
 position:absolute;
 top:0px;
 left:120px;
 border:none;
}
/*Superponer imagenes*/
.img-circle {
    border-radius: 50%;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
}
.ocultar{
    display:none;
}
