﻿.ckeditor {
    background-color: white;
    border-radius: 4px !important;
}

.lowercase {
    text-transform: lowercase;
}

.btn {
    text-decoration: none;
}

[disabled] {
    cursor: not-allowed !important;
    pointer-events: none;
}

.page-tabs button[disabled] {
    background: transparent;
}

.form-description h2,
.form-description h3,
.form-description h4 {
    margin-bottom: 2rem;
}

.form-description p {
    margin-bottom: 2rem;
}

.form-description br {
    content: "";
    margin: .5rem;
    display: block;
    font-size: 24%;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.btn-default.dark .icon {
    fill: #1152f2;
}

.btn-default.dark:hover .icon {
    fill: #fff;
}

.table-row.New {
    background-color: #0094ff
}

.table-row.Critical {
    background-color: #ff6a00
}

.table-row.Medium {
    background-color: #ffd800
}

.table-row.Completed {
    background-color: #fff
}

.message:first-child .form-wrapper {
    background-color: aquamarine;
}

.message.my .form-wrapper {
    background-color: #dbfff3;
}

.form-control-load {
    position: relative;
    visibility: visible;
    opacity: 0;
    width: 100%;
    height: 100%
}

.file-item {
    padding: 10px;
    margin: 5px 0;
    background-color: aliceblue;
    line-height: 18px;
    height: 35px;
    border-radius: 4px;
}

    .file-item p {
        width: 100%;
    }

.forget-link {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.error {
    color: #ff6f5c;
}

.mock-placeholder__message.with-icon::before {
    content: none;
}

select[readonly] + .select2-container,
select[disabled] + .select2-container {
    pointer-events: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}