/*
 * Application
 * Special styles for application.
 */

/* Key scaffolding
-------------------------------------------------- */

h1, h2, h3, h4, h5, h6, b, strong, th {
	font-weight: bold;
}

i {
	font-style: italic;
}

body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

body > div#header_container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 7950;
}

body > article {
	position: absolute;
	margin-top: 10.35em;
	top: 69px;
}

a.big-button {
	color: white;
	text-decoration: none;
	font-size: 1em;
	text-align: center;
}

.input-with-button a.big-button {
	/*width: 25%;*/
}

/* Form */
.form > div  {
	line-height: 1.25em;
}

.form > div:not(.with-margin) {
	margin-bottom: 1.667em;
}

/* ... */
.buttonBox {
	display: block;
	width: 100%;
	text-align: right;
}

/* jQuery UI Dialog */
.ui-front {
	z-index: 1000000 !important;
}

.ui-dialog {
	z-index: 1100000 !important;
}

/* jQuery UI Datepicker */
.ui-datepicker {
	z-index: 1200000 !important;
}

.select2-dropdown {
	z-index: 1200000 !important;
}

/* Navigation */
nav > ul > li.navIcon48, nav > ul > li.navIcon48 > a { background-image: url(../../images/icons/home_2states.png); }
nav > ul > li.navIcon14, nav > ul > li.navIcon14 > a { background-image: url(../../images/icons/write_2states.png); }
nav > ul > li.navIcon11, nav > ul > li.navIcon11 > a { background-image: url(../../images/icons/comments_2states.png); }
nav > ul > li.navIcon13, nav > ul > li.navIcon13 > a { background-image: url(../../images/icons/medias_2states.png); }
nav > ul > li.navIcon2, nav > ul > li.navIcon2 > a { background-image: url(../../images/icons/users_2states.png); }
nav > ul > li.navIcon41, nav > ul > li.navIcon41 > a { background-image: url(../../images/icons/stats_2states.png); }
nav > ul > li.navIcon22, nav > ul > li.navIcon22 > a { background-image: url(../../images/icons/settings_2states.png); }
nav > ul > li.navIcon35, nav > ul > li.navIcon35 > a { background-image: url(../../images/icons/backup_2states.png); }

/* Tips */
#tips div {
	text-transform: none !important;
}

/* block-lists */
.task-sub {
	margin: 0 -1.667em;
}
.task-sub > li {
	border-top: 1px solid #c5c39c;
	background: #e6e6e6;
	padding: 0.75em 0.75em 0.75em 1.75em;
	margin: 0 -1px;
	color: #565340;
	position: relative;
	z-index: 89;
}
.task-sub > li:after {
	clear: both;
	content: " ";
	display: block;
}
.ie .task-sub > li {
	margin: 0;
}
.task-sub > li:nth-child(even) {
	background-color: #f7f7f7;
}
.task-sub li.success {
	background-color: #ddebdf;
}
/* IE class */
.task-sub > li.even {
	background-color: #f7f7f7;
}
.task-sub > li:last-child {
	-moz-border-radius: 0 0 0.167em 0.167em;
	-webkit-border-bottom-left-radius: 0.167em;
	-webkit-border-bottom-right-radius: 0.167em;
	border-radius: 0 0 0.167em 0.167em;
}
.task-sub > li.auto-hide {
	display: none;
}
:hover > .task-sub > li.auto-hide {
	display: block;
}

.task-sub > li > strong {
	color: #353334;
}
.task-sub > li > em {
	color: #b1b197;
}
.task-sub .floating-tags {
	margin: 0.15em 0.35em 0.15em 2.5em !important;
}
.task-sub .mini-menu {
	margin-right: -0.5em;
}

.columns {
	padding-bottom: 0px !important;
}

.columns:not(.with-margin) {
	margin-bottom: 0px !important;
}


/* Achiever */
div.achieverReportListItem {
	padding: 0.75em !important;
	vertical-align: middle;
}

div.achieverReportListItem.noMail,
div.achieverReportListItem.noMail label {
	color: #ff0000 !important;
}

div.achieverReportListItem.reported {
	background-color: #ddebdf;
}


/************* Mobile customization *************/
@media only screen and (max-device-width: 480px) {
	.task-sub > li.auto-hide {
		display: block;
	}
}
.d-none {
	display: none;
}