.estimation-detail table th, .qc-detail table th, .leave-manager-detail table th, .user-detail table th, .detail-view table th{
  width:20%;
  text-align: right;
}

.logo-name img{
  width: 100%;
}

.nav-profile-block{
  border-right: 1px solid #e7eaec;
}

.cursor-pointer{
  cursor: pointer;
}

.profile-picture{
  max-width:100px;
}

.issueList-category-row{
  font-weight: bold;
}

.issueList-issue-row{
  font-weight: normal;
  line-height: 0;
}

.issueList-issue-row:hover{
  color: #000000;
  font-weight: normal !important;
}

.issueList-title-column{
  width:34%;
  display:inline-block;
}

.issueList-comp-column{
  width: 3%;
  display: inline-block;
  text-align: center;
}

.issueList-startD-column{
  width: 11%;
  display: inline-block;
}

.issueList-dueD-column{
  width: 10%;
  display: inline-block;
}

.issueList-spentH-column{
  width: 8%;
  display: inline-block;
  text-align: center;
}

.issueList-estH-column{
  width: 8%;
  display: inline-block;
  text-align: center;
}

.issueList-assg-column{
  display: inline-block;
  width: 10%;
}

.issueList-status-column{
  display: inline-block;
  width: 10%;
}

.issueList-action-column{
  width: 5%;
  display: inline-block;
  text-align: right;
}

.issueList-issueId-column{
  display: inline-block;
  width: 7%;
  text-align: center;
}

.issueList-title-columnH{
  width:35%;
  display:inline-block;
}

.issueList-comp-columnH{
  width: 3%;
  display: inline-block;
  text-align: center;
}

.issueList-startD-columnH{
  width: 10%;
  display: inline-block;
  text-align: center;
}

.issueList-dueD-columnH{
  width: 10%;
  display: inline-block;
  text-align: center;
}

.issueList-spentH-columnH{
  width: 8%;
  display: inline-block;
  text-align: center;
}

.issueList-estH-columnH{
  width: 8%;
  display: inline-block;
  text-align: center;
}

.issueList-assg-columnH{
  display: inline-block;
  width: 10%;
  text-align: center;
}

.issueList-status-columnH{
  display: inline-block;
  width: 10%;
  text-align: center;
}

.issueList-action-columnH{
  width: 3.9%;
  display: inline-block;
  text-align: right;
}

.issueList-issueId-columnH{
  display: inline-block;
  width: 7%;
  text-align: center;
}

/**
 * Nestable Draggable Handles
 */

.dd3-content {
  background: #f3f3f4 none repeat scroll 0 0;
  border: 1px dashed #e7eaec;
  color: inherit;
  padding: 2px 0 2px 12px;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  margin: 5px 0 5px 20px;
  text-decoration: none;
  line-height: 25px;
}

.dd-dragel > .dd3-item > .dd3-content { margin: 0 0 0 20px; border: 1px solid;}

.dd3-item > button { margin-left: 30px; }

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 11px 16px 11px 12px;
  border: 1px solid;
  border-right: none;
}
.dd3-handle:before {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #000;
  font-size: 20px;
  font-weight: normal;
}

.dd3-handle:hover {
  border: 1px solid;
}

#nestable2 .dd-handle {
  padding: 10px 16px 9px 12px;
  background-color: #e1e1e1;
}

.issueList-title-column input {
  background-color: #f3f3f4;
  border: 0 none;
  width: 100%;
}
.issueList-title-columnH input {
  background-color: #E1E1E1;
  border: 0 none;
  width: 100%;
}


.issueList-comp-column input {
  background-color: #f3f3f4;
  border: 0 none;
  width: 100%;
  text-align: center;
}

.issueList-estH-column input {
  background-color: #f3f3f4;
  border: 0 none;
  width: 100%;
  text-align: center;
}

.issueList-assg-column select {
  border: 0 none;
  margin-bottom: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
}

.issueList-startD-column input {
  background-color: #f3f3f4;
  border: 0 none;
  width: 100%;
  text-align: center;
}

.issueList-dueD-column input {
  background-color: #f3f3f4;
  border: 0 none;
  width: 100%;
  text-align: center;
}

.issueList-sample-issue-template{
  display: none;
}

.issueList-sample-issueCategory-template{
  display: none;
}

.filter-option select{
  width: 25%;
}

.icheck-margin-left-52px{
  margin-left: -52px;
}

