.actions {
    width: 180px;
}
.actions .left {
    float: left;
    margin: 0 2px;
}
.actions .right{
    float: right;
    margin: 0 2px;
}
.actions.users{
    width: 230px !important;
    padding: 0px !important;
}
.form-row {
    /* margin-top: 20px; */
}

#divitens {
}

#topcoes {
}

#topcoes table tr td{
    padding: 2px !important;
}

.flex-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-items: space-between;
}

.borda{
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    margin: 20px auto;
    border-radius: 5px;
    padding: 15px; 
}

.btn-search button, .btn-search a {
    margin: 5px;
}

.flex-col{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.resultado p {
    width: 100%;
    margin: 10px;
    padding: 5px;    
    font-weight: bold;
    text-align: center;
}

.resultado p span {
    display: block;
    font-weight: normal;
    margin-right: 20px;
    text-align: center;
}

.login-img {
    padding: 20px;
    width: 300px;
    margin: 0 auto;
}
.login-img img {
    display: block;
    width: 100%;
}



.ajuda .panel-group {
    margin-bottom: 5px;
}
.ajuda .panel-heading {
    padding: 0;
}

.btn-ajuda{
    padding: 15px;
    width: 90%;
    text-align: left;
    font-weight: bold;
    border: 1px solid #ccc;
}


.topo-ramais {
    display: grid;
    grid-template-columns: 1fr 2fr 1.5fr;
}

.pesquisa-ramal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.pesquisa-ramal p span {
    font-weight: bold;
    margin-right: 20px;
}

.img-list {
    /* width: 150px; */
    height: 70px;
}
.img-list img {
    display: block;
    height: 100%;
}

.error {
    color: red;
    font-weight: bold;
}

.border_telefone {
    margin-top: 20px;
    padding: 5px;
    border-radius: 5px;
    /* border: 2px solid red; */
}

.arrastando {
    background-color: rgba(70, 70, 70, 0.1);
}

.item-teste:hover {
    cursor: move;
}

.item-teste td i{
    opacity: 0.4;
}

.navbar-brand {
    height: 120px !important;
    padding: 5px !important;
}

.navbar-brand .img-sidebar {
    display: block;
    height: auto !important;
    padding: 10px;
    margin-inline: auto;
}

.dropdown-ajuda {
    display: none;
}

.dropdown-ajuda.show {
    display: block;
    animation-name: dropdown-ajuda;
    animation-duration: 400ms;
}

@keyframes dropdown-ajuda {
    from {height: 0px;}
    to {height: 43px;}
}

.on {
    color: #478aff;
}

.nav-dropdown-text {
    padding-right: 10px;
}

.nav-dropdown-all-items {
    /* width: 70%; */
    padding-left: 20%;
    /* margin-bottom: 5px; */
    display: none;
    list-style-type: none;
}

.nav-dropdown-all-items li a {
    color: #555;
    /* text-decoration: underline; */
}

.nav-dropdown-item {
    /* display: none; */
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

a.active{
    background-color: #f6f9fc;
}

.status {
    display: inline-block;
    width: 10px;
    height: 20px;
    border-radius: 5px;
    background-color: #2dce89;
    margin-right: 5px;
}

.status.inactive {
    background-color: #f5365c;
}