/*
 * Default
 */
#container{
	margin-top:72px;
}
/*
 * Navbars
 */
#main-menu-container{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
-webkit-transform: translateZ(0);
}
.nav.btn-menu{
	margin-left:-5px;
}
.nav.btn-menu>li{
	display:inline-block;
}
.nav.btn-menu>li>a{
	display:inline-block;
	width:30px;
	height:30px;
	padding:0 5px;
	margin:10px 0 10px 10px;
	z-index:1000;
	font-size:15px;
}
.nav.btn-menu a>span{
	line-height:27px;
}
/*
 * Job page
 */
.panel.panel-default{
	position:relative;
}
.hash-pointer{
	position:absolute;
	top:-72px;
	left:0;
	width:100%;
	height:72px;	
	visibility:hidden;
}
.table-with-btn td:nth-child(2)~td, .table-with-btn tfoot th:nth-child(3){
	text-align:right;
}
.table-with-btn td:last-child{
	white-space:nowrap;
}
/*
 * Task page
 */
body.page-zadania #container{
	padding-top:52px;
	margin:0;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
}
body.page-zadania .btn-zadania{
	width:auto;
	position:absolute;
	top:50%;
	left:50%;
-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
}
.info{
	padding:15px 0;
	height:25%;
	position:relative;
}
.info>*,.info>*>*{
	height:100%;
}
.info .alert-cont{
	display:none;
}
.info .alert-cont.alert-show{
	display:block;
}
.status-cont{
	font-family: 'Oswald', sans-serif;
	font-weight:700
}
.status-header{
	margin-top:0;
	text-align:center;
	line-height:1.33;
	letter-spacing:2px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.tasks{
	height:75%;
	display: flex;
	flex-flow: row wrap;
	overflow-y:auto;
	margin:0 -15px;
	padding:15px;
	align-content: flex-start;
}
.tasks>.task{
	width:180px;
	height:180px;
	position:relative;
	margin:0 15px 15px 0;
	white-space:normal;
	line-height:160px;
}
.tasks p:last-of-type{
	margin:0;
}
.tasks .task-content{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	z-index:1;
}
.tasks .task-content>*{
	line-height:1.33;
}
.alert{
-webkit-transition:color .3s,background .3s,box-shadow .3s;
	-ms-transition:color .3s,background .3s,box-shadow .3s;
		transition:color .3s,background .3s,box-shadow .3s;
}
.status.alert-info>h2,.status.alert-info>div{
	opacity:0;
}
.status.alert-success{
	cursor:pointer;
}
.status>div{
	position:absolute;
	bottom:15px;
	width:100%;
}
.status>div>*{
	display:inline-block;
	width:33%;
	text-align:center;
	font-size:20px;
	margin:0;
}
.status>div>*>*{
	vertical-align:middle;
}
.status>*{
	opacity:1;
-webkit-transition:opacity .3s;
	-ms-transition:opacity .3s;
		transition:opacity .3s;
}
.tasks .task-current:before{
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color:#4cae4c;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e023";
	font-size:150px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-75px 0 0 -75px;
	opacity:0.7;
}
.tasks .task-current:hover:before{
	color:#398439;
}
/*
 * Login form
 */
#login-form{
-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
		box-sizing:border-box;
	width:320px;
	max-width:100%;
	padding:10px;
	position:absolute;
	top:50%;
	left:50%;
-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
}

@media (max-height: 300px){
	#login-form{
    	top:0;
-webkit-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
		transform:translate(-50%,0);
	}
}
@media (max-width: 768px){
	.table-with-btn tr>*:nth-child(3)~*:not(:last-child){
		display:none;
	}
	.job-page table td:first-child{
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
		max-width:1px;
	}
}
@media min-width: 767px){
	.job-page table td:first-child{
		max-width:none!important;
	}
}
