﻿.md-chips .md-chip-input-container md-autocomplete input {
    width: 250px;
}

.owned-chip-color {
}

.dashbord-header {
    margin: 0;
    color: #333;
}

.dash-title {
    font-size: 1.2em;
    color: #666;
    font-weight: normal;
}

.dash-desc {
    font-weight: normal;
}

.dashbord-header-number {
    margin: 0;
    color: #FFFFFF;
    background: rgba(255, 0, 0, 0.63);
    padding: 3px 10px;
    border-radius: 13px;
    font-size: 1.2em;
}

}

.dashbord-header-number-label {
}

.validation-messages {
    font-size: 11px;
    color: darkred;
    margin: 10px 0 0 25px;
}

.message-line {
    width: 71%;
    display: inline-block;
    text-overflow: ellipsis;
}

.owned-label {
    background-color: rgba(255,0,0,0.8);
    padding: 1px 4px;
    border-radius: 2px;
}

.selected-task {
    background: rgba(162, 162, 162, 0.8);
}

.mail-notification {
    position: absolute;
    background: rgb(49, 49, 49);
    color: #fff;
    padding: 0px 5px;
    border-radius: 2px;
    font-size: 0.85em;
    top: 11px;
    right: 27px;
}

.mail-notification-icon {
    color: rgba(162, 162, 162, 0.8);
    cursor: pointer;
}

.mail-notification-icon-got {
    color: rgba(255,0,0,0.8);
    cursor: pointer;
}

.message-pop {
        position: absolute;
    width: 300px;
    background-color: #FDFDFD;
    height: 350px;
    z-index: 999;
    left: 38px;
    top: 1px;
    border-radius: 1px;
    box-shadow: 1px 1px 12px 0px #000;
}

    .message-pop .close {
        color: rgba(255,0,0,0.9);
    }

    .message-pop:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 12px solid rgba(0, 0, 0, 0);
        border-bottom: 12px solid transparent;
        border-right: 12px solid #848484;
        position: absolute;
        top: 0px;
        left: -12px;
    }

.message-box {
    margin: 5px;
    background-color: rgb(84, 84, 84);
    color: #fff;
    padding: 6px;
    border-radius: 1px;
}

.me {
    background-color: rgb(57, 117, 191);
}

.message-date-time {
    margin-left: 5px;
    font-size: 0.8em;
    font-style: italic;
}

.reply-btn {
    background-color: rgba(25, 25, 245, 0.8);
    color: #fff;
    padding: 6px;
    border-radius: 20px;
    box-shadow: 0px 3px 1px 0px #eee;
    transition: background-color 0.5s;
}

    .reply-btn:hover {
        background-color: rgba(0, 0, 148, 0.8);
        transition: background-color 0.5s;
    }


    .reply-btn md-icon {
        color: #fff;
    }

.desctop-opentask-detail {
    height: 700px;
    overflow-y: scroll;
}

.task-detail-head {
    font-size: 1.4em;
}

.task-detail-title {
    font-size: 1em;
    margin: 0;
}

.task-detail {
    font-size: 1.3em;
    font-weight: normal;
}

.task-img {
    border: 2px solid #eee;
    border-radius: 3px;
}

.task-details-member-tabel {
    height: 283px !important;
    overflow-y: scroll;
}

.finish-back {
    background-image: url("../../../images/Modules/TaskManagement/finish-back.png");
}

.rejected-back {
    background-image: url("../../../images/Modules/TaskManagement/reject-back.png");
}

.capture-remove {
    position: absolute;
    background-color: #eee;
    border: 1px solid #999;
    right: -11px;
    top: -12px;
    border-radius: 2px;
    transition: background-color 0.5s;
    cursor: pointer;
}

    .capture-remove :hover {
        background-color: rgba(255,0,0,0.5);
        transition: background-color 0.5s;
    }

.imgs {
    position: relative;
}

.invoice-tasktype-span {
    background-color: rgb(46, 45, 255);
    padding: 0 8px;
    border-radius: 2px;
    font-size: smaller;
    margin-right: 8px;
    color: #fff;
}

.invoice-tasktype-span-detail {
    background-color: rgb(46, 45, 255);
    padding: 0 8px;
    border-radius: 2px;
    color: #fff;
}

.booking-tasktype-span {
    background-color: rgb(255, 188, 0);
    padding: 0 8px;
    border-radius: 2px;
    font-size: smaller;
    margin-right: 8px;
    color: #000;
}

.booking-tasktype-span-detail {
    background-color: rgb(255, 188, 0);
    padding: 0 8px;
    border-radius: 2px;
    color: #000;
}

.slotSelling-tasktype-span {
    background-color: rgb(255, 1, 130);
    padding: 0 8px;
    border-radius: 2px;
    font-size: smaller;
    margin-right: 8px;
    color: #000;
}

.slotSelling-tasktype-span-detail {
    background-color: rgb(255, 1, 130);
    padding: 0 8px;
    border-radius: 2px;
    color: #000;
}

.finish-job {
    background: #c2ffc1;
}

.remind-task {
    background-color: #f5b778;
    background-image:none !important;
}

@keyframes sizeincrezzed {
  0% {
       background-color: #f5b778;
  }
     50% {
             background-color: #a05405;
      }
 
  100% {
       background-color: #f5b778;
  }
}

.remind-task {
     background-color: #f5b778;
    /*animation: sizeincrezzed 1.5s 8;*/
}