@charset "UTF-8";
/*
Diese Datei wird in ALLE unsere Plugins eingebunden.
Sie sorgt daf├╝r, dass alle Templates
1) gleich aussehen
2) sofort nach "Plugin von muv" aussehen...
*/
/*
    Created on : 09.03.2017, 20:00:34
    Author     : vogelor
    Version    : 10.03.2017
*/
/* Wir brauchen die Farben */
/*
Diese Datei beinhaltet alle Farben.
Sie sorgt daf├╝r, dass alle Templates
1) gleich aussehen
2) sofort nach "Plugin von muv" aussehen...
*/
/* 
    Created on : 09.03.2017, 20:00:34
    Author     : vogelor
    Version    : 10.03.2017
*/
/*
 * Jetzt kommen die Elemente die ├╝berall gleich sind...
 */
.muv {
  /*
   * Die Data-Tables
   */ }
  .muv .has-error {
    color: #b84c4c !important; }
    .muv .has-error label {
      color: #b84c4c !important; }
    .muv .has-error input {
      border: 1px solid #b84c4c !important; }
  .muv .kein-datensatz {
    margin-top: 50px;
    font-size: 120%;
    color: #A7A6A6;
    text-align: center; }
    .muv .kein-datensatz i {
      font-size: 200px; }
  .muv .datatable thead th, .muv .datatable thead td, .muv .datatable-min thead th, .muv .datatable-min thead td {
    padding-left: 0;
    text-align: left; }
  .muv .button-primary {
    background: #127BCA; }
  .muv .button-big {
    font-size: 120%;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    height: auto; }
  .muv .gross {
    width: 100%; }
  .muv ul {
    list-style: initial;
    padding-left: 30px; }
  .muv .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; }
  .muv .alert-success {
    color: #67b646;
    background-color: #dff0d8;
    border-color: #67b646; }
  .muv .alert-info {
    color: #309dd4;
    background-color: #d9edf7;
    border-color: #309dd4; }
  .muv .alert-warning {
    color: #e8ca2b;
    background-color: #fcf8e3;
    border-color: #e8ca2b; }
  .muv .alert-danger {
    color: #b84c4c;
    background-color: #f2dede;
    border-color: #b84c4c; }

/*# sourceMappingURL=admin-common.css.map */
