@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: #294378 !important;
  color: rgba(255, 255, 255, 0.8);
}

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

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

/**
Colores de botones smart contact
 */

.btn-suc {
  color: #fff !important;
  background-color: #294378 !important;
  border-color: #294378 !important;
  box-shadow: none !important;
}

.btn-suc:hover {
  color: #fff !important;
  background-color: #496aad !important;
  border-color: #496aad !important;
  box-shadow: none !important;
}

/**
Estilos para menu izquierdo
 */

.sidebar-dark-primary {
  background: #294378 !important;
  color: white !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background: #3363bd !important;
  color: white !important;
}

.page-item.active .page-link {
  background: #294378 !important;
  color: white !important;
  border-color: #294378 !important;
}

/**
Estilos para modal
 */

.modal .modal-header {
  background-color: #294378;
  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;
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
  background-color: white;
}

