/**
 * ownCloud - CalendarPlus
 *
 * @author Sebastian Doell
 * @copyright 2015 sebastian doell sebastian@libasys.de
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
 * License as published by the Free Software Foundation; either
 * version 3 of the License, or any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
 *
 * You should have received a copy of the GNU Affero General Public
 * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
 *
 */
@media only screen and (max-width: 420px) {
	#header .left-right-nav,
#header .datenavigation{
	display:none;
}
}

@media only screen and (max-width: 768px) {


/* do not show Deleted Files on mobile, not optimized yet and button too long */
#header .datenavigation{
	width:160px;
	
}

#app-navigation{
	display:block;
}
#rightCalendarNav{
	display:none;
}

#header .datenavigation #datelabel{
	display:none;
}
#content .isHiddenCal{
	display:block;
}
/* proper notification area for multi line messages */
#notification-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.ui-dialog .ui-widget-header button, .ui-dialog #actions button {
	min-width:30px;
	height:30px;
	line-height:24px;
	text-align:center;
	font-size:12px;
	padding:0;
	padding-left:5px;
	padding-right:5px;
}
.ui-dialog	#actions #closeDialog{
		display:none;
	}
.ui-dialog	#accordion{
		width:100%;
		
	}
.ui-dialog	#actions .button-group.first{
		width:79%;
		
	}
.ui-dialog	#actions .button-group.second{
		width:21%;
		
	}	
}
