@media(max-width:720px){
  #formulario-dinamico > form .row-fluid{
    flex-direction:column
  }
}
#reunioes td, #reunioes th {
    text-align: center;
}

select[readonly] {
    background: #eee; /*Simular campo inativo*/
    pointer-events: none;
    touch-action: none;
}

.icon-spinner {
    animation: spin-animation 2s infinite;
    display: inline-block;
}

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.lista-row {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.cliente-element, .cliente-list-title {
    min-width: 100%;
    border: 1px solid black;
    border-radius: .5rem;
    padding: .75rem 0 .75rem 0;
    margin: .25rem 0 .25rem 0;
}

.cliente-element:hover {
    cursor: pointer;
    background-color: 	rgba(169,169,169, .8);
}

.inputWithIcon {
    position: relative;
}

.inputWithIcon input[type="text"] {
    padding-right: 40px;
}

.inputWithIcon i {
    position: absolute;
    right: 0;
    padding: .2rem .35rem;
    color: #aaa;
}

.inputWithOutIcon i {
    display: none;
}

@media (min-width: 992px) {
    .first-control-group {
        padding-left: 10px;
    }
}

#cliente-externo-title {
    margin-bottom: 1rem;
}
