@charset "UTF-8";
/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.btn-success, .btn-success:hover, .btn-warning, .btn-warning:hover, .btn-info, .btn-info:hover, .btn-success:active {
  color: #FFF;
}

.btn-line.btn-success:before, .btn-line.btn-warning:before, .btn-line.btn-info:before {
  background: #FFF;
}

.btn-line.btn-success:after, .btn-line.btn-warning:after, .btn-line.btn-info:after {
  background: #FFF;
}

.btn-xs {
  padding: 0.2rem 0.4rem;
  font-size: 0.7rem;
  margin-bottom: 0;
}
.navbar-brand .navbar-brand-item {
    height: 60px;
    display: block;
    width: auto;
}

.navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
}



.form-switch.form-switch-md {
    padding-left: 4.5em;
    height: 2.5em;
}

.form-switch.form-switch-md .form-check-input {
    margin-left: -4.5em;
    height: 2em;
    width: 4em;
}

.form-switch.form-switch-md .form-check-label {
    padding-top: 0.5em;
}

.form-switch.form-switch-lg {
    padding-left: 8.5em;
    height: 4.5em;
}

.form-switch.form-switch-lg .form-check-input {
    margin-left: -8.5em;
    height: 4em;
    width: 8em;
}

.form-switch.form-switch-lg .form-check-label {
    padding-top: 1.5em;
}


.content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content > article {
    /*background-color: blue;*/
    /*flex: 1 1 100px;*/
    min-width: 95px;
    height: 100px;
}


    .botao_desativar, .botao_ativar{
        width: 80px;
        height: 21.5px;
        margin-left: 5px;
    }
    .botao_desativar:hover{
        font-size: 0;
        background-color: red;
        border-color: red;
        transition-delay: 0;
    }
    .botao_desativar:hover:after{
        content: 'Desativar';
        font-size: 0.7rem;
        transition-delay: 0;
    }


    .botao_ativar:hover{
        font-size: 0;
        background-color: green;
        border-color: green;
        transition-delay: 0;
    }
    .botao_ativar:hover:after{
        content: 'Ativar';
        font-size: 0.7rem;
        transition-delay: 0;
    }


    .ml-10{
        margin-left: 10px;
    }
    .ml-5{
        margin-left: 5px;
    }

/*User CSS*/

/*# sourceMappingURL=style.css.map */
