
.stop-scrolling{
    height: 100%;
    overflow: hidden;
    margin: 0;
}
.modal-flex-box{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    & > *{
        width: 100%;
    }
}

.modal {
    opacity: .95;

    & h1 {
        text-align: center;
    }
}

.modal-in{
    display: block;
}

.modal-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    & h1 {
        margin-bottom: 1rem;
    }
    & label{
        margin-bottom: 1rem;
    }

    & button{
        margin-top: 2rem;
    }

    .cols{
        margin-bottom: 1rem;
    }
    
}

/* Tables */
table{
    width:100%;
    margin-bottom:1em;
    border-collapse: collapse;
    text-align:center !important;
    vertical-align:middle !important;

    & .btn {
        display: inline-block;
    }

    & form{
        display: inline-block;
    }
}

form{
    padding: 0;
    margin: 0;
}

th{
    font-weight:bold;
    background-color:#ddd;
}
th,
td{
    padding:0.5em;
    border:1px solid #ccc;
}

tbody{
    background-color:white;
}

.table-field-main{
    font-weight: 600 !important;
}

.table-field-secondary{
    font-weight: 300 !important;
}

.table-td-color1{
    color: red !important;
}

.table-td-color2{
    color: rgb(255, 75, 75) !important;
}

.table-td-color3{
    color: rgb(70, 241, 70) !important;
}

.tb-nombre {
    font-size:1.2rem !important;
    font-weight:600 !important;
    
    padding:0.1rem !important;
}

.tb-cc {
    font-size:1.1rem !important;
    font-weight:400 !important;
    
    padding:0.1rem !important;
}

.wp-link{
    letter-spacing:0.1rem;
    text-decoration:none;
    background-color : green;
    color : white !important;
      font-weight: 600;
      padding:0.1rem 0.3rem;
      border-radius:1rem;
}


.report{
    display: flex;
    padding: 2rem;
    border: 1px solid white;

}

.report__seccion{
    width: 50%;
    border-right: 1px solid white;
}
.report__item{
    padding: .5rem 0;
    display: flex;

    & span {
        display: block;
        width: 60%;
    }

    & label {
        font-size: 1.5rem;
    }

    & .report__subitem{
        width: 30%;
    }
}
.report__seccion--bicol{
    display: flex;
    border: none;
    padding-left: 2rem;
    & .report__item {
        width: 50%;
        display: block;
    }

    & .report__subitem--bicol{
        width: 100%;
        padding: 0.5rem 0;
    }
}


.datos{

}
.datos__container{
    
}
.datos__container__flex{
    display: flex;
    justify-content: space-between;
}
.datos__item{

}


.navbar {
    background-color: rgb(20, 126, 126) !important;
}

.navbar-brand {


}

.nav-link {
    color: yellow !important;
}

main {
    background-color: #ccc !important;
}


.btn-main{
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 1rem 0;
  border-radius: 1rem;
 
  color: #ffff;
  background-color: rgb(20, 126, 126) !important;
  font-size: 2rem;
  transition: all .5s;
}
.btn-main:hover{
  border-color: rgb(20, 126, 126) !important;
  color: black !important;
  background-color: transparent !important;
}

.etiqueta-badge {
    padding:0.3rem;
    background-color: green;
    color: #ccc;
    border-radius: 1rem;
    font-weight: 600;
}


.modal-content {
    overflow: scroll !important;
}


.badge-estado-on {
    background-color:white;
    color:black;
}

.badge-estado-off {
    background-color:black;
    color:white;
}



