/* @override 
	http://lokdown.midwestern.de/assets/css/mwi.css
	http://lokdown.org/assets/css/mwi.css */

/* Globals */
.hang-right { float:right; }
.inactive { opacity:0.3; }

/* Custom dataTable styles */
.DTTT { display:none !important; }

.safe { background-color:#c3e5d7 !important; }
#safe td { border-top:1px solid #92c9c4; }

.missing { background-color:#f2cac2 !important; }
#missing td { border-top:1px solid #d4a3a1; }

.awaiting { background-color:#fdffe5 !important; }
#awaiting td { border-top:1px solid #f0e4b2; }

.dataTables_filter {
	position: absolute;
	top:-70px;
	right:0;
}
#example .profile-pic {
	overflow: hidden;
	width: 35px;
	height:35px;
	border-radius:100%;
}

.building-list td {
	vertical-align: middle !important;
}

.building-list .building-pic {
	overflow:hidden;
	width:65px;
	height:50px;
}
@media only screen and (max-width:550px) {
	.mwi-hide { display:none !important; }
	.dataTables_filter {
		display: none !important;
	}
}


/* Primary Account profile */
.account-info {
  background-color:#f1f1f1;
  padding:10px 20px 20px;
  margin-bottom:20px;
}
.account-info p {
  margin: 0 0 10px;
  font-size: 12px;
}
.account-info p i {
  width: 25px;
  font-size: 14px;
}
.account-info p:last-child {
  margin: 0px;
}


/* Dashboard */
.lokdown-overlay {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,0,0,0.4);
}
.lokdown-overlay h3 {
	color: #fff;
	position:relative;
	top: 180px;
}
.staff-num {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -35px 0 0 -35px;
	padding-top: 14px;
	color: #999;
	width: 70px;
	height: 70px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	border-radius: 100%;
}
@media only screen and (max-width:768px) {
	.dashboard .item {
		width:100%;
	}
}

/* lokDown Form */
.yesno button {
	opacity:0.5;
}
.yesno .active {
	box-shadow:none;
	opacity:1;
}
.lokdown-form select {
	width:100%;
}
.landing {
	padding: 20px 0;
    margin: 10px 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    opacity: 0.9;
}
.landing:hover {
	color:#fff;
	opacity:1;
}

.btn.red { background-color:#bf3030; }
.btn.orange { background-color:#bf5830; }
.btn.blue { background-color:#307abf; }
.btn.purple { background-color:#992e7e; }


/* Crisis Page */
.crisis .page-content{
	margin: 0px !important;
}
.crisis.header .navbar-inner {
	background-color: #22262e !important;
}
.crisis .uname-nav span, .crisis .uname-nav{
	color: white !important;
	margin-top: 3px;
}
.crisis #user-options{
	display: none !important;
}
.crisis #main-menu-toggle-wrapper{
	display: none !important;
}
.crisis .content{
	min-height: 100%;
}
.crisis .form-group:last-of-type{
	border: none !important;
}



/* Menu Tweaks */
.logout { display: none !important; }
.profile { display:none !important; }
@media screen and (max-width: 768px){
	.logout { display: block !important; }
	.profile { display:block !important; }
}

.user-menu-btn {
	float: right;
	display: block;
	padding: 20px 10px;
}
.user-menu-btn i {
	margin: 0;
	padding: 0;
}
.user-menu {
	position: absolute;
	background-color: #22262e;
	right: 8px;
	top: 60px;
	display: none;
}
.user-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.user-menu ul li {
	margin: 0;
	padding: 0;
}
.user-menu a {
	color: #fff !important;
	display: block;
	padding: 5px 20px 5px 10px;
}
.user-menu a:hover {
	background-color: #353a44;
}
.app .lokdown .content{padding-top: 15px !important;}
.app .header{display: none !important;}
.btn.black{background-color: black !important;}
.user-search input{
	position: relative;
	top:-7px;
}
.ui-inline{
	float:right;
	display: inline-block;
	margin-left: 10px;
}
/*.ui-search-bar{
	position:relative;
	top:-30px;
}*/
.push-right{
	margin-right: 10px;
}
.with-search {
	margin-bottom:30px;
}

@media(max-width:960px)
{
	.dataTables_wrapper {
		overflow: scroll;
	}
	.dataTables_wrapper tr td {
		white-space: nowrap;
	}
}
.ui-search-btn {
	float:none !important;
	margin-right:10px;
}
.ui-search-bar label {
	display: inline-block;
	line-height:35px;
}
@media(max-width:630px)
{

}