/* Task Popup Css */
#event-tasks {
    padding-right: 0 !important;
}


#event-tasks .modal-header{
    position: relative;
}

#event-tasks .modal-header .close{
    order: 1;
    margin-left: 0;
    position: relative;
    left: -24px;
    width: 64px;
    height: 54px;
    background: #D52121;
    padding: 0;
    top: -2px;
}

#event-tasks .modal-header a.meetingIcon{
    order: 2;
}

#event-tasks .modal-header .close .close-icon{
    background-image: url('../images/icons/back-btn.png');
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

#event-tasks .modal-body h4.t-c-name{
    margin: 0;
}

#event-tasks .modal-body a.meetingIcon.none.anchor{
    background: #F3F3F1;
    display: inline-block;
    padding: 5px 7px 4px;
    border-radius: 6px;
    margin-bottom: 7px;
}

#event-tasks .popup-form-warp{
    padding-left: .5rem;
    padding-right: .5rem;
}

.event-status-list .et-list li label{
    background: #D1D1D1;
    border-radius: 6px;
    position: relative;
    padding: 8px 8px 8px 8px !important;
    text-align: left;
    font-size: 12px !important;
}

.event-status-list .et-list li label span.event-count{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
}

.event-status-list .et-list li label.overdue span.event-count{
    background: #D52121;
}

.event-status-list .et-list li label.due span.event-count{
    background: #5172E7;
}

.event-status-list .et-list li label.future span.event-count{
    background: #878787;
}
.et-list li a.future span,.et-list li label span.event-count{
    color: #fff !important;
} 
.et-list li a:hover,.et-list li label:hover{
    color: #000000;
}
.et-list li input[type=checkbox]:checked + label {
    font-weight: bold;
    background-color: #7a7a7a;
    color: #ffffff;
}

.et-list li input[type=checkbox]:checked + label{
    background: #F3F3F1;
    color: #000;
}
.event-status-list .et-list li{
    border: 0;
}
.event-status-list .et-list li:not(:first-child){
    margin-left: 5px;
}

#event-tasks .popup-form-warp .form-group.task-search ::-webkit-input-placeholder{
    color: #878787;
    opacity: 1;
}

#event-tasks .popup-form-warp .form-group.task-search ::-ms-placeholder{
    color: #878787;
}

#event-tasks .popup-form-warp .form-group.task-search ::-placeholder{
    color: #878787;
}

#event-tasks .popup-form-warp .form-group.task-search span, #event-tasks .popup-form-warp .filter_options span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 19px;
    color: #B2B2B2;
}

#event-tasks .popup-form-warp .form-group.task-search input.form-control {
    border: 1px solid #D1D1D1;
    border-radius: 6px !important;
    font-weight: 400;
    height: 34px;
    font-size: 12px;
    line-height: 14px;
    color: #878787;
    padding-left: 13px !important;
}

#event-tasks .popup-form-warp .filter_options {
    cursor: pointer;
    width: 100%;
    height: 33px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    line-height: 32px;
    color: #000;
    padding-left: 12px;
}

.event-task-filter .all-assigned-task li:not(:first-child){
    padding-left: 32px;
}

