/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.language-changer{
	position:absolute;
	top:0;
	right:0;
}

.mobile-show{
	display: none !important;
}

.unreaded-background{
	background-color: #f1f1f1;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
	right: 0.5em;
	content: "";
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	right: 0.5em;
	content: "";
}

@media only screen and (max-width: 600px) {
	.mobile-none{
		display:none !important;
	}
	.mobile-show{
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
  
	.mobile-none{
		display:none !important;
	}
	.mobile-show{
		display: block !important;
	}
	
  }
  
  /* 
	##Device = Tablets, Ipads (landscape)
	##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	
	.mobile-none{
		display:none !important;
	}
	.mobile-show{
		display: block !important;
	}
	
  }
