.sidebar {
    /*background: linear-gradient(294.17deg, rgb(47, 25, 55) 35.57%, rgb(69, 38, 80) 92.42%, rgb(69, 38, 80) 92.42%);*/
    background: #262d4d;
    width: 200px;
    margin-left: 70px;
    min-height: 100%;
}
.main-panel {
    /*width: calc(100% - 200px);*/
}
.sidebar > .nav .nav-item.nav-profile {
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
.navbar.default-layout .navbar-brand-wrapper .navbar-brand img {
    position: relative;
    top: 13px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border: none !important;
}
.nav-tabs .nav-link.active{
    color: initial !important;
    background-color: initial !important;
    border: none !important;
    border-bottom: 3px solid #378ff8 !important;
    font-weight: bold;
}
.at-projects .flex-column{
    margin-top: 20px;
}
.at-projects .card-body h3{
    display: inline-block;
}
.at-projects .card-body img{
    max-width: 20px;
    vertical-align: inherit;
}
.at-anchorBtn {
    padding: 8px !important;
    color: white !important;
}
.sidebar > .nav li.nav-item:hover .nav-link,
.sidebar > .nav li.nav-item .nav-link.active {
    background: none !important;
    color: white !important;
}
.sidebar > .nav li.nav-item a.nav-link {
    color: #9d9a9a !important;
    transition: .3s all linear;
    padding-left: 15px !important;
}
.sidebar > .nav > .nav-item:not(.nav-profile) > .nav-link:before {
    display: none;
}
.fa.at-navIcon {
    margin-right: 15px;
    font-size: 20px;
}
.at-noProjectFound {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.at-noProjectFound > a{
    border: 2px solid #7f7f7f;
    padding: 5px;
    text-decoration: none;
    border-radius: 5px;
    color: #777575;
}
.at-noProjectFound > a:hover{
    color: black;
    transition: 0.5s;
}
.at-noProjectFound > img{
    vertical-align: middle;
    max-width: 200px;
    border-style: none;
}
.navbar.default-layout .navbar-brand-wrapper{
    background-color: #341c3d;
    width: 200px;
}
.navbar.default-layout .navbar-menu-wrapper {
    width: calc(100% - 200px);
}
.at-project-detail .at-laravel-logo {
    max-width: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
.at-project-detail .page-header > h4{
    display: inline;
}



/* Table Design */
.ed-link {
    font-size: 19px;
    display: block;
}

.ed-excerpt {
    margin: 6px 0px;
    display: block;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Bree Serif', serif;
}

.ed-project {
    font-weight: 100;
    font-family: monospace;
    font-size: 12px;
    color: #484747;
}

.ed-text {
    color: rgb(100, 85, 116);
    font-size: 17px;
}

.dropdown .dropdown-toggle:after {
    display: none !important;
}

.ed-assignee button {
    color: #423e3e;
    font-size: 17px;
    margin-right: 0px;
    background: white;
    /*border: 1px solid #ebebeb;*/
}

.exception-table {
    border: 1px solid #c8c8c8;
}

.ed-assignee-dropdown img {
    width: 25px !important;
    min-width: 25px !important;
    height: auto !important;
}

.edad-text {
    font-size: 13px;
    margin-left: 4px;
}

.ed-assignee-dropdown {
    padding-top: 4px;
    padding-bottom: 0px;
    width: 100%;
}

@media (min-width: 768px) {
    .ed-assignee-dropdown {
        min-width: 350px;
    }
}

.dropdown-menu .edad-invite {
    background: whitesmoke;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
}

.dropdown-menu .edad-invite > i {
    color: #b9b9b9;
    font-weight: 100;
    border-radius: 15px;
    border: 1px solid;
    padding: 2px;
    vertical-align: bottom;
    font-size: 7px;
}

.dropdown-menu .edad-invite:hover {
    color: #2196f3;
}

.exception-filter .input-group-text {
    padding-right: 10px;
    padding-left: 10px;
    border-right: none;
}


.exception-filter form > input.form-control[type=text] {
    border-left: none;
    border-right: none;
    padding: 12px 10px;
    height: auto;
}

.exception-filter .btn.btn-sm {
    border: 1px solid gainsboro;
    border-left: 0px;
    color: #a5a5a5;
    padding: 12px 11px;
    border-radius: 0px 2px 2px 0px;
}

.exception-filter form .dropdown .dropdown-toggle:after {
    display: none;
}

.exception-filter .btn.btn-sm:hover {
    color: black;
}

/* /End Table Design */


/* Button CSS */
.btn-default {
    color: #493e54;
    background: #fff;
    background-image: -webkit-linear-gradient(top,#fff,#fcfbfc);
    background-image: -o-linear-gradient(top,#fff 0,#fcfbfc 100%);
    background-image: linear-gradient(180deg,#fff 0,#fcfbfc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#fffcfbfc",GradientType=0);
    background-repeat: repeat-x;
    border-color: #c1b8ca;
    box-shadow: 0 2px 0 rgba(0,0,0,.03);
}

.btn-default:hover {
    color: rgb(0, 0, 0);
    box-shadow: 0 5px 15px rgb(199, 185, 204);
}

.btn-default:active {
    background: #efefef;
    box-shadow: 0px 3px 5px -5px #000000bf inset;
}

.btn-default.btn-sm {
    font-size: 12px;
}
/* /End Button CSS */
.brand-logo{
    width: 25px;
}
.brand-logo,
.brand-logo h4 {
    display: inline !important;
}
.at-project-detail ul.pagination {
    margin-top: 12px;
    float: right;
}


.text-hidden-flow {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* ***Issue Details Page*** */
.heading-4 {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}


.idtr-sub {
    border-bottom: 1px dotted #968ba0;
    text-transform: uppercase;
    font-size: 12px;
    color: #968ba0;
    letter-spacing: .1px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    text-align: right;
}

.idtr-title {
    color: #2f2936;
    font-size: 18px;
    line-height: 1.45;
    display: block;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

.pr-50 {
    padding-right: 50px;
}
.pl-50 {
    padding-left: 50px;
}


.issue-browser-info .media > img {
    max-width: 40px;
}

.issue-browser-info .media {
    padding-top: 30px;
    padding-bottom: 30px;
}

.issue-browser-info .media h5 {
    font-weight: 500;
}

.issue-browser-info .media-body {
    font-size: 13px;
}

.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}

.issue-tags {
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    font-size: 13px;
    line-height: 2;
    margin-bottom: 10px;
    margin-right: 4px;
}

.itag-name {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #d6d6d6;
    padding-top: 5px;
    padding-bottom: 6px;
}

.itag-info {
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 10px;
    background: whitesmoke;
}

.heading-5 {
    color: rgb(149, 133, 163);
    font-weight: 500;
    font-size: 15px;
}


.iheader-name {
    font-size: 14px;
    font-weight: 500;
}

.iheader-value {
    font-size: 13px;
    color: #4e3fb4;
    background: #f7f8f9;
    display: block;
    margin-bottom: 10px;
    padding: 10px 10px;
    border-radius: 3px;
    word-break: break-all;
}

.issue-headers h6 {
    font-size: 15px;
    color: #2e1937;
}

/*Mini Side bar css*/
.mini-sidebar {
    width: 70px;
    background: #042140;
}

.mini-sidebar .navbar-brand.brand-logo {
    display: block !important;
    margin: 0px;
    padding: 15px;
    width: 70px;
    margin-bottom: 10px;
}

.mini-sidebar .navbar-brand.brand-logo > a > img {
    width: 40px;
}

.mini-sidebar .notify-icons .nav-link > i {
    color: white;
    font-size: 27px;
}

.mini-sidebar  li {
    list-style: none;
}

.mini-sidebar .notify-icons .nav-link .count {
    position: relative;
    top: -47px;
    right: -21px;
    background: #c41c02 !important;
    border-radius: 100px;
    display: block;
    width: 19px;
    height: 19px;
    text-align: center;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.mini-sidebar .notify-icons > a:hover {
    background: #0d2f55;
    transition: 500ms;
}

.notify-icons.dropdown.show > a {
    background: #0d2f55;
}

.mini-sidebar .notify-icons > a {
    width: 55px;
    height: 55px;
    border-radius: 100px;
    padding: 10px;
    padding-top: 6.5px;
    padding-left: 16px;
    margin: 0px auto;
}

.mini-sidebar .notify-icons {
    height: 65px;
    width: 70px;
    margin-top:;
}

.mini-sidebar #messageDropdown + .dropdown-menu {
    left: 70px !important;
    top: 76px !important;
    position: fixed !important;
    transform: none !important;
    /*box-shadow: 0px 0px 2px #bbbbbb;*/
    max-height: 450px !important;
    overflow-y: scroll;
}

.mini-sidebar #notificationDropdown + .dropdown-menu {
    left: 70px !important;
    top: 130px !important;
    position: fixed !important;
    transform: none !important;
    /*box-shadow: 0px 0px 2px #bbbbbb;*/
}

.mini-sidebar #UserDropdown + .dropdown-menu {
    position: fixed !important;
    left: 71px !important;
    top: unset !important;
    box-shadow: 0px 0px 8px #bbbbbb;
}

.mini-sidebar .dropdown-menu {
    width: 330px !important;
}

.minisb-small-height #notificationDropdown + .dropdown-menu,
.minisb-small-height #messageDropdown + .dropdown-menu
{
    top: 0px !important;
    height: 100%;
    overflow: scroll;
}

.user-icon {
    display: block !important;
}

.msb-help {
    color: white;
    font-size: 27px;
    text-align: center;
    height: 50px !important;
}

.msb-help > a {
    color: inherit;
}

.msb-help > a:hover {
    background: none !IMPORTANT;
}

.mini-sidebar .dropdown-menu .dropdown-item.py-3 > *:last-child {
    margin-top: -7px;
    margin-left: 6px;
}

.mini-sidebar .dropdown-menu .dropdown-item.py-3 > *:first-child {
    margin-top: -10px;
}

/*End Mini side bar css*/




/* *** Mobile/Tab*** */
@media (max-width: 991px) {
    /*.sidebar > .nav .nav-item > .nav-link .menu-title {*/
    /*    display: none;*/
    /*}*/

    .sidebar > .nav .nav-item.nav-profile {
        display: none;
    }

    .sidebar.sidebar-collapsed {
        width: 49px;
    }

    .sidebar > .nav li.nav-item a.nav-link {
        padding-right: 15px;
    }

    /*.sidebar > .nav li.nav-item a.nav-link > i {*/
    /*    margin-right: 0;*/
    /*}*/

    .main-panel {
        padding-left: 115px;
    }
}

@media (min-width: 992px) {
    .main-panel {
        padding-left: 270px;
        width: 100%;
    }
}

.dropdown-toggle.no-arrow:after {
    display: none;
}

.mini-sidebar .dropright.dropup .dropdown-menu:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -2px;
    transform: rotate(45deg);
    left: 10px;
    background: white;
}

.page-body-wrapper {
    min-height: calc(100vh);
}

.sidebar .nav {
    min-height: calc(100vh - 15px);
}
.at-idp-header i.fa-circle + span {
    font-family: 'Bree Serif', serif;
}
.container.at-idp-header {
    margin-left: 0px;
    margin-right: 0px;
}
.row.at-idph-err-h.at-projectname {
    background: white;
}

.container.at-idp-header {
    max-width: 100% !important;
}
.row.at-idph-err-h.at-projectname {
    margin-bottom: 12px;
}

.at-projectname .d-inline-block.col-md-6 {
    border: 1px solid #e3dcdc;
    padding: 5px;
    font-size: 25px;
    color: #929292;
}
.at-projectname .d-inline-block.col-md-6 > img {
    width: 40px;
}
.at-idph-err-h h4.heading-4 {
    display: flex;
}

.at-idph-err-h h4.heading-4 .fa {
    margin-right: 9px;
    color: #311a39;
}
.toggleFullMinimal .btn {
    box-shadow: none;
    padding: 5px !important;
    border: 1px solid whitesmoke;
    border-radius: 0px;
}

.toggleFullMinimal .btn:last-child {
    border-radius: 0px 16px 16px 0px;
}

.toggleFullMinimal .btn:hover {
    background: whitesmoke;
}

.toggleFullMinimal .btn:first-child {
    border-radius: 16px 0px 0px 16px;
}
.toggleFullMinimalBtn.active {
    background: dodgerblue;
    color: white;
    font-weight: bold;
}
.toggleFullMinimalBtn.active:hover {
    background: dodgerblue;
}

#accordion .card .card-header {
    padding: 10px !important;
}
#accordion .card-body {padding: 0px 10px 0px 10px;border-radius:  !important;}

pre[class*="language-"] {
    border-radius: 0px !important;
}
.line-highlight {
    width: 700px !important;
    background: #adaea642 !important;
    left: -15 !important;
}
.toggleFullMinimal{
    float: right;
    display: flex;
}
.vendorFile{
    display: none;
}
.card-header:hover {
    background: whitesmoke;
}
.card-header button.btn.btn-link {
    width: 100%;
    text-align: left;
}

/*Issue Detail comment section*/
#Comments .comment {
    overflow: hidden;
    padding: 0 0 1em;
    border-bottom: 1px solid #ddd;
    margin: 0 0 1em;
    *zoom: 1;
}
#Comments .comment-img {
    float: left;
    margin-right: 33px;
    border-radius: 5px;
    overflow: hidden;
}
#Comments .comment-img img {
    display: block;
}
#Comments .comment-body {
    overflow: hidden;
}
#Comments .comment .text {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
}
#Comments .comment .text p:last-child {
    margin: 0;
}
#Comments .comment .attribution {
    margin: 0.5em 0 0;
    font-size: 14px;
    color: #666;
}

