@import url("flatpickr.min.css");

.bg-black {
    background-color: #000;
}

.bg-blue {
    background-color: #114488;
}

#header h1.navbar-brand {
    font-size: 2em;
}

.ico-edit, .ico-delete, .ico-save, .ico-cancel {
    border: none;
    color: transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 32px;
    width: 32px;
    margin: 14px 2px;
}
.ico-edit { background: url(../images/icons.png) no-repeat 0 -256px;  }
.ico-delete { background: url(../images/icons.png) no-repeat 0 -224px; }
.ico-save { background: url(../images/icons.png) no-repeat 0 -192px; }
.ico-cancel { background: url(../images/icons.png) no-repeat 0 0; }