/*************************/
/* LAYOUT                */
/*************************/

.teams-bar { width: 16%; float: left; font-size: 0.9em !important; }
.projects-bar { width: 55%; float: left;}
.center-content { width: 29%; float: left; }
.teams-bar .org-logo { padding: 10% !important }
.modal-width-large { width: 98%; }
.modal-width-medium { width: 95%; }
.modal-width-small { width: 90%; }

@media (min-width: 768px) {
    .teams-bar { width: 6%; font-size: .75em !important; }
    .projects-bar { width: 25%; font-size: .85em !important; }
    .center-content { width: 69%; font-size: .85em !important; }
	.modal-width-large { width: 90%; }
	.modal-width-medium { width: 70%; }
	.modal-width-small { width: 60%; }
    .med-flex-block { display: flex; }
}
@media (min-width: 992px) {
    .teams-bar { width: 5%; font-size: .75em !important; }
    .projects-bar { width: 18%; font-size: .85em !important; }
    .center-content { width: 77%; font-size: .85em !important; }
	.modal-width-large { width: 90%; }
	.modal-width-medium { width: 80%; }
	.modal-width-small { width: 50%; }
    .col-md-3.issue-phase-list { width: 20%; }
    .col-md-9.issue-center-content { width: 80%; }
}
@media (min-width: 1200px) {
    .teams-bar { width: 5%; font-size: .75em !important;}
    .projects-bar { width: 15%; font-size: .95em !important;}
    .center-content { width: 80%; font-size: .95em !important;}
	.modal-width-large { width: 75%; max-width: 1024px; }
	.modal-width-medium { width: 60%; }
	.modal-width-small { width: 40%; }
}
@media (min-width: 1600px) {
    .teams-bar { width: 4%; }
    .projects-bar { width: 14%; }
    .center-content { width: 82%; }
	.modal-width-large { width: 70%; max-width: 1024px; }
	.modal-width-medium { width: 50%; }
	.modal-width-small { width: 30%; }
}
@media (min-width: 2500px) {
    .teams-bar { width: 3%; }
    .projects-bar { width: 11%; }
    .center-content { width: 84%; }
	.modal-width-large { width: 60%; max-width: 1024px; }
	.modal-width-medium { width: 40%; }
	.modal-width-small { width: 20%; }
}

/***********************/
/* TABLE Classes         */
/***********************/
.table>thead>tr>th {
    font-size: 14px;
    text-transform: uppercase;
}
.table {
	margin-bottom: 0px;
	background: var(--bg-secondary);
}
.not-active-row td,
.not-active-row td a {
	color: darkgrey !important;
}

/* Fixing table alignment in issue modals */
.middle-modal .table-hover>tbody>tr:hover {
    background-color: transparent;
}
.middle-modal .table>tbody>tr>td:first-child {
    white-space: nowrap;
    padding-left: 0;
    padding-right: 16px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 0.5px solid var(--border-tertiary);
}

/***********************/
/* TITLE BAR           */
/***********************/

.title-bar-button {
	margin-top: 25px;
}

/***********************/
/* ACTION ICONS        */
/***********************/

.action-icon:hover {
	opacity: 0.7;
}
.assign-to-icon {
	width: 16px;
}

/******************************/
/* COMMENTS                   */
/******************************/

/*.comment-box .edit-comment,
.comment-box .delete-comment {
	opacity: 0.1;
}
.comment-box .new-comment {
	opacity: 1;
}
.comment-box {
	border-bottom: 1px solid #fafafa;
}
.comment-box .comment {
	padding: 10px;
	background: white;
}
.comment-box .comment:hover {
	background: #fafafa;
}
#comment-new {
	border-bottom: none;
}
#comment-new .comment {
	background: none;
}
.comment-box .note-editor {
	border: 2px solid #0d99ff;
	box-shadow: none;
	width: 125%;
    left: -61px;
    bottom: -27px;
}
.comment-box .note-editor .note-status-output{
	display:none;
}
.comment-box .note-editor .note-myCustomGroup .new-comment{
    left: 301px;
    font-size: 11px;
    border-radius: 5px;
    text-transform: none;
    max-height: 27px;
    min-width: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comment-box  #comment-form-new{
	position: fixed;
    bottom: 0;
    width: 544px;
    left: 110px;
    margin-bottom: 27px;
}*/