/* Decoration */
#Comments .comments,
#Comments .comment {
    position: relative;
}

#Comments .comment .text:before{
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
}



#Comments .comment .text:before {
    top: 18px;
    left: 78px;
    width: 9px;
    height: 9px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.tab-pane#Comments {
    margin-top: 30px;
}
#Comments textarea.form-control {
    height: 80px !important;
}
/* End Issue Detail comment section*/

/*Issue Activity Start*/
.activity-feed {
    padding: 15px;
}
.activity-feed .feed-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #e4e8eb;
}
.activity-feed .feed-item:last-child {
    border-color: transparent;
}
.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #f37167;
}
.activity-feed .feed-item .date {
    position: relative;
    top: -5px;
    color: #8c96a3;
    text-transform: uppercase;
    font-size: 13px;
}
.activity-feed .feed-item .text {
    position: relative;
    top: -3px;
}
/*Issue Activity End*/

/*Feedback css*/
#issueFeedback hr{
    border-top: 1px solid #000 !important;
}

#issueFeedback .row{
    margin-right: 0px;
    margin-left: 0px;
}

#issueFeedback .issueFeedbackMessage{
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
}

#issueFeedback .head{
    margin-bottom: 10px;
}

#issueFeedback .user{
    margin-right: 10px;
}
/*Feedback end*/
/*Share Modal Css*/

