﻿
.spinner-border

{
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: text-bottom;
    border: 0.25em solid #ccc;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

.issue-opened {
    /*background-color: #e6f7ff;*/ /* Light blue highlight */
    font-weight: bold;
}

.tooltip-inner {
    background-color: #237cd9 !important; /* Bootstrap primary blue */
    color: white;
    font-weight: 500;
    border-radius: 4px;
    padding: 6px 10px;
    max-width: 250px; /* optional */
    text-align: center;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #237cd9 !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #237cd9 !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #237cd9 !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #237cd9 !important;
}

#leftPanel {
    transition: width 0.3s ease;
}

.col-custom {
    float: left;
    padding-left: 3px;
    padding-right: 3px;
    box-sizing: border-box;
}
@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .col-custom {
        width: 100% !important;
        margin-bottom: 10px;
    }
}
/*select.issueForm-select {
    background-color: ghostwhite;
    border: none;*/ /* remove default border */
    /*box-shadow: 0 0 0 0.5px #82a2c2;*/ /* ultra-thin hairline border */
    /*border-radius: 2px;
    color: #999;*/ /* grey text when no selection */
    /*font-weight: 600;
    padding: 8px 12px;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%2382a2c2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 25px 25px;
    font-size: 13px;
}*/


    /* When nothing is selected (placeholder) */
    /*select.issueForm-select:invalid {
        color: #999;
    }*/

    /* When an actual option is selected */
    /*select.issueForm-select:not(:invalid) {
        color: #204d74;*/ /* your blue text */
    /*}*/



/*input.issueForm-select {
    background-color: ghostwhite;
    border: none;*/ /* remove default border */
    /*box-shadow: 0 0 0 0.5px #82a2c2;*/ /* ultra-thin hairline border */
    /*border-radius: 2px !important;
    color: #999;*/ /* grey text when no selection */
    /*font-weight: 600;
    padding: 8px 12px;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size:13px;
    
}*/

    input.issueForm-select:focus {
        border-color: #23527c;
        box-shadow: 0 0 8px rgba(51, 122, 183, 0.8);
        background-color: #f9f9f9;
        color: #122b40;
    }
    .fixed-width-select {
        width: 100% !important;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }



.input-group-addon.clickable {
    cursor: pointer;
}

.glyphicon-search.active {
    color: green; 
}

#clearBtnWrapper .glyphicon-remove {
    color: red;
}

.quill-editor2 .ql-editor {
    min-height: 80px;
    max-height: none;
    overflow-y: hidden;
    padding: 8px;
}

.quill-editor2 {
    display: block;
    width: 100%;
}

.comment-panel .panel-body,
.comment-panel form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.glyphicon-lg {
    font-size: 1.1em;
    vertical-align: middle;
}

.panel-body {
    padding: 1px !important;
}


.issueDetails {
    display: block;
    width: 100%;
    background-color: #eee !important;
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.4em;
}

.d-flex-center {
    display: flex;
    align-items: center;
}

.d-flex-center .commentActions {
    margin-left: auto; 
}

.fixed-addon {
    min-width: 85px; 
    text-align: left !important;
    padding: 0px 0px 0px 8px !important;
}

.form-group .form-control.simple-search {
    background-color: ghostwhite;
    border-radius: 1px !important;
    color: #999;
    font-weight: 600;
    padding: 8px 12px;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%2382a2c2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 25px 25px;
    font-size: 13px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* When nothing is selected (placeholder) */
select.simple-search-select:invalid {
    color: #999;
}


/* When an actual option is selected */
select.simple-search-select:not(:invalid) {
    color: #204d74 !important; /* blue */
}


.form-group .form-control.simple-search-input {
    background-color: ghostwhite;
    border-radius: 2px !important;
    color: #999;
    font-weight: 600;
    padding: 8px 12px;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 13px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius:2px !important;
    border-bottom-right-radius:2px !important;
}
.card-header {
    background-color: #f7f7f7;
    font-size: 14px;
    padding: 5px 10px;
    min-height: 20px;
    display: flex;
    align-items: center;
    border-radius: 2px !important;
    border: 1px solid #ccc;
    color: #555;
}


.section-header {
    position: sticky;
    top: 0;
    z-index: 10;
    margin-top: 20px;
    margin-bottom: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f7f7f7;
    color: #333;
    padding: 9px 12px; 
    display: flex;
    align-items: center;
    justify-content: space-between;
}


    .section-header .section-title {
        margin: 0;
        font-size: 16px;
        line-height: 1.2;
    }


    .section-header .btn {
        padding: 6px 14px;
        font-size: 13px;
    }


.fixed-table {
    table-layout:auto;
    width: 100%;
}

    .fixed-table th {
        color: #337ab7;
        text-decoration: none;
        font-weight: normal;
    }

 .fixed-table th {
    width: 60%;
}

.fixed-table td {
    width: 40%;
}
.label-large {
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
}

.dropdown-colored {
    color: #337ab7 !important;
    border: 1px solid #2e6da4 !important;
}

    .dropdown-colored option {
        color: #337ab7;
    }



/* When nothing is selected (placeholder) */
select.fixed-width-select:invalid {
    color: #999;
}


/* When an actual option is selected */
select.fixed-width-select:not(:invalid) {
    color: #204d74 !important; /* blue */
}


.form-group .form-control.fixed-width-select-input {
    background-color: ghostwhite;
    border-radius: 2px !important;
    color: #999;
    font-weight: bold;
    padding: 8px 12px;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 13px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.quill-editor2 .ql-editor {
    min-height: 80px;
    max-height: 150px;
    overflow-y: auto;
}


