@media (min-width:992px) {
}

/* medium devices */
@media (max-width: 991px) AND (min-width:768px) {
	/* index page dashboard */
	.dashboard{border:0px solid #f00;overflow:hidden;padding:5px 0px;background:none;}
	.dashboard article{padding:0px;width:49% !important;margin-right:0px;margin-bottom:.5em !important;cursor:pointer;float:left;margin-right:2% !important;}
	.dashboard article:nth-child(even){margin-right:0% !important;}
	.dashboard article > .bs-callout{height:400px;max-height:400px;}
	
	/* navigation */
	.navbar-collapse{text-align:center;}
	.navbar-collapse ul{text-align:center;}
	.navbar-collapse li{text-align:center;}
	
	.collapse {display: block;visibility: visible;}
	.page-header h1 .headerbutton span{display:none;}
	
	/* dialogs */
	.dialog-window{min-width:150px;width:100%;max-width:600px;}
	
	/* notify */
	#_notify_background{width:100%;height:100%;overflow:hidden;}
}

/* extra small devices */
@media (max-width: 767px) AND (min-width:368px) {
	div#main_container{padding:.1em .5em !important;}
	
	/* page header */
	.page-header{margin-top:.2em;}
	.page-header h1{margin-top:.2em;font-size:1.5em;}
	.page-header h1 small{display:block;}
	
	/* index page dashboard */
	.dashboard{border:0px solid #f00;overflow:hidden;padding:5px 0px;background:none;}
	.dashboard article{padding:0px;width:100% !important;margin-bottom:.5em !important;cursor:pointer;float:left;margin-right:0% !important;}
	.dashboard article > .bs-callout{height:400px;max-height:400px;}
	
	/* navigation */
	.navbar-collapse{text-align:center;padding-left:0px;padding-right:0px;}
	.navbar-collapse ul{text-align:center;}
	.navbar-collapse li,.navbar-collapse li.pull-right{text-align:center;width:100%;/*margin:0px;height:2.2em*/}
	.navbar-collapse ul.navbar-right li{width:100%;}
	.navbar-nav{margin-left:0px;width:100%;}
	
	#mobile_menu{display:block;width:100%;}
	#mobile_menu button{width:25%;}
	/*#mobile_menu .dropdown-menu{right:0px;left:auto;top:32px;}*/
	
	.table{font-size:.7em}
	
	/* tickets page */
	#tickets_table tr th:first-child,#tickets_table tr td:first-child{display:none;}
	#tickets_table tr th:nth-child(3),#tickets_table tr td:nth-child(3){display:none;}
	#notes-div{width:95% !important;}
	#tickets_table button[type='submit'] span{display:none;}
	
	/* dialogs */
	.dialog-window{min-width:150px;width:90%;max-width:400px;}
	.dialog-window .input-group-addon{display:none;}
}

/* extra extra small devices */
@media (max-width: 367px){
	div#main_container{padding:.1em .5em !important;}
	
	/* page header */
	.page-header{margin-top:.2em;}
	.page-header h1{margin-top:.2em;font-size:1em;}
	.page-header h1 small{display:block;}
	
	/* index page dashboard */
	.dashboard{border:0px solid #f00;overflow:hidden;padding:5px 0px;background:none;}
	.dashboard article{padding:0px;width:100% !important;margin-bottom:.5em !important;cursor:pointer;float:left;margin-right:0% !important;}
	.dashboard article > .bs-callout{height:400px;max-height:400px;}
	
	/* navigation */
	.navbar-collapse{text-align:center;padding-left:0px;padding-right:0px;}
	.navbar-collapse ul{text-align:center;}
	.navbar-collapse li{text-align:center;}
	.navbar-nav li{width:100%;}
	
	.navbar-collapse ul.navbar-right li{width:100%;}
	.navbar-nav{margin-left:0px;width:100%;}
	.navbar-nav .badge{display:none;}
	#mobile_menu{display:block;width:100%;}
	#mobile_menu > button{width:25%;}
	#mobile_menu button span{display:none;}
	#mobile_menu > button > span.caret{display:none;}
	#mobile_menu > button > i.fa{display:inline-block;}
	/*#mobile_menu .dropdown-menu{right:0px;left:auto;top:26px;}*/

	.table{font-size:.6em}
	
	/* tickets page */
	#tickets_table tr th:first-child,#tickets_table tr td:first-child{display:none;}
	#tickets_table tr th:nth-child(3),#tickets_table tr td:nth-child(3){display:none;}
	#notes-div{width:98% !important;margin-left:0px;}
	#ticket .form_table tr th:first-child{display:none;}
	#tickets_table button[type='button']{padding-left:3px;padding-right:3px;}
	#tickets_table button[type='submit'] span{display:none;}
	#tickets_table button[type='submit']{padding-left:3px !important;padding-right:3px !important;}
	.new-ticket span{display:none;}
	
	/* dialogs */
	.dialog-window{min-width:150px;width:90%;max-width:600px;}
	.dialog-window .input-group-addon{display:none;}
	
	/* pagination */
	.pagination-desktop{display:none;}
	
	/* mobile stuff */
	[non_mobile]{display:none;}
	.non_mobile_text{display:none !important;}
	.mobile_text{display:block;}
}