/* LOGIN */

section.login
{
	text-align: center;
	padding-bottom: 35px;
}

/* TASKS */

ul.tasks .panel > header,
ul.plans .panel > header
{
    margin-bottom: 15px;
    margin-left: 60px;
}
ul.tasks .panel > header .icon,
ul.plans .panel > header .icon
{
    width: 50px;
    height: 50px;
    font-size: 120%;
    padding-top: 10px;
    margin-left: -65px;
}
ul.tasks h3,
ul.plans h3
{
    font-size: 95%;
}
ul.tasks h4
{
    font-size: 90%;
    margin-bottom: 5px;
    overflow: hidden;
    color: #666;
}
ul.tasks p
{
    height: 58px;
    overflow: hidden;
    font-size: 80%;
    margin-bottom: 10px;
}
ul.plans p
{
    height: 21px;
    overflow: hidden;
    margin-bottom: 10px;
}
ul.plans p.info
{
    font-weight: bold;
}
ul.plans p.info span
{
	font-weight: normal;
    float: right;
}
ul.tasks .button,
ul.plans .button
{
    visibility: hidden;
}
ul.tasks li:hover .button,
ul.plans li:hover .button
{
    visibility: visible;
}
ul.tasks footer a,
ul.plans footer a
{
    display: inline-block;
    padding-top: 4px;
}

.message:not(.icon)
{
	padding: 25px;
	background: #f8f8f8;
	border: 1px solid #e8e8e8;
	color: #999;
}
.message:not(.icon) i
{
	font-size: 120%;
	margin-right: 15px;
}
.message.success
{
	border: 1px solid #baf9ab;
	color: #8bb581;
	background: #e1f7dc;
}
.message.error
{
	border: 1px solid #e0a091;
	color: #a96c5f;
	background: #ffdbd4;
}
.message.warning
{
	border: 1px solid #e8d09f;
	color: #a59471;
	background: #fcf3e3;
}
.message.warning i
{
	color: #e8d09f;
}
.message.warning a
{
	font-weight: bold;
	color: #d8c194;
}
.browser > .details article h2
{
    float: none;
    margin-bottom: 15px;
}
.browser .images li
{
    background: transparent;
}

a.attachment
{
    display: inline-block;
    background: rgba(0,0,0, 0.2);
    padding: 5px 15px;
    border-radius: 50px;
    color: rgba(255,255,255, 0.75);
}
a.attachment i
{
    margin-right: 5px;
}
a.attachment:hover
{
    text-decoration: none;
    background: rgba(0,0,0, 0.3);
    color: rgba(255,255,255, 1);
}