chip-tmpl {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.default-chip {
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    background: #e0e0e0;
    padding: 5px;
}

chip-tmpl:focus {
    outline: none;
}

chip-tmpl:focus .default-chip {
    border: 2px solid #9e9e9e;
    background: #9e9e9e;
    color: white;
}

.chip-failed .default-chip {
    color: red;
}

chips {
    display: block;
    padding: 5px;
}

chips>div {
    display: inline;
}

chips>div>input {
    height: 100%;
    border: none;
    font-size: 14px;
}

chips>div>input:focus {
    outline: none;
}

.chip-out-focus {
    border-bottom: 1px solid #e0e0e0;
}

.chip-in-focus {
    border-bottom: 1px solid #106cc8;
}

.linecons-discharge {
    font-size: 14px !important;
    word-break: normal;
    text-align: left !important;
}

#taskList .ps-scrollbar-y {
    background-color: white;
}

.readonly-datepicker[readonly] {
    background-color: transparent
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}
@media(max-width:400px){
    #pac-input {
        width: 200px;
    }
}

#pac-input:focus {
    border-color: #4d90fe;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0.9;
    }

    20% {
        opacity: 0.8;
    }

    30% {
        opacity: 0.7;
    }

    40% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.5;
    }

    60% {
        opacity: 0.6;
    }

    70% {
        opacity: 0.7;
    }

    80% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}

.has-newNotification {
    color: #f00 !important;
    -webkit-animation-name: blink;
    -webkit-animation-duration: 2s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
}
