/* -webkit-align-items */ 
/* -webkit-justify-content */ 
/* -webkit-flex-direction */ 
/* -webkit-flex-wrap */

.modal-body {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

div.form-group label {
    font-weight: 400;
    color: #646c9a;
    font-size: 1rem;
}

div.form-group input.form-control {
    border: 1px solid #c7d9e2;
    border-radius: 0.3rem;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select > .dropdown-toggle {
    background-color: #fff;
    border: 1px solid #c7d9e2;
    border-radius: 0.3rem;
    color: #646c9a;
}

.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active, 
.show>.btn-light.dropdown-toggle {
    background-color: #fff;
    border: 1px solid #c7d9e2;
    border-radius: 0.3rem;
    color: #646c9a;
}

.bootstrap-select .dropdown-toggle:focus, 
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0!important;
}

.bootstrap-select .dropdown-menu li {
    position: relative;
    padding: 0.3rem 0.3rem;
}

.bootstrap-select .dropdown-menu li:hover {
    background-color: #f5f5f5;
}

.bootstrap-select .dropdown-menu li a {
    color: #646c9a;
}

input.error, textarea.error, div#listar_servicos_chosen.error {
    box-shadow: none!important;
    border-color: #ffccc8!important;
}

div.form-group label.error {
    color: #d66967;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    margin-bottom: 0;
}

.nav-pills .nav-link {
    color: #646c9a;
}