.workflow{
    margin-left: 20px;
    vertical-align: middle;
    font-size: 14px;
    display: inline-block;
    padding: 5px 12px 2px;
    background: #3d98a9;
    color: white;
    border-radius: 30px;
    cursor: pointer;
    z-index: 1000;
    position: relative;
}

.reverse-workflow .workflow{
    background: #8e3da9;
}

.reverse-workflow .item.flow, .reverse-workflow .item.flow .navigation{
    background: #8e3da9;
}

.flow [item-id] .checked-since{
    opacity: 0.3;
    margin-left: 10px;
    margin-top: 7px;
    font-size: 15px;
}


.flow .date{
    color: rgba(255, 255, 255, 0.74);
    font-size: 34px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 24px 0;
    cursor: default;
    user-select: none;
    margin-top: 0;
}

[item-id=workflow]{
    text-align: center;
}

[item-id=workflow] .label-holder .checkbox{
    display: none;
}

.flowopened .workflow{
	/*padding: 5px 18px 2px;*/
    /*background: green;*/
}

.item.flow .navigation{
    background: #3d98a9;
    color: white;
}

.item.flow .real-list{
	columns: 1 !important;
}

.item.flow .real-list p{
	width: 95%;
}

.item.flow{
    background: #3d98a9;
	columns: 1;
}

.item.flow .label{
	text-align: center;
}

.item.flow .sub-holder, .item.flow textarea.description{
	display: none;
}

@media screen and (max-width: 500px){

    .item.flow .sub-holder-toggler{
        display: none;
    }

}

.today-day{
    color: #fdc600 !important;
    font-weight: bold;
}

.aim-day{
    outline: 1px double #ffffff !important;
    z-index: 1;
}

span.day-holder{
    display: inline-block;
    width: 10vw;
    height: 12vw;
    vertical-align: middle;
    background: #3b8796;
    margin: 1vw;
    color: white;
    position: relative;
}

.today-day span.week-day, .today-day .prazo-list{
    opacity: 1;
}

.final-day{
    font-size: 3vw;
    width: 100%;
    display: block;
    margin-top: 1.5vw;
}

span.week-day {
    opacity: 0.4;
    font-size: smaller;
}

.day-prazo{
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #fcf379;
    display: inline-block;
    left: 3px;
    z-index: 1212;
    margin: 1px;
    vertical-align: text-bottom;
}

.prazo-list{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 3px;
    opacity: 0.4;
}

@media screen and (max-width: 550px){

    .prazo-list{
        font-size: 0.6em;
    }

    span.week-day {
        display: none;
    }

    .prazo-text{
        display: none;
    }

}

.calendar .week{
    white-space: nowrap;
}

.month-navigation{
    margin: 12px;
}

.month-navigation span{
    margin: 0 12px;
}

.calendar-holder{
}

.calendar-holder.mini{
    position: absolute;
    z-index: 100;
    background: #3e98a9;
    padding: 8px;
    padding-top: 4px;
}

.calendar-holder.mini .day-holder{
    width: 25px !important;
    height: 25px !important;
    margin: unset;
}

.calendar-holder.mini .month-navigation{
    margin: 5px 0;
    text-align: center;
}

.calendar-holder.mini .month-navigation span{
    margin: 0 12px;
    color: white;
}

.calendar-holder.mini .month-navigation button{
    background: #235d6c;
    border: 0;
    padding: 2px 5px;
    color: white;
    width: 20px;
}

.calendar-holder.mini .month-navigation .previous{
    float: left;
}

.calendar-holder.mini .month-navigation .forward{
    float: right;
}

.calendar-holder.mini .final-day{
    font-size: 14px;
    margin-top: 0;
    text-align: center;
    padding: 5px;
}

.calendar-holder.mini .prazo-list{
    display: none !important;
}

.ctrl-key .calendar-holder.mini .prazo-list{
    display: unset !important;
    text-align: center;
    font-size: 0.8em;
    opacity: 1;
}

.ctrl-key .calendar-holder.mini .final-day{
    display: none;
}

.ctrl-key .calendar-holder.mini .prazo-text{
    display: none;
}

.calendar-holder.mini span.week-day{
    display: none !important;
}