﻿/*#region indexRating */

.clickable {
    cursor: pointer;
}

div.panel-heading.clickable {
    display: block;
    padding: 0;
}

.panel-heading.clickable a {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    color: #000000;
}

.indexRating.panel-collapse.collapse span, .indexRating.panel-collapse.collapse input {
    color: #000000;
    font-weight: 300;
}
.indexRating.panel-collapse.collapse span.linkToPage {
    cursor: pointer;
    color: #007bff;
}

.indexRating.panel-collapse.collapse span {
    padding-bottom: 5px;
}

.indexRating.panel-collapse.collapse input {
    border: solid 1px #888888;
    padding: 2px;
    margin-bottom: 5px;
}

.panel-heading.clickable a {
    background-color: #eeeeee;
}

.panel-body .panel-heading.clickable a {
    background-color: #eeefff;
}

.panel-body .panel-body .panel-heading.clickable a {
    background-color: #fffeee;
}


/*#endregion */
/*#region tooltip */

.ui-tooltip {
    font-family: 'danstevis';
    color: white !important;
    text-align: center !important;
    background: #444444 !important;
}

.ui-tooltip-content:after, .ui-tooltip-content:before {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    left: 45%;
}

.ui-tooltip-content:before {
    bottom: -10px;
    border-color: #c7c7c7 transparent;
    border-width: 10px 10px 0;
}

.ui-tooltip-content:after {
    bottom: -7px;
    border-color: #444444 transparent;
    border-width: 10px 10px 0;
}

/*#endregion */
/*#region ticketing */
.newTicket {
    color: #007bff;
    font-weight: 500 !important;
}

.holdTicket {
    color: #ffc107;
    font-weight: 500 !important;
}

.pendingTicket {
    color: #dc3545;
    font-weight: 500 !important;
}

.solvedTicket {
    color: #17a2b8;
    font-weight: 500 !important;
}

.closedTicket {
    color: #28a745;
    font-weight: 500 !important;
}

.inactiveTicket {
    color: #6c757d;
    font-weight: 500 !important;
}
.otherStatusTicket {
    color: #000000;
    font-weight: 500 !important;
}


span.downloadFile {
    cursor: pointer;
    color: #007bff;
}

 #InsertTicket #changeCategory {
     cursor: pointer;
 }
/*#endregion */
