/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 15, 2019, 7:50:22 AM
    Author     : gasper
*/

.fc-license-message{
    display: none;
}


.fc-event, .fc-event-dot {
    background-color: #cf4f4c !important;
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #d97775 !Important;
}

.fc-timeline-event {
    position: absolute;
    border-radius: 20px !important;
    padding: 2px 0;
    margin-bottom: 1px;
}

.fc-unthemed td, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border-color: #f5f2f2 !Important;
}

.fc-unthemed th, .fc-unthemed thead{
    border-color: #676b86 !Important;
}


.fc-divider{
    border-color: blue;
}

/*.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border: none !Important;
}*/

.fc-widget-header{
    background-color: #f0f1f6 !Important;
}


.fc-timeline .fc-divider{
    width: 0px !Important;
}

.fc-cell-text{
    font-weight: 600 !Important;
}

.fc-time-area .fc-event-container {
    top: 8px !Important;
}

.fc-timeline .fc-cell-text {
    padding: 10px !Important;
    font-size: 12px;
}

.fc-timeline .fc-scroller-canvas > .fc-content > .fc-rows > table tr:nth-child(even){
    background-color: #ceced61c;
}

/*
.fc-resource-area{
    background: blue;
}*/


.qtip-default .qtip-titlebar {
    background-color: #ffffff !Important;
}

.qtip-default {
    border: none !Important;
    background-color: #ffffff !Important;
    color: #555;
    box-shadow: 0 3px 3px #d2cdcd !Important;
}


/*.fc-toolbar.fc-header-toolbar {
    display: none !Important;
}*/



.fc-only-start{
    padding: 8px !Important;
    background-color: #ffffff !Important;
    border: none !Important;
    box-shadow: none !Important;
    margin-top: -3px !Important;
    border-radius: 20px !Important;
}

.fc-start-end{
    padding: 8px !Important;
    background-color: #ffffff !Important;
    border: none !Important;
    box-shadow: 0 3px 3px #d2cdcd !Important;
    margin-top: -3px !Important;
    border-radius: 7px !Important;

}



.fc-event {
    font-size: 12px !Important;
    line-height: 1 !Important;
}


.callendarButton{
    position: absolute;
    top: 10px;
    right: 0px;
    border: none;
    background: #ffffff !Important;
}

.fc-timeline-event .fc-title {
    font-weight: 700 !Important;
}

.callendarButton i{
    background: none;
    font-size: 22px !important;
    margin-top: -4px;
    color: #2b304d;
}

#projectChart{
    height: 100% !important;
    width: 100% !important;
    margin-bottom: 10px;
}


.cardHeaderTitle{
    margin-left: 9px;
    margin-top: 5px;
}


.notDoneAssignment{
    color: #3d465a !Important;
    background-color: #ffffff !Important;
    box-shadow: 0 1px 16px 0 rgba(197, 197, 197, 0.5) !important;
    padding-left: 25px !important;
}

.notDoneAssignment:before{
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    background-color: #3c465a;
    border-radius: 50%;
    margin-left: -20px;
    margin-top: -2px !Important;
}

.doneAssignment{
    color: #3d465a !Important;
    background-color: #ffffff !Important;
    box-shadow: 0 1px 16px 0 rgba(197, 197, 197, 0.5) !important;
    padding-left: 25px !important;
}

.doneAssignment:before{
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    background-color: #5db75c;
    border-radius: 50%;
    margin-left: -20px;
    margin-top: -2px !Important;
}

.waitingAssignment{
    color: #3d465a !Important;
    background-color: #ffffff !Important;
    box-shadow: 0 1px 16px 0 rgba(197, 197, 197, 0.5) !important;
    padding-left: 25px !important;
}

.waitingAssignment:before{
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    background-color: #efad4e;
    border-radius: 50%;
    margin-left: -20px;
    margin-top: -2px !Important;
}

.lateAssignment{
    color: #3d465a !Important;
    background-color: #ffffff !Important;
    box-shadow: 0 1px 16px 0 rgba(197, 197, 197, 0.5) !important;
    padding-left: 25px !important;
}

.lateAssignment:before{
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    background-color: #fe185e;
    border-radius: 50%;
    margin-left: -20px;
    margin-top: -2px !Important;
}

.NAAssignment{
    color: #3d465a !Important;
    background-color: #ffffff !Important;
    box-shadow: 0 1px 16px 0 rgba(197, 197, 197, 0.5) !important;
    padding-left: 25px !important;
}

.NAAssignment:before{
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    background-color: #929eb8;
    border-radius: 50%;
    margin-left: -20px;
    margin-top: -2px !Important;
}



.fc-mon, .fc-tue, .fc-wed, .fc-thu, .fc-fri, .fc-sat, .fc-sun{
    font-size: 12px !Important;
}

.fc-event .fc-bg {
    background: none !Important;
}

.fc-toolbar .fc-left {
    float: left;
    display: none;
}

.fc-unthemed th, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-list-heading td{
    border: none !important;
}

.fc-cell-text.fc-following{
    text-transform: uppercase !Important;
    color: #3c465a;
    font-size: 16px;
}


.fc-toolbar.fc-header-toolbar {
    margin-top: -20px;
}

.fc .fc-button-group > * {
    border: none;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #ffffff;
    color: #5c5386;
}


.fc .fc-toolbar > * > :first-child{
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #3d465a;
    font-size: 12px;
    border: none;
    border-radius: 25px;
    font-weight: 700;
    height: 31px;
    padding: 8px 15px 10px 15px;
    text-transform: uppercase;
    opacity: 1;
}

.fc-icon{
    font-size: 12px !Important;
}

.calendar-wrapper{
    width: 96%;
    left: 2%;
    margin-left: 0;
    max-height: 90vh;
    overflow: scroll;
}

.updateCalendarUsers{
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #3d465a;
    font-size: 12px;
    border: none;
    border-radius: 25px;
    font-weight: 700;
    height: 31px;
    padding: 8px 15px 10px 15px;
    text-transform: uppercase;
    opacity: 1;
    float: left;
    margin-left: 10px;
}

.updateCalendarDateRange{
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #3d465a;
    font-size: 12px;
    border: none;
    border-radius: 25px;
    font-weight: 700;
    height: 31px;
    padding: 8px 15px 10px 15px;
    text-transform: uppercase;
    opacity: 1;
      float: left;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover{
    background: #e9eaf3;
    border: none;
    color: #9e9e9e;
}

.daterangepicker .ranges li{
   height: 25px; 
}

.daterangepicker .ranges li{
    background: #fbfbfd;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #3693cc;
    border-color: #3693cc;
    color: #fff;
}

.daterangepicker .calendar.left .daterangepicker_input{
    display: none;
}

.daterangepicker .calendar.right .daterangepicker_input{
    display: none;
}

.range_inputs .applyBtn{
    border: none !important;
    background-image: linear-gradient(179deg, #0a355f 4%, #29739f 100%);
}

.fc .fc-toolbar > * > :first-child{
    display: none;
}