#estado-on, #estado-off, .hide {
  display:none;
}

iframe {
  background-color: #ecf0f5;
  border:2px solid #ecf0f5;
}

.lockscreen-name{
  color: #fff !important;
  text-align: center;
}


.ion {
  top: 0px;
}

.centrado {
  text-align: center;
}

.icon {
    top: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#box, #box2 {
  min-height: 120px;
}

#cerrarInfo {
  color: #000;
  margin-right: 10px;
  border-top-width: 5px;
  margin-top: 5px;
}

#tag {
  font-size: 35px;
}

#estado {
  font-size: 30px;
}

#usuario, #usuario2 {
  font-size: 20px;
}

.bg-black {
  color: #fff;
  background-color: #313131 !important;
}

.info-box-number {
  margin-top: 6px;
  font-size: 35px;
}

.info-box-dato {
  margin-top: 10px;
  font-size: 30px;
}


.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}

input:checked + .slider {
  background-color: #ccc;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ccc;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

.table-i{
  padding: 0px !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

.example2_filter {
   text-align: right !important;
}

.thumbnails {
  list-style: none;
}

.no-padding {
  padding: 0;
}

.no-left {
  padding-left: 0;
}


.oculto {
  display:none;
}

#CSV, #CPY {
  color: black;
  padding-right:15px;
  padding-bottom: 10px;
}

#PDF {
  color: red;
  padding-right:15px;
}

#EXC {
  color: green;
  padding-right:15px;
}
#EXCz {
  color: green;
  padding-right:15px;
}
#PDFspan, #EXCspan {
  color: black !important;
}

.link-usuario {
  color: black;
}

.no-padding {
  padding-bottom: 0 !important;
}

.reportes{
  transition: .2s;
  box-shadow: 0px 0px 0px white;
}

.reportes:hover{
  transition: .2s;
  cursor: pointer;
  box-shadow: 0px 0px 5px black;
}

.backhover{
  transition: .2s;
  color: #1e282c;
}

.backhover:hover{
  transition: .2s;
  cursor: pointer;
  color: #3c8dbc;
}

.centerall{
  display: flex;
  align-items: center;
  justify-content: center;
}

.m{
  margin: 5px 0;
}

.pointer{
  cursor: pointer;
}

.nopointer{
  cursor: default !important;
}

.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 */
}