.error {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.msg {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.filter-tabs > li.active > a {
    background-color: #ff8000;
    color: #ffffff;
}

.filter-tabs > li.active > a:focus {
    background-color: #ff8000;
    color: #ffffff;
}

.filter-tabs > li.filter-on > a {
    background-color: #ff8000 !important;
    color: #ffffff !important;
}

.filter-summary {
    color: #888888;
    line-height: 1;
    padding: 12px 15px;
}

.filter-clear {
    line-height: 1;
    padding: 6px 15px;
}

.filter-clear a button {
    line-height: 1;
    padding: 4px 5px;
}

.noof-reportissue:hover {
    text-decoration: underline;
}

.ProjectManage, .ReportManage, .IssueManage, .filter-summary {
    display: none;
}

.issue_priority {
    width: 7px;
    height: 15px;
    margin-right: 5px;
    float: left;
}

.issue_priority2 {
    width: 100%;
    height: 3px;
}

.issue_priority3 {
    border-bottom: 3px solid;
    background: none !important;
}

.None {
    background: #aaaaaa;
    border-color: #aaaaaa;
}

.Low {
    background: #4CD964;
    border-color: #4CD964;
}

.Medium {
    background: #007AFF;
    border-color: #007AFF;
}

.High {
    background: #FFCC00;
    border-color: #FFCC00;
}

.Critical {
    background: #FF3B30;
    border-color: #FF3B30;
}

.issue_status_div {
    /*border:1px solid #E8E8E8;
    border-radius: 5px;
    padding:2px 5px 2px;*/
    line-height: 20px;
}

.issue_status_div1 {
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 2px 5px 2px;
    line-height: 20px;
}

.issue_status_div2 {
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    margin: 3px 5px;
    padding: 2px 5px 2px;
    line-height: 20px;
    cursor: pointer;
}


.modal-header-template {
    background: #FF8000;
    border-radius: 0px 0px 0px 0px;
    min-height: 16.428571429px;
    padding: 0px;
    border-bottom: 0px solid #e5e5e5;
    height: 50px;
}

.modal-dialog-template {
    width: 100%;
    height: 100%;
    margin: 10;
    padding: 0;
}

.modal-template {
    position: relative;
    background-color: rgba(0, 0, 0, .0001) !important;
    border: 0px solid #999999;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

#draggablePanelList .panel-heading {
    cursor: move;
}

#draggablePanelList2 .panel-heading {
    cursor: move;
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg); /* Firefox 16+*/
    }
    100% {
        -moz-transform: rotate(360deg); /* Firefox 16+*/
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */;
    }

    100% {
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */;
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        /* Firefox 16+*/;
    }

    100% {
        -moz-transform: rotate(360deg);
        /* Firefox 16+*/;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */;
    }

    100% {
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #000000;
    backface-visibility: hidden;
    opacity: 0.6;
}

#preloader > div {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e85656;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */;
}

#preloader > div:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #209e91;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */;
}

#preloader > div:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #dfb81c;
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9 !important;
}

.tableFixHead {
    overflow: auto;
    max-height: 100vh;
    min-height: 300px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}
.tableFixHead .table > thead > tr > th {
    position: sticky !important;
    top: 0 !important;
    z-index: 1 !important;
    background: #eee !important;
    background: #428bca !important;
    color: #FFFFFF;
}
.tableFixHead > table {
    border-collapse: collapse;
    width: 100%;
}
.tableFixHead .table tbody tr:hover {
    background-color: #faf9f9;
}
/*.panel1 {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    !*position: relative;*!
    margin-bottom: 24px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 25%);
}
.panel {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    !*position: relative;*!
    margin-bottom: 24px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 25%);
}
.panel-heading {
    border-bottom: 1px solid rgba(0,0,0,.12);
    height: 44px;
    font-size: 16px;
    padding: 14px 22px;
}*/
/*.panel.with-scroll .panel-body {
    height: calc(100% - 44px);
    overflow-y: auto;
}*/
/*.bg-color1{
    background-color: #F0F3F4 !important;
}*/

.ui-select-container .btn-default{
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.float-filter{
    position: absolute;
    top:0;
    right: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 20%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 20%);
    background-clip: padding-box;
    z-index: 1036;
    background-clip: padding-box;
    width: 400px;
    height: 100%;
}
.float-filter-close{
    text-align: end;
    font-size: 20px;
    font-weight: bold;
}
.float-close{
    cursor: pointer;
    color: #FFFFFF;
}
.float-close:hover{
    font-size: 30px;
}
.float-filter-header{
    height: 55px;
    margin: 0;
    display: flex;
    align-items: center;
}
.float-filter-header h3{
    margin: 0;
    color: #FFFFFF;
}
.deadline-date-picker{
    background: #FFFFFF !important;
    border: none !important;
    color: #FFFFFF !important;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: -1;
}
.deadline-date-picker:focus {
    background: #FFFFFF !important;
    border: none !important;
    color: #FFFFFF !important;
}