.window
{
	display:none;
}

.window.active
{
	display:block;
}
.mob
{
	display: none !important;
}
#filter >.title
{
	padding: 5px;
	text-align: center;
	background: #aaa;
	color: white;
	display: none;
} 

.button-filter
{
	display:none;
}

#filter
{
	border: 1px solid #aaa;
	
}
.toggle
{
	display: inline-block;
	position:relative;
	cursor:pointer;
	/*! margin-left:10px; */
	
	
	width: 25px;
	height: 20px;
}
.toggle:after
{
	content: " ";
	width:15px;
	height: 0px;
	border-bottom: 2px solid #999;
	display: inline-block;
	transform: rotate(-45deg);
	position: absolute;
	top: 10px;
	left: 0px;
}

.toggle:before
{
	content: " ";
	width:15px;
	height: 0px;
	border-bottom: 2px solid #999;
	display: inline-block;
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	left: 10px;
}

.toggle.up
{
	transform: rotate(180deg);
	margin:-5px;
}
#actions #fav
{
	border:1px solid #aaa;
	margin: 5px;
	background: white;
}
#actions #fav .minus
{
	line-height: 0px;
	margin: 0px;
	padding: 10px;
	display: inline-block;
	background: red;
	border:0px;
}
#actions
{
	background: #eee;
	padding:5px 10px;
	border-radius: 5px;
}

#filter .items
{
	padding: 5px 10px;
	font-size: 13px;
}
#filter .items .title
{
	font-weight: bold;
}
#filter li
{
	list-style: none;
}
#filter ul
{
	padding: 0px 0px 5px 15px;
}
#filter .block li span
{
	color: #aaa;
	padding-left: 5px;
}
#filter .block li
{
	color:#000;
}
#filter .block ul
{
	max-height: 100px;
	overflow: auto;
}
#fav
{
	padding: 10px;
}
#dialog-confirm label
{
	width:100%;
}
#fields ul
{
	padding:0px;
	margin:0px;
}
#fields ul li
{
	display:inline-block;
	list-item:none;
	padding:2px 5px;
	background:#eee;
	margin:1px 5px;
	font-size: 13px;
}
#actions b
{
	width:30px;
	text-align:center;
	display:inline-block;
}

.lds-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
}
.lds-heart
{
	top: calc( 50% - 32px);
}
.lds-heart div {
  
 
  width: 32px;
  height: 32px;
  background: #fff;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
	

   margin: 5% auto;
 

}
.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: #fff;
}
.lds-heart div:before {
  left: -24px;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -24px;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}

body.loader .wait
{
	display:block;
}
#customers td
{
	vertical-align:middle !important;
}
.wait
{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	display: none;
	top: 0px;
	left: 0px;
	text-align: center;
	/*! padding: 45% 0px; */
}
#ox
{
	display: block;
	position: absolute;
	top:0px;
	color:yellow;
	font-size:10px;
	left: 10px;
}
#table_tools .fa-tools
{
	font-size: 20px;
	float:right;
	cursor: pointer;
}
#table_tools.show #fields
{
	display: block;
}
#table_tools #fields
{
	display: none;
}
#table_tools.show
{
	margin:10px 0px;
	border:3px solid #eee;
}
#table_tools
{
	/*! border:1px dotted blue; */
	/*! margin: 10px 0px; */
	padding:5px 10px;
	display: inline-block;
	/*! float: left; */
	margin: -7px;
}
.edit
{
	padding-left:10px;
	cursor: pointer;
	color: #5E8453;
	display:none;
}
td:hover .edit
{
	display:inline-block;
	color:#0E870A;
	position: absolute;
}
.story
{
	cursor: pointer;
	color: blue;
}

#total .results ul
{
	margin: 0px;
	padding:0px;
}
#total .results ul li
{
	list-style: none;
	font-size:10px;
	display:inline-block;
	background: #A9CEA5;
	padding:2px 5px;
	
}
.fa-file-excel
{
	color:green;
	font-size:25px;
	display:block;
	margin: 0 auto;
	cursor: pointer;
}
th:hover
{
	color:red;
}
th
{
	cursor: pointer;
	position: relative;
}
table.human thead th.selected i
{
	display: inline-block;
}
table.human thead th .sort
{
	display: none;
}
.sort
{
	color:#bbb;
	
	
	/*! padding-left: 5px; */
	position: absolute;
	bottom: 4px; 
	padding-left:5px;
	display: none;
}
th.selected i,
th.selected
{
	color:red;
}
.f_name
{
	display:none;
}
@media (max-width:450px)
{
	#filter .close
	{
		cursor: pointer;
		width: 25px;
		height: 25px;
	}
	#filter .close:before
	{
		content: "";
		border-bottom:2px solid black;
		width: 25px;
		height: 25px;
		display: block;
		position: absolute;
		top: 20px;
		height: 1px;
		right: 10px;
		transform: rotate(-45deg);
		z-index: 999999;
		
	}
	#filter .close:after
	{
		content: "";
		border-bottom:2px solid black;
		width: 25px;
		height: 25px;
		display: block;
		position: absolute;
		top: 20px;
		height: 1px;
		right: 10px;
		transform: rotate(45deg);
		z-index: 999999;
		
	}
	#customers h2 > span,#customers h2 .fa-tools
	{
		display: none;
	}
	#customers h2
	{
		padding:0px;
		margin: 0px;
	}
	.mob.fas.fa-tools
	{
		right: 90px;
	}
	#actions
	{
		display:none;
	}
	.mob
	{
		display:inline-block !important;
		position: fixed;
		top:3px;
		right:51px;
		z-index: 11111;
		color:white;
		font-size:30px;
	}
	
	.human tr
	{
		display:block;
		max-width: 100%;
		padding:5px 0px;
		border-bottom:1px solid;
	}
	td .edit
	{
		display: inline-block;
		
	}
  #customers td.name
	{
		font-weight: bold;
	}
	.human thead 
	{
		display: none;
	}
	
	.human thead .txt
	{
		display: none;
	}
	td input[type='text'],td input[type='date'],textarea
	{
		display:none;
	}

	
	table
	{
		display: block;
		overflow: auto;
	}
	.ui-dialog
	{
		max-width: 98%;
	
	}
	textarea
	{
		display: none !important;
	}
	.human td
	{
		display:block;
		border:0px;
		padding: 0px 5px !important;
		border:0px !important;
		
	}
	.fas.fa-save,.fa.fa-trash
	{
		/*! display: none; */
	}
	td
	{
		word-break:break-all;
	}
	.human td i.f_name
	{
		display:inline-block;
		padding-right: 5px;
		color:#999;
	}
	button.plus
	{
		display:none;
	}
	.button-filter
	{
		display: inline-block;
		font-size: 30px;
		color:white;
		
		padding: 3px 5px;
		border-radius: 5px 0px 0px 5px;
		cursor:pointer;
		position: fixed;
		z-index: 999999;
		right:0px;
		top:0px;
		
	}
	#filter.show > div
	{
		display: block;
	}
	#filter.show
	{
		padding: 5px !important;
	}
	#filter.show .block
	{
		display: inline-block;
		padding: 0px 10px;
		float: left;
		width: 50%;
		height: 130px;
	}
	#filter.show
	{
		display:block !important;
		visibility: visible;
		position: absolute;
		top:0px;
		left:0px;
		z-index: 999999;
		max-width: 100%;
		padding: 0px;
	}
}