.tarefas .btn-up {
    bottom: 90px;
}

.tarefas dw-card .info-total p:last-child{
    display: none;
}

.tarefas dw-card .fa.fa-flag-o{
    margin-right: 2px
}

.tarefas .select-indicator{
    position: absolute;
    right: 10px;
    bottom: 6px;
    font-size: 16px;
}

.tarefas .filter-kpi {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.tarefas .filter-kpi .item-custom{
    position: relative;
}

.tarefas .filter-kpi .item-custom{
    width: 32%;
}

.tarefas .filter-kpi .card{
    margin: 0;
    padding: 15px 0 10px 15px;
}

.tarefas .filter-kpi .card .select-indicator{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
}

.popup-standart.nova-tarefa .popup .popup-head .popup-title{
    font-size: 18px;
}

@media (max-width: 767px) {
    .tarefa-info .left-screen{        
        border: none !important;
        padding-right: 0 !important;
	}

    .tarefa-info .right-screen{        
        padding-left: 0 !important;
	}
}

.tarefa-info .left-screen .modulo-section-xs{
    display: none;
}

@media (max-width: 767px) {
    .tarefa-info .left-screen .modulo-section-xs{
        display: block;
    }
}

.tarefa-info .right-screen .modulo-section-sm{
    display: none;
}

@media (min-width: 768px) {
    .tarefa-info .right-screen .modulo-section-sm{
        display: block;
    }
}

.tarefa-info .item-custom.item-border .tarefa-nome-input {
    height: 40px;
    padding-left: 5px !important;
}

.tarefa-info .nome-section .item-border{
    padding: 0 !important;
}

.tarefa-info .field-section{
    margin-bottom: 20px;
}

.tarefa-info .item-custom.cursor-text,
.no-disabled .form-group .form-control.cursor-text{
    cursor: text !important;
}

.tarefa-info .span-font{
    font-size: 14px;
    color: #444444;
    font-family: 'Roboto-Regular';
}

.tarefa-info .list-custom .item-custom .span-font{
    font-size: 14px;
    color: #444444;
    font-family: 'Roboto-Regular';
}

.tarefa-info .list-custom .item-custom .span-font.nome{
    font-size: 15px;    
}

.tarefa-info .list-custom .item-custom .item-border.descricao-info{
    min-height: 80px;
    max-height: 200px;
    overflow-y: auto;
}

.tarefa-info .span-font.span-lighter{
    color: #84888E;    
}

.tarefa-info .item-border{
    border: 1px solid #B5B9BE !important;
    border-radius: 2px;
    padding: 5px !important;
}

.tarefa-info .item-border .form-control{
    border: none !important;
}

.tarefa-info .item-box-shadow{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000033;
    border-radius: 4px;
    padding-left: 10px !important;
}

.tarefa-info .ciclo-section .item-box-shadow{
    max-width: 70px;
    padding-left: 0 !important;
}

.tarefa-info .data-inicio-section .item-box-shadow,
.tarefa-info .data-fim-section .item-box-shadow{
    width: 175px
}

.tarefa-info .modulo-option-section .item-box-shadow{
    min-width: 240px;    
} 

.tarefa-info .item-box-shadow .form-control{
    border: none !important;
    font-size: 14px !important;
}

.tarefa-info .btn.btn-add{
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.1);
    color: #999;
    border-radius: 18px;
    font-family: 'Roboto-Regular';
}


.tarefa-info .compartilhamento-options .col-xs-12:first-child{
    min-height: 1px;
}


.tarefa-info [type="radio"]:checked, 
.tarefa-info [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.tarefa-info [type="radio"]:checked + label,
.tarefa-info [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    /* color: #666; */
}
.tarefa-info [type="radio"]:checked + label:before,
.tarefa-info [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #84888E;
    border-radius: 100%;
    background: #fff;
}
.tarefa-info [type="radio"]:checked + label:after,
.tarefa-info [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
	background: #2196F3;
    position: absolute;
    top: 5px;
	left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tarefa-info [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.tarefa-info [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.popup-container.popup-standart.tarefa-apontamento .popup{
    padding: 0 !important;
}

.view-tarefa .tarefa-edit-icon{
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 167px;
    font-size: 16px;
}

.view-tarefa .excluir-tarefa{
    text-decoration: underline;
    display: inline-block;
}

.view-tarefa .fa.fa-check, .tarefas .fa.fa-check,
.view-tarefa .fa.fa-undo, .tarefas .fa.fa-undo{
    margin-right: 2px;
}


/* CALENDÁRIO */

.tarefas .calendar-container{
    height: calc(100% - 85px);
}

.tarefas .calendar-container #calendar{
    padding: 60px 15px 0px 15px;
    height: 100%;
}

.tarefas #calendar .fc-toolbar .fc-center h2, .tarefas #calendar .fc-toolbar .fc-right,
.tarefas #calendar .fc-toolbar .fc-right .fc-today-button,
.tarefas #calendar .fc-view-container .fc-widget-header .fc-day-header{
    color: #666 !important;
    text-transform: capitalize;
}

.tarefas #calendar .fc-toolbar .fc-center{
    display: block;
}

.tarefas #calendar .fc-toolbar .fc-center h2{
    margin-left: 20px;
    margin-top: 2px;
}