.issueDetail-estH-column input {
  background-color: white;
  border: 0 none;
  width: 40px;
  border-bottom: 1px solid #BDBDBD;
}

.issueDetail-description-column textarea{
  background-color: white;
  border: 0 none;
  width: 100%;
  padding: 0px;
  border-bottom: 1px solid #BDBDBD;
}

.issueDetail-title-column input{
  background-color: white;
  border: 0 none;
  width: 100%;
  font-size: 25px;
  border-bottom: 1px solid #BDBDBD;
  padding:0px;
}

.issueDetail-assign-to-column select {
  background-color: white;
  border: 0 none;
}

.issueDetail-start-date-column input{
  background-color: white;
  border: 0 none;
  border-bottom: 1px solid #BDBDBD;
  width: 86px;
}

.issueDetail-due-date-column input{
  background-color: white;
  border: 0 none;
  border-bottom: 1px solid #BDBDBD;
  width: 86px;
}

.issueDetail-spntH-column input{
  background-color: white;
  border: 0 none;
  width: 100%;
}

.dropzone{
  min-height: 10px;
}

.dd-handle.dd3-handle .fa.fa-arrows{
  margin-left:-15px;
}

#page-loader{
  background-color: #000000;
  height: 100%;
  opacity: 0.1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2001;
}

#page-loader-spinner{
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 1001;
}

.footable-odd{
  background-color: inherit !important;
}

.footable-even{
  background-color: inherit !important;
}

#agile .ibox-content{
  background-color: #f3f3f4;
}

#agile .agile-list li {
  background-color: #ffffff;
}

#agile .agile-detail .estimated-time {
  float: left;
  width: 125px;
}

.issueList-priority-columnH{
  display: inline-block;
  width: 10%;
  text-align: center;
}

.issueList-priority-column{
  display: inline-block;
  width: 10%;
}

.issueList-priority-column select{
  border: 0 none;
  margin-bottom: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
}

.issueList-status-column select{
  border: 0 none;
  margin-bottom: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
}

#myProgress {
    width: 100%;
    height: 30px;
    background-color: grey;
}

#myBar {
    width: 1%;
    height: 100%;
    background-color: green;
}

.margin-left-minus-8{
  margin-left: -8px;
}

.margin-pull-right{
  margin-right: 3px;
  float: right;
}

.dash-board .text-center .img-circle{
   max-width: 100%;
}

.overflow-hidden{
  overflow: hidden;
}

.word-wrap{
  word-wrap: break-word;
}

.issuebugList-estH-column{
  width: 100%;
  display: inline-block;
  text-align: center;
}

.issuebugList-estH-column input {
  background-color: #f3f3f4;
  border: 0 none;
  width: 80%;
  text-align: center;
}

.issueNewBugList-assg-column{
  display: inline-block;
  width: 100%;
  text-align: center;
}

.issueNewBugList-assg-column select {
  border: 0 none;
  margin-bottom: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
}

.issueNewBugList-status-column{
  display: inline-block;
  width: 100%;
  text-align: center;
}

.issueNewBugList-status-column select{
  border: 0 none;
  margin-bottom: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
}

.issueNewBugList-priority-column{
  display: inline-block;
  width: 100%;
  text-align: center;
}

.issueNewBugList-priority-column select{
  border: 0 none;
  margin-bottom: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
}

.issueNewbugList-title-column{
  width: 100%;
  display: inline-block;
}

.issueNewbugList-title-column input {
  background-color: #f3f3f4;
  border: 0 none;
  width: 100%;
  text-align: left;
}

.issueNewbugTitle{
  width: 100%;
}

.margin-bottom-100{
  margin-bottom: 100px;
}

.table-half-width{
  width: 50%;
}

.issueTab.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
}

.issueTab.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #fff;
}

.issueTab.nav-tabs > li > a{
  padding: 10px 19px 10px 25px;
}

#tag-close {
  position: absolute;
  top: 0vw;
  right: 0vw;
  display:inline-block;
  padding:0 3px;
  background:#ccc;
  cursor: pointer;
}

#issue-close {
  position: absolute;
  top: 0vw;
  right: 0vw;
  display:inline-block;
  padding:0px 3px;
  background:#ccc;
  cursor: pointer;
}

.issue-new-list .issueList-comp-column{
  width: 5%;
  display: inline-block;
  text-align: center;
}

.issue-new-list .issueList-spentH-column{
  width: 12%;
  display: inline-block;
  text-align: center;
}

