
.email-debug-message {
    z-index: 1000;
    background-color: #FFC;
    font-size: 11px;
    padding: 11px 15px;
    color: red;
    position: fixed;
    bottom: 0;
    width: 100%
}

.sortable img {
    max-height: 150px;
}

.sortable .del-icon {
    position: relative;
    color: red;
    left: -30px;
    top:8px;
    float: right;
    z-index: 999;
    background-color: white;
    padding: 4px;
    border: 1px solid #000;
    border-radius: 14px;
    opacity: 0.6;
    cursor: pointer;
}

.sortable .del-icon:hover {   opacity: 1; color: white; background-color:red }

.kalender-list {width: 100%}
.kalender-list a{display: block; width: 100%; padding: 7px 9px; border-radius: 5px}
.active_kalender{ background-color:#42A5F5; color: white}

.kalender-small, .kalender{ width: 100%}
.kalender-small td, .kalender td{ width: 25%; padding: 8px; min-width: 250px;}

.kalender .td-bezet{background-color: #FF9999;}

.kalender ul {list-style-type: none;}

/* Month header */
.month {
    padding: 15px 0px;
    width: 100%;
    background: #1abc9c;
    text-align: center;
}

.kalender-small .month{padding: 8px 0px;}

/* Month list */
.month ul {
    margin: 0;
    padding: 0;
}

.month ul li .titel {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.kalender-small .month ul li .titel{font-size: 11px}


.kalender td:hover .buttons{
    visibility: visible !important;
}

.month ul li .buttons{
    visibility: hidden;
}

.month ul li .buttons a{
    display: block;
    margin-bottom: 2px;
    color: #EEE;
    text-align: left;
    font-size: 12px;
}

.month ul li .buttons a:hover{
   font-weight: bold;
    cursor: pointer;
}

.month ul li .buttons i{
    font-size: 10px;
}

/* Weekdays (Mon-Sun) */
.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color:#ddd;
}

.kalender-small .weekdays{padding: 4px 0px;}

.weekdays li {
    display: inline-block;
    width: 13%;
    color: #666;
    text-align: center;
}

/* Days (1-31) */
.days {
    padding: 10px 0;
    background: #eee;
    margin: 0;
}

.kalender-small .days{padding: 4px 0px;}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 13%;
    text-align: center;
    margin-bottom: 5px;
    font-size:12px;
    color: #777;
    cursor: pointer;
    padding: 3px;
}

.kalender-small .days li{padding: 2px;}


.days li:hover {
    border: 2px dashed #1abc9c !important;
    padding: 1px;
}

.kalender-small .days li:hover{padding: 0px;}


/* Highlight the "current" day */
.days li.active {
    border: 2px solid #1abc9c !important;
    padding: 1px;
}


.table-prijzen td{
    border: 1px solid #DDD;
    padding: 4px 12px;
    text-align: right;
}

.tr-prijs td{font-weight: bold; padding: 4px 8px}

.tr-prijs input{width: 45px; padding: 2px 4px; text-align: right; height: auto; margin: 0; font-weight: bold}