.tarefas #calendar .fc-toolbar .fc-left .fc-today-button,
.tarefas #calendar .fc-toolbar .fc-left .fc-button-group button{
    height: 32px;
    padding: 0px 14px;
    background-color: white !important;
    color: #666;
    font-family: "Roboto-Bold";
}

.tarefas #calendar .fc-toolbar .fc-left .fc-button-group button{
    border: 0;
    border-radius: 50%;
    width: 32px;
    padding: 0;
    box-shadow: none;
}

.tarefas #calendar .fc-toolbar .fc-left button:hover{
    background-color: #2021240a !important;
}

.tarefas #calendar .fc-view-container .fc-widget-header .fc-day-header{    
    font-family: "Roboto-Bold";
}

.tarefas #calendar .fc-view-container .fc-widget-content,
.tarefas #calendar .fc-view-container .fc-widget-header{
    border-color: #dadce0 !important;
}

/* .tarefas #calendar .fc-view-container .fc-widget-content:first-of-type{
    border-top: 0px solid transparent;
} */

/* .tarefas #calendar .fc-view-container .fc-widget-content{
    border-top: 0px solid transparent;
} */

.tarefas #calendar .fc-view-container .fc-widget-content .fc-event.tarefa-a-fazer{
    background-color: #1c84c6 !important;
    border-color: #1c84c6 !important;    
}

.tarefas #calendar .fc-view-container .fc-widget-content .fc-event.tarefa-finalizada{
    text-decoration: line-through;
    background-color: #1ab394 !important;
    border-color: #1ab394 !important;    
}

.tarefas #calendar .fc-view-container .fc-widget-content .fc-event.tarefa-atrasada{
    background-color:#ed5565 !important;
    border-color: #ed5565 !important;
}

.tarefas #calendar .fc-view-container .fc-widget-content .fc-event .fc-content .fc-time{
    display: none;
    font-weight: normal !important;
}

.tarefas #calendar .fc-view-container .fc-widget-content .fc-event .fc-content .fc-title{
    font-size: 12px;
}

.tarefas #calendar .fc-view-container .fc-view{
    margin-top: 0 !important;
    overflow-y: auto;
}

.tarefas #calendar .fc-view-container .fc-view .white-bg-table{
    background-color: white !important;
    height: calc(100% - 1px) !important;
}

.tarefas #calendar .fc-view-container .fc-view .fc-day-grid-container .fc-day-grid .fc-row .fc-day.fc-today{
    background-color: white !important;
}

.tarefas #calendar .fc-view-container{
    height: calc(100% - 40px) !important;
}

.tarefas #calendar .fc-view-container .fc-view,
.tarefas #calendar .fc-view-container .fc-view .fc-day-grid-container,
.tarefas #calendar .fc-view-container .fc-view .fc-day-grid-container .fc-day-grid{
    height: 100% !important;
    
}

.tarefas #calendar .fc-view-container .fc-view .fc-day-grid-container .fc-day-grid .fc-row{
    padding-bottom: 30px;
}

.tarefas #calendar .fc-view-container .fc-view .fc-day-grid-container .fc-day-grid .fc-row .fc-day-number{
    text-align: center;
    font-family: "Roboto-bold";
    font-size: 12px;
}

.tarefas #calendar .fc-view-container .fc-view .fc-day-grid-container .fc-day-grid .fc-row .fc-day-number.fc-today span{
    background-color: #1c84c6 !important;
    color: white;
    padding: 4px 7px;
    border-radius: 50%;
}

.tarefas #calendar .fc-view-container .fc-view .fc-day-grid-container .fc-day-grid .fc-row .fc-day-number.two-digit.fc-today span{
    padding: 4px;
}

.tarefas #calendar .fc-view-container .fc-view .fc-event-container .fc-day-grid-event{
    margin: 1px 4px 1px;
}

.tarefas #calendar .fc-view-container .fc-view .fc-event-container.mes-diferente{
    opacity: 0.3;
}