.issue-new-list .issueList-estH-column{
  width: 9%;
  display: inline-block;
  text-align: center;
}

.issue-new-list .issueList-assg-column{
  display: inline-block;
  width: 15%;
}

.issue-new-list .issueList-action-column{
  width: 8%;
  display: inline-block;
  text-align: right;
}

.issue-new-list .issueList-issueId-column{
  display: inline-block;
  width: 12%;
  text-align: center;
}

.issue-new-list .issueList-comp-columnH{
  width: 5%;
  display: inline-block;
  text-align: center;
}

.issue-new-list .issueList-spentH-columnH{
  width: 12%;
  display: inline-block;
  text-align: center;
}

.issue-new-list .issueList-estH-columnH{
  width: 9%;
  display: inline-block;
  text-align: center;
}

.issue-new-list .issueList-assg-columnH{
  display: inline-block;
  width: 13%;
  text-align: center;
}

.issue-new-list .issueList-action-columnH{
  width: 9%;
  display: inline-block;
  text-align: right;
}

.issue-new-list .issueList-issueId-columnH{
  display: inline-block;
  width: 12%;
  text-align: center;
}

.issue-detail-border-color .ibox-content{
  border-color:#ffff;
}

.col-lg-11{
  width:98%;
}

.issueDetailPrev{
  display:none;
}
  
.showissueDetailPreview{
  display:block;
	position:relative;	
  animation:animateright 0.6s;
  padding-left:0px;
}

.showTagsPreview{
  display:block;
	position:relative;	
	animation:animateleft 0.6s; 
}

@keyframes animateleft{from{left:-50px;opacity:0} to{left:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(0)}}

.issueListAfter {
  width:64%;
}

.issueListOnTagClick {
  width:80%;
}

.fourColumnLayout {
  width:48%;
}

.issue-new-list .vertical-text {
  writing-mode: tb-rl; 
  padding:10px 0px;  
  cursor:default;
  color: #A7B1C2;
  font-weight: 600;
}

.issue-new-list .vertical-text:hover {
  color:#333;
}

.issue-new-list .tag-mil-cont {
  padding-right:5px;
  padding-left:5px;
  padding-top:0vw;
  margin-top: -2.34vw;
}

.issue-new-list .tags-milestone {
  color: #A7B1C2;
  font-weight: 600;
}

.issue-new-list .tags-milestone:hover, .tags-milestone:active, .tags-milestone:focus {
  color:#333;
}

.issue-new-list-category-template .dd-expand, .issue-new-list .dd-expand{		
  display: none; 
}		
			
.issue-new-list-category-template .dd-collapsed .dd-list,.issue-new-list .dd-collapsed .dd-list, .issue-new-list-category-template	.dd-collapsed .dd-collapse, .issue-new-list .dd-collapsed .dd-collapse  {		
  display: none; 
}		

.issue-new-list-category-template .dd-collapsed .dd-expand,  .issue-new-list .dd-collapsed .dd-expand{		
  display: block; 
}
/* 
.tag-mil-cont{
  min-width:186px;
}



#issueDetailPreview{
  min-width: 390px;
} */

#issueDetailPreview .dl-horizontal dd{
  margin-left:160px;
}

.issue-new-list .issueList-tag-columnH{
  display: inline-block;
  width: 9%;
  text-align: center;
}

.issue-new-list .issueList-tag-column{
  display: inline-block;
  width: 9%;
  text-align: center;
  position: relative;
}

.dd-empty{
  display: none;
}

#nestable2 span.label{
  margin-right: 2px;
}

.issueList-tag-column .label{
 padding: 2px 6px;
 font-weight: none;
 font-size: 12px;
}

.issue-layout-body ol.dd-dragel li .issueList-tag-column, ol.dd-dragel li .issueList-tag-column span.label{
  margin-right: 1px;
}

.issue-layout-body ol.dd-dragel li .issueList-tag-column, ol.dd-dragel li .issueList-tag-column .label{
  display: inline-block;
  padding: 2px 0px;
  font-size: 12px;
}

.issue-layout-body ol.dd-dragel .dd-item .issueList-tag-columnH{ 
  display: inline-block;
}

