
/* страницы */


.user-page .user-profile {
	background-color: #f5f5f5; 
	border: 1px solid #e5e5e5; 
	border-radius: 5px; 
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	margin-bottom: 30px;
}

.user-page .user-profile .user-avatar {
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 135px;
	max-height: 135px;
}

.user-page .user-profile h2 {
	margin-bottom: 5px;
}

.user-page .user-profile h2 a {
	font-size: 22px;
	text-decoration: none !important;
}

.user-page .form-promo {
	max-width: 650px; 
	padding: 10px 25px 15px 25px;
	margin: 0 auto 20px;
	background-color: #f5f5f5; 
	border: 1px solid #e5e5e5; 
	border-radius: 5px; 
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);	
}

.user-page .form-promo.form-signin {
	max-width: 300px; 
}

.user-page .form-signin input[type="text"], 
.user-page .form-signin input[type="password"] {
	font-size: 16px; 
	height: auto;
	margin-top: 10px;
	padding: 7px 9px;
}

.user-page .form-signin .btn-lg {
	height: 45px; 
	font-size: 18px;
	padding-top: 10px;
}

.user-page .form-promo .auth-link {
	margin-left: 10px;
	color: #666 !important;
}

.user-image-block img {
	max-width: 135px;
	max-height: 135px;
}

table.table-work tr td {
	padding: 5px 8px;
}

.table-work td.dates {
	font-size: 13px;
	font-weight: bold;
	top: 2px;
	position: relative;
	color: #888;
}

.table-work td.dates a {
	color: #888 !important;
}

.table-border td,
.table-border th {
	border: 1px solid #ddd;
}

.table-work td.weekend {
	color: #d9534f;
}

.table-work .table-input {
	padding: 3px 5px;
	margin: 0;
	min-height: 18px;
	width: 100%;
	font-size: 13px;
	resize: none;
	border: 1px solid #d7d7d7;
	border-top: 1px solid #a9a9a9;	
}

.table-work .work-form .buttons {
	text-align: right;
}

.table-work .work-form .buttons .fa-check-circle {
	color: #5cb85c;
	opacity: 0.9;
}

.table-work .work-form .buttons .fa-times-circle {
	color: #d9534f;
	opacity: 0.8;
}

.table-work .sum {
	font-weight: bold;
	color: #7c7c7c;
}

.work-page .work-form .table-input.pad {
	margin-bottom: 5px;
}

table.task-list {
	width: 100%;
}

table.task-list tr td {
	border: 0;
	background: #FFF;
}

table.task-list tr:hover td {
	background: #fcfcfc !important; 
}

table.task-list tr:not(:last-child) td {
	border-bottom: 1px solid #ddd !important;
}

table.task-list tr.task-add td {
	color: silver;
	font-style: italic;
}

table.table-work .table-work-tr .task-list-td {
	cursor: pointer;
}

table.task-list-report {
	width: 100%;
}

table.task-list-report tr td {
	border: 0;
}

table.task-list-report tr:not(:last-child) td {
	border-bottom: 1px solid #ddd !important;
}

.tag-item  {
	margin: 0 3px 3px 0;
	padding: 1px 4px;
	background: #f0f0f0;
	color: #8a8a8a;
	font-size: 12px;
	border-radius: 3px;
}