.modal-title {
    font-weight: 900
}

.modal-content {
    border-radius: 13px
}

.modal-body {
    color: #3b3b3b
}

.modal-footer {
    display: block
}

.ur {
    border: none;
    background-color: #e6e2e2;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.cpy {
    border: none;
    background-color: #e6e2e2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer
}

.ur.focus,
.ur:focus {
    outline: 0;
    box-shadow: none !important
}
/*End Share Modal Css*/
.at-exceptiontraceheader {
    margin-top: 10px;
}

.at-nocomments{
    display: block;
    margin: 0px auto;
}

.at-nocomments  img {
    max-width: 400px;
}

.at-exceptiondetail.at-idph-err-h,
.at-exceptiondetailstatubtn{
    background: white;
    padding: 10px;
}
/*No comments design*/
.at-nocomments {
    margin-bottom: 50px;
}

.at-nocomments > div > img {
    margin: 0px auto !important;
    display: block;
    object-fit: cover;
    width: 325px;
    height: 190px;
}

 .at-nocomments > span {
    text-align: center;
    display: block;
}
 /*No comments design end*/

/*User Feedback Style [start]*/
.isFeedbackTable > div > div:first-child {
    float: left;
    width: 110px;
}

.issueFeedbackMessage > .head {
    width: 100%;
}

.isFeedbackTable > div {
     border-bottom: 1px solid #edecec;
    padding: 6px;
}

.isFeedbackTable > div > div > i {
    margin-right: 6px;
}
/*User Feedback Style [end]*/
.at-logmetadata .code-toolbar{
    width: 100%;
}