.issue-layout-body .col-md-1, .issue-layout-body .col-md-10, .issue-layout-body .col-md-11, .issue-layout-body .col-md-12, .issue-layout-body .col-md-2, .issue-layout-body .col-md-3, .issue-layout-body .col-md-4, .issue-layout-body  .col-md-5, .issue-layout-body  .col-md-6, .issue-layout-body  .col-md-7, .issue-layout-body  .col-md-8, .issue-layout-body  .col-md-9, .issue-layout-body  .col-lg-11 {
  float: left;
} 

@media only screen and (max-width: 600px) {
  .issue-layout-body #navigationTab{
    padding-left:208px !important;
  }

  .issue-layout-body #issueDetailPreview{
    width:33%;
  }
}

@media only screen and (max-width: 990px) {
  .issue-layout-body .col-md-4.issueDetailPrev{
    padding-right: 0px;
  }
}

.text-grey{
  color:#E1E1E1;
}

.align-left{
  text-align:left;
}

.dragTagItem{
  cursor: pointer;
}

.issue-no{
  margin-right: 10px;
}

.external-link{
  width: 200px;
}

.button-error-track {
    background-color: #f8ac59;
    border:none;
    border-radius : 3px;
    color: white;
    padding: 5px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.div-text-view {
  display:block; 
  width:50%; 
  white-space: pre-line;
}

/* navbar dropdown */
.nav-collapse-item{
  background: #1AB394!important;
  font-weight: bolder;
  color: #fff!important;
}

/* issue detail view */
.issue-panel-view{
  height:80vh;
  overflow:hidden auto;
  scrollbar-width: none;
}

.issue-panel-view::-webkit-scrollbar {
  width: 0px;
}

.issue-detail-btn{
  align-items: baseline;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 4px 10px;
  vertical-align: middle;
  color: rgb(66, 82, 110) !important;
  border:none;
}

.issue-title{
  font-size: 1.71429em;
  line-height: 1.16667;
  font-weight: 500;
  letter-spacing: -0.01em;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 6px;
  border: none;
  outline: none;
  color: rgb(23, 43, 77);
}

.issue-detail-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.003em;
  /* margin-top: 16px; */
  line-height: 24px;
  color: rgb(23, 43, 77);
  overflow-wrap: break-word;
}

.issue-detail-right-label {
  font-size: 14px;
}

.issue-detail-value{
  line-height: 24px;
  color: #172B4D;
  overflow-wrap: break-word;
  font-size: 1em;
  /* font-weight: 600; */
  letter-spacing: -0.003em;
  margin-bottom:5px;
}

.issue-desc:hover, .issue-title:hover, .bug-rpsteps:hover, .bug-expbh:hover{
  background-color: #EFEFEF;
}

.active>.issue-detail-btn{
 background-color: #1AB394; /*505F79; */
}

.active>.issue-detail-btn a{
  color: white!important;
}

.collapse-issue-info{
  width: 100%;
  border: none;
  font-weight: bold;
  max-width: 100%;
  text-align: left;
  white-space: nowrap;
  background: none;
  color: rgb(0, 82, 204);
  font-size: 14px;
  line-height: 2.28571em;
  padding: 0px 10px 0px 0px;
  vertical-align: middle;
  border-radius: 3px;
  display: inline-flex;
}

.collapse-issue-info span i{
  padding:0px 10px ; 
  font-weight:bold;
  font-size: 20px;
  vertical-align: text-top;
}

.collapse-issue-info:hover{
  background-color: #EFEFEF;
}

.collapse-issue-info span small{
  display: block;
  margin-top: -4px;
  margin-bottom: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgb(107, 119, 140);
  font-size: 12px;
  line-height: 1.33333;
}

.table-action-icons{
  transition: all 0.3s ease 0s;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-align:center
}

.table-action-icons .fa {
  justify-content: center;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  font-size: 24px;
  color: rgb(66, 82, 110) !important;
  cursor:pointer
}

.issue-table-body-text{
  vertical-align: bottom;
  white-space: nowrap; 
  overflow: hidden;
  max-width: calc(100% - 2.84em);
  text-overflow: ellipsis;
  font-weight: 600;
  padding: 4px 8px;
  color: #172B4D;
}

.issue-right-panel-div{
  margin-top: 40px;
}

.issue-status{
  border-width: 0px;
  border-radius: 3px;
}

.status-on-hold{
  background:#0747A6; 
  color:#fff
}

.status-closed{
  background: #006644;
  color:#fff;
}

.status-open{
  background:#DFE1E6;
  color: #000;
}

.email-opened {
  color: #389100;
}

.email-bounced {
  color: #ff340b;
}