@import url(https://fonts.googleapis.com/css?family=Nunito);/**
ESTE ARCHIVO ES COMPILADO, SI QUIERES HACER CAMBIOS TIENES QUE MODIFICAR resources/scss/nuvem.scss
 */

/**
Estilos para paneles de accordion
 */

.card .card-header {
  background-color: #8AADAC !important;
  color: rgba(255, 255, 255, 0.8);
}

.card .card-header:focus {
  color: white;
}

.card .card-header:hover {
  color: white;
}

/**
Estilos para modal
 */

.modal .modal-header {
  background-color: #3C8DBC;
  color: white;
}

.modal .modal-content {
  border-radius: 5px;
}

.mdl-groups .form-group {
  margin-bottom: 0px;
}

.mdl-groups small {
  position: relative;
  top: 4px;
  left: 5px;
}

.ms-container {
  width: 100% !important;
}

.form-group {
  margin-bottom: 3px !important;
}

label {
  margin-bottom: 0px !important;
  font-weight: lighter !important;
}