.event-task-filter .all-assigned-task li{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.event-task-filter .all-assigned-task li [type="radio"]:checked,
.event-task-filter .all-assigned-task li [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.event-task-filter .all-assigned-task li [type="radio"]:checked + label,
.event-task-filter .all-assigned-task li [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.event-task-filter .all-assigned-task li [type="radio"]:checked + label:before, .event-task-filter .all-assigned-task li [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -21px;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}
.event-task-filter .all-assigned-task li [type="radio"]:checked + label:after,
.event-task-filter .all-assigned-task li [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #434343;
    position: absolute;
    top: 8px;
    left: -16px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.event-task-filter .all-assigned-task li [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.event-task-filter .all-assigned-task li [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.task_module .modal-content {
    position: inherit;
    height: 100%;
    max-width: 100%;
    font-family: 'Inter', sans-serif;
    border: 0;
    margin-top: 15px;
}
.task_module .modal-dialog{
    margin: 0 auto;
    max-width: 810px;
}
.inner-module {
    padding: 40px;
}
.task_box .form-control{
    /* border: 1.05556px solid #000000; */
    height: 49px;
    line-height: 49px;
    padding: 0 10px 0 4px !important;
    color: #156bcd;
    font-weight: 700;
    font-size: 20px;
}
#event-form .form-control{
    /* border: 1.05556px solid #000000; */
}
select.form-control.priority{
    /* border-color: #EC7620; */
}
#quick-description {
    padding-left: 5px;
}
select.form-control.type{
    /* border-color: #5172E7; */
}
.task_box ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #156bcd;
  opacity: 1; /* Firefox */
}
button.btn.btn-primary.complete-btn {
    background: #878787;
    border: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    border-radius: 0;
}
button.btn.btn-primary.complete-btn:focus{
    box-shadow: none;
    outline: 0;
}
.task_box :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #156bcd;
}
.task_box ::-ms-input-placeholder { /* Microsoft Edge */
  color: #156bcd;
}
span.end_text {
    position: absolute;
    top: 12px;
    left: 5px;
}
.created-date {
    font-weight: 400;
    font-size: 12.6667px;
    line-height: 15px;
    color: #000000;
}
.datepicker_form .form-control {
    height: 46px;
    /* border-color: #000000; */
    padding-left: 35px !important;
}
.input-group.clockpicker .form-control {
    height: 46px;
    /* border-color: #000000; */
    padding-left: 35px !important;
}
.input-group-append{
    display: none;
}
.inner-task{
    /* border: 1.05556px solid #000000; */
    height: unset;
    /* overflow-y: scroll; */
    /* padding: 6px; */
}
.inner-task ul{
    margin: 0;
}
.inner-task ul li a {
    display: inline-block;
    padding: 4px 15px;
    font-size: 10px;
    border-radius: 30px;
    background: #878787;
    color: #fff;
}
.inner-task ul li a.green-bg{
    background: #6DB544;
}
.inner-task ul li{
    margin: 2px;
}
button.close{
    position: absolute;
    top: 10px;
    right: 15px;
}
.popover {
    max-width: 240px;
}
.datepicker_form ::placeholder, .clockpicker ::placeholder{
    color: #000000;
    opacity: 1;
}
.datepicker_form :-ms-input-placeholder, .clockpicker :-ms-input-placeholder{
    color: #000000;
}
.datepicker_form ::-moz-input-placeholder, .clockpicker ::-moz-input-placeholder{
    color: #000000;
}
.bottom-btn .btn.btn-default{
    padding: 0;
}
button.btn.btn-primary, button.btn.btn-secondary {
    padding: 4px 30px;
    font-size: 16px;
    border-radius: 7px;
}
.bottom-btn .btn:not(:first-child){
    margin-left: 13px;
}
.btn.btn-primary:focus, .btn.btn-secondary:focus{
    outline: 0;
    box-shadow: none;
}
span.down_arrow {
    display: inline-block;
    width: 30px;
    background-color: #fff;
    position: absolute;
    bottom: 9px;
    right: 5px;
}
@media screen and (max-width: 767px) {
    .bottom-btn .btn:not(:first-child) {
        margin-left: 6px;
    }
}
.inner-task .select2-container .select2-selection ,.inner-task span.select2.select2-container.select2-container--default{
    /* height: 48px !important; */
    /* line-height:35px !important; */
}
.inner-module input#taskStartDate{
    padding-left: 35px !important;
}
.inner-task .select2-container .select2-search__field{
    /* display: none; */
}
.inner-task .select2-container--default .select2-selection--multiple .select2-selection__choice{
    border-radius: 12px !important;
}

.inner-task .select2-container .select2-selection--multiple .select2-selection__rendered{
   line-height: 25px;
}

.inner-task li.select2-selection__choice.complete_status {
    background: #6DB544 !important;
    color: #fff;
}

.inner-task li.select2-selection__choice.complete_status .select2-selection__choice__remove , .inner-task li.select2-selection__choice.complete_status .select2-selection__choice__remove span{
    background: #6DB544 !important;
    color: #fff;
}

#event-tasks .top-calendar-icon {
    outline: 2px solid #666666;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    position: relative;
}
#event-tasks .top-calendar-icon span {
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    background: #f5ef24;
    border-radius: 100%;
    color: #000000 !important;
    position: absolute;
    left: 20px;
    top: -11px;
    width: 24px;
    height: 24px;
    text-align: center;
    padding-top: 4px;
}
#event-tasks .top-calendar-icon img {
    width: 14px !important;
}

.popup-form-warp a[role="button"] {
    background: #F3F3F1;
    border-radius: 6px;
    padding: 5px 7px;
    height: auto;
    line-height: unset;
}

#event-tasks .modal-header a.btn.meetingIcon.none.anchor {
    background: #F3F3F1;
    border-radius: 6px;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    padding: 8px 15px 8px 35px;
    position: relative;
}

#event-tasks .modal-header a.btn.meetingIcon.none.anchor::before{
    content: '\f067';
    display: inline-block;
    font-family: 'FontAwesome';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 6px;
    font-size: 18px;
    color: #5172E7;
}

.popup-form-warp a span:last-child {
    color: #5172E7;
}

.popup-form-warp select[name="urgency_status"]{
    border-color: #5172E7;
}

.popup-form-warp select[name="category"]{
    border-color: #EC7620;
}

.et-list li label span {
    color: #666!important;
}