.icon-close:before {
  content: "\e92f";
}
.icon-done1:before {
  content: "\e930";
}
.icon-new:before {
  content: "\e931";
}
.icon-out:before {
  content: "\e932";
}
.icon-user-offline:before {
  content: "\e933";
}
.icon-user-online:before {
  content: "\e934";
}


.color-gray-blue
{
    color: #b2cad0;
}
.color-light-blue
{
    color: #b4e5ef;
}

.fs-13
{
    font-size: 13px;
}
.fs-14
{
    font-size: 14px;
}

.ws-nowrap
{
    white-space: nowrap;
}

.text-center
{
    text-align: center;
}
.text-left
{
    text-align: left;
}

.position-relative
{
    position: relative;
}
.position-static
{
    position: static !important;
}
.word-break
{
    word-break: break-all;
    word-wrap: break-word;
}

.priority-badge-0
{
    background: #b2cad0;
}
.priority-badge-1
{
    background: #f6695e;
}
.priority-badge-2
{
    background: #fa905d;
}
.priority-badge-3
{
    background: #ffbd5c;
}
.priority-badge-4
{
    background: #c3c674;
}
.priority-badge-5
{
    background: #78bf65;
}
.priority-badges-dropdown
{
    width: 260px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: justify;
    text-align-last: justify;
    line-height: 22px;
    cursor: default;
}
.priority-badges-dropdown a.bage
{
    margin: 0;
}
.orderInfoFiles
{
    font-size: 13px;
    margin-top: 13px;
}
.orderInfoFiles:before
{
    content: '';
    display: block;
    border-top: 1px solid #dedede;
    margin-bottom: 16px;
    width: 182px;
}
.orderFile__link-ico
{
    font-size: 30px;
    vertical-align: text-bottom;
}
.orderFile__link a
{
    margin-right: 10px;
}
.row__navToggle.row__navToggle-nomargin
{
    margin: 0;
}
.row__navDrop.row__navDrop-right
{
    right: -10px;
    margin-left: 0;
}
.row__navDrop.row__navDrop-right:before
{
    left: auto;
    right: 12px;
}
.newTask__priority .bage
{
    margin-right: 0;
}
.orderTop__info
{
    overflow: visible;
}
.alert-text-block,
.success-text-block
{
    margin: 15px 25px;
    padding: 15px 25px;
    border-radius: 5px;
}
.alert-text-block i,
.success-text-block i
{
    margin: -3px 0 0 0;
}
.alert-text-block
{
    color: #f6695e;
    background: #f2dede;
    border: #f6695e solid 1px;
}
.success-text-block
{
    color: #00b06f;
    background: #e6f5f8;
    border: #00b06f solid 1px;
}
.pjax-loader
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    z-index: 50;
    text-align: center;
    display: none;
}
.pjax-loader i
{
    margin: 150px 0 0 0;
    color: rgba(0,0,0,.35);
    font-size: 70px;
    animation: spin 4s linear infinite;
}

@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

.filters__action
{
    overflow: visible;
}
.footer
{
    height: auto;
    min-height: 86px;
}
.wrapper
{
    margin-bottom: -85px;
}
.main__content
{
    padding-bottom: 85px;
}
.chat-actions
{
    float: right;
}
.chat__user
{
    width: 40px;
}
.chat__user img
{
    max-height: 40px;
}
.chat__message
{
    padding-left: 60px;
    overflow: visible;
}
.chat__row-event .chat__message
{
    padding-left: 0;
}
.chat__row-event .chat__view
{
    border: none;
    background-color: #edf6f8;
}
.chat__row-event .chat__name
{
    margin-bottom: 0;
    padding-left: 35px;
}
.chat__row-event .chat__icon
{
    float: left;
}
.dropzone 
{
    background: rgba(237, 246, 248, .85);
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
    transition: background 0.3s ease-out, color 0.3s ease-out;
    font-size: 18px;
}
.dropzone.hover 
{
    background: rgba(143, 197, 208, .85);
    color: #ffffff;
}
.dropzone span
{
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
}
.filters__btns .btn i
{
    margin-right: 0;
    margin-top: -1px;
    vertical-align: middle;
}
