/*my_project_tasks*/
.legend {
	width: 10px;
	height: 10px;
	border-radius: 10px;
}
.stat-box {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	/*display: inline-block;*/
}
.stat-default {
	background-color: #0caf0c;
}
.stat-behind {
	background-color: orange;
}
.stat-emergency {
	background-color: red;
}

.legend-inline {
	display: inline-block;
	font-size: 10px;
}

.notes-inline {
	display: inline-table;
	font-size: 11px;
}
th {
	font-weight: 500;
	color: #03a9f4;
}
.task-label {
	font-size: 11px;
	font-weight: 500;
	color: #03a9f4;
}
.task-note {
	font-size: 11px;
	padding: 5px;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
}

.task-row:hover {
	/*cursor: pointer;*/
}

.title_box { 
	margin-top: 20px;
    border: #dce9f6 1px solid; 
    border-radius: 3px;
}

.title_box #title { 
    position: relative;
    top: -0.6em;
    margin-left: 5px;
    display: inline;
    background-color: white;
    padding: 3px;
    font-weight: 500;
	color: #03a9f4;
}

.title_box #content {
	padding: 7px;
	padding-top: 0px;
	margin-top: -5px;
}

.task-name {
	color: #0b6a94;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
    text-decoration: underline;
}

.assigned-dev {
	padding-left:4px;padding-right:4px;border-radius:3px;border: 1px solid #03A9F4;
	margin-right: 5px;
}

.qa-waiting {
	color: #cacaca;
}

.qa-completed {
	color: #03a9f4;
}

.qa-status {
	font-size: 25px;
}


.sos-comment-error {
	margin-top: 10px;
	display:none;
}

.dev-btn {
	padding: 2px;
	border: 1px solid #c2ddf9;
	border-radius: 3px;
	text-align: center;
	color: #b6b9bd;
	font-weight: 500;
	margin: 3px;
}

.dev-btn:hover {
	cursor: pointer;
}

.done-btn {
	background-color: #626f80;
	color: white;
}

.completed-btn {
	background-color: #03a9f4;
	color: white;
}



