/* Data table styles */
div.buttons-filter-tickets {
    margin-top: -29px !important;
}

.dataTable thead {
    /*display: none;*/
}

.priority-urgent {
    color: #dc3545;
}

.priority-high {
    color: #f0ad4e;
}

.priority-normal, .vendor-tags {
    color: #0056b3;
}

.priority-low {
    color: black;
}

.vendor-address {
    color: grey;
}

.rating-a-plus, .rating-a, .rating-a-minus {
    color: #5cb85c;
    font-weight: bold;
    margin-left: 1em;
}

.rating-b-plus, .rating-b, .rating-b-minus {
    color: #0056b3;
    font-weight: bold;
    margin-left: 1em;
}

.rating-c-plus, .rating-c, .rating-c-minus {
    color: #5bc0de;
    font-weight: bold;
    margin-left: 1em;
}

.rating-d-plus, .rating-d, .rating-d-minus {
    color: #f0ad4e;
    font-weight: bold;
    margin-left: 1em;
}

.rating-f {
    color: #d9534f;
    font-weight: bold;
    margin-left: 1em;
}

.ticket-closed {
    opacity: 0.3;
}

.untouched {
    color: #d9534f;
    font-weight: bold;
}

.untouched.solved, .untouched.ticket-closed {
    color: #007bff;
    font-weight: initial;
}

.custom-ticket-header {
    font-weight: normal;
    color: #4c4c4c;
}

.custom-ticket-header strong {
    font-weight: bold;
    color: #0B151A;
}

#app-container pre {
    white-space: pre-line;
    font-family: inherit;
}

.prop-label {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.7em;
    font-weight: normal;
}

.global-search-btn {
    padding: 5px;
}

.global-search-input {
    max-width: 100px;
    margin-right: 0 !important;
}

.custom-replies {
    word-break: break-all;
}

#remove-attachment {
    margin-left: -2px;
    margin-top: -3px;
}

/* bootstrap overwrite */
.btn-primary {
    background-color: #F5C443;
    border: none;
    color: white !important;
}

.btn-primary:hover {
    background-color: #C57AAB;
}

a, .page-link {
    color: #C57AAB;
}

a.fancy-link {
    color: #C57AAB !important;
}

.page-item.active .page-link {
    background-color: #C57AAB;
    border-color: #C57AAB;
}

.nav-submenu {
    padding-left: 1.2em;
}

@media (max-width: 780px) {
    .nav-submenu {
        background-color: #343a40;
        padding-left: 0;
    }
}

.card.custom-card {
    height: 12rem !important;
}

.inline-date {
    max-width: 8rem;
}

#project_collaborators_wrapper, #edit_project_collaborators_wrapper {
    max-height: 10.8rem;
    overflow: auto;
    border: solid 1px #ccc;
    padding: 0.6rem;
}

#project_collaborators_wrapper, #edit_project_alert_days {
    max-width: 4rem;
}

#supportCtrLink {
    display: block;
    position: fixed;
    z-index: 100;
    top: 50%;
    left: -54px;
    -moz-transform: rotate(-90.0deg);
    -o-transform: rotate(-90.0deg);
    -webkit-transform: rotate(-90.0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    transform: rotate(-90.0deg);
    box-shadow: 1px 1px 6px rgba(0,0,0,.5);
}

button.medium-editor-action.medium-editor-action-anchor b {
    display: none;
}
button.medium-editor-action.medium-editor-action-anchor:before {
    content: 'link';
}

#quickAddMoreInfo {
    border: solid 1px #ccc;
    bottom: 0;
    left: 1em;
    right: 1em;
    bottom: 1em;
    border-radius: 1rem;
    box-shadow: 1px 1px 12px rgba(0,0,0,0.4);
}
#quickAddMoreInfo ul {
    list-style: none;
    padding: 0;
    line-height: 2em;
}

#sortableChecklist {
    max-height: 450px;
    overflow: auto;
}