body {
    font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
    color: #333;
    background-color: #fff;
}

h1 {
    font-size: 150%;
    color: #3484D2;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}

div.flash.error {
    color: white;
    background: #ff7373;
    border-color: red;
}

a[href^="error:"] {
    background: red;
    color: white;
}

/* plugin fixes */

/*  (1) confirmation dialog */
div.alert-icon-trash {
    display: none;
}

/*  / (1) confirmation dialog */

/* (2) datepicker */
.datepicker-dropdown th {
    font-weight: bold;
}

/* / (2) datepicker */

ul.form-errors {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.form-errors li {
    list-style: none;
    display: block;
    color: white;
    background: #ff7373;
    border: 1px solid red;
    padding: 1em;
    margin: 1em 0;
}

/* spinner for nette ajax */
#ajaxify-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .5s ease;
    z-index: 10000;
}

#ajaxify-spinner {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    color: white;
}
/* / */
