input.has-error {
    border: 1px solid #fd8282 !important;
    color: #fd8282;
}

.dz-progress {
    display: none !important;
}

/*th .fa {*/
/*display: none;*/
/*}*/

.headerSortUp .fa-angle-up, .headerSortDown .fa-angle-down {
    display: inline;
}

.headerSortUp .fa-angle-down, .headerSortDown .fa-angle-up {
    display: none;
}

.content_tools_line .content_current_title {
    display: inline-block;
    font-weight: 700;
    padding-top: 13px;
}

.notification_wrapper {
    z-index: 2000 !important;
}

.history_modal_tabs_content .tab-content .tab-pane .history_scroll ul li a.file {
    display: inline;
}

.tr_finish_line > td {
    background-color: #484848 !important;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.content_tools_line .empolyee_invitation_link:after {
    content: '';
    display: none;
    width: 20px;
    height: 17px;
    background-image: url(../img/icons/atention.png);
    background-repeat: repeat;
    background-position: center;
    position: absolute;
    right: -27px;
    top: -2px;

}

/***********************
    Attachment
 ***********************/
.attachment {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 16px;
    padding-bottom: 4px;
    font-size: 13px;
    border-radius: 2px;
}

.attachment .badge {
    display: inline;
    color: #fff;
}

.attachment .btn {
    position: absolute;
    z-index: 1;
    right: 0;
    display: none;
}

.attachment .btn i {
    margin: 0;
}

.attachment:hover {
    background-color: #dfdfdf;
}

.attachment:hover .btn {
    display: inline;
}

/***********************/

.history-modal .modal-header span.name {
    color: #fff;
}

tr.selected td {
    background: #fff2a8 !important;
}

button[role-action='saveTaskModal'] > .fa-save {
    top: 4px !important;
    left: 6px !important;
}

/***********************
    Dropzone JS
 ***********************/

.option-panel .drop-file-upload .dropzone .dz-preview.dz-image-preview {
    background: transparent !important;
}

.option-panel .drop-file-upload .dropzone .dz-preview .dz-error-message {
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 22px;
}

.option-panel .drop-file-upload .dropzone .dz-preview .dz-error-message::after {
    display: none;
}

.option-panel .drop-file-upload .dz-error-message span {
    color: #fff;
}

.chat_wrapper {
    position: fixed;
    bottom: 25px;
    right: 40px;
    z-index: 9999;
}

.chat_wrapper .chat_container {
    position: relative
}

.chat_wrapper .chat_container .chat_btn {
    float: right;
    width: 64px;
    height: 64px;
    padding: 18px 0 0 0;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6fc99c), to(#55ab80));
    background-image: -webkit-linear-gradient(top, #6fc99c 0, #55ab80 100%);
    background-image: -o-linear-gradient(top, #6fc99c 0, #55ab80 100%);
    background-image: linear-gradient(180deg, #6fc99c 0, #55ab80 100%);
    -webkit-border-radius: 32px;
    border-radius: 32px;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1
}

.chat_wrapper .chat_container .chat_block {
    display: none;
    height: 435px;
    width: 293px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    -webkit-transition: all .5s ease-out-elastic;
    -o-transition: all .5s ease-out-elastic;
    transition: all .5s ease-out-elastic
}

.chat_wrapper .chat_container .chat_block .chat_head {
    width: 100%;
    height: 64px;
    background-color: #55ab80;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.chat_wrapper .chat_container .chat_block .chat_head .operator {
    position: absolute;
    z-index: 0;
    margin-top: 14px;
    margin-left: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.chat_wrapper .chat_container .chat_block .chat_head .operator .status {
    display: block;
    opacity: .7;
    font-size: 10px;
    font-weight: 300
}

.chat_wrapper .chat_container .chat_block .chat_head .controls {
    position: absolute;
    top: 20px;
    right: 24px
}

.chat_wrapper .chat_container .chat_block .chat_head .controls .settings {
    margin-right: 12px
}

.chat_wrapper .chat_container .chat_body {
    background-color: #fff;
    height: 320px;
    overflow-y: scroll;
    margin: 0;
    padding: 16px 16px 0
}

.chat_wrapper .chat_container .chat_body::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.chat_wrapper .chat_container .chat_body::-webkit-scrollbar {
    width: 5px;
    background-color: #f3f3f3
}

.chat_wrapper .chat_container .chat_body::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.chat_wrapper .chat_container .chat_body .date {
    font-size: 9px;
    text-align: center;
    font-weight: 700;
    color: #999;
    margin-bottom: 16px
}

.chat_wrapper .chat_container .chat_body .message {
    padding-bottom: 30px;
    position: relative
}

.chat_wrapper .chat_container .chat_body .message .msg {
    padding: 12px 16px 12px 16px;
    font-size: 12px;
    font-weight: 500
}

.chat_wrapper .chat_container .chat_body .message .msg.in {
    margin-left: 36px;
    color: #353535;
    background-color: #f3f3f3;
    -webkit-border-radius: 12px 12px 12px 0;
    border-radius: 12px 12px 12px 0
}

.chat_wrapper .chat_container .chat_body .message .msg.out {
    color: #fff;
    background-color: #6fc99c;
    -webkit-border-radius: 12px 12px 0;
    border-radius: 12px 12px 0
}

.chat_wrapper .chat_container .chat_body .message img {
    width: 28px;
    height: 28px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    position: absolute;
    background-color: #ddd
}

.chat_wrapper .chat_container .chat_body .message span {
    font-size: 10px;
    font-weight: 500;
    color: #999;
    float: right;
    margin-right: 5px;
    margin-top: 2px
}

.chat_wrapper .chat_container .chat_inputs {
    height: 50px;
    border-top: 1px solid #e5e5e5;
    background-color: #fff
}

.chat_wrapper .chat_container .chat_inputs input {
    height: 50px;
    border: none
}


/* Updates 06.08.2018 */

:-moz-any(#content,#appcontent) browser{
    margin-right:-14px!important;
    overflow-y:scroll;
    margin-bottom:-14px!important;
    overflow-x:scroll;
}

.fe-error {
    border: 1px solid #fd8282 !important;
}