
.muwa_cis_main {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  height: 100%;
  
  max-width: 1600px;
  margin: 0 auto;
  
}

.muwa_cis_main_center{
  border: 1px solid #999999;
  box-shadow: 0 1px 1px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.2), 0 4px 4px rgba(0,0,0,0.15), 0 8px 8px rgba(0,0,0,0.1), 0 16px 16px rgba(0,0,0,0.05);
}




/*
.BIG_CISELNIK_BUTT{

	background-color: #ffffff;
	width: 128px;
	height: 128px;
	
	cursor: pointer; 
	cursor: hand;

	background-size: 128px 128px, 128px 128px;
	background-repeat: no-repeat, repeat-x;
	background-position: center, left;	
	
	border: 1px solid #bbc9dd;
	border-radius:10px;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	-webkit-transition-duration: 0.4s; 
	transition-duration: 0.4s;		
	
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.24);
}


.BIG_CISELNIK_BUTT:hover {
	border: 1px solid #194362;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.24);
}
*/




/*

.CIS_MAIN_TR, .LIST_MAIN_TR{

	cursor: pointer;
	position: relative; 
	height: 50px;

}

*/
/*
.CIS_MAIN_TR:hover, .LIST_MAIN_TR:hover{
	background-color: #f2f2f2;
}
*/


.CIS_MAIN_SELECTED{
	font-weight: bold;
	background-color: #ceedfd;
}

.CIS_MAIN_SELECTED:hover{
	font-weight: bold;
	background-color: #ceedfd;
}


*:focus {
    outline: none;
}







/*
.FIND{

	background-color: #f2f2f2;
	
}
*/

/*
.CIS_FIND, .LIST_FIND{

	height: 30px;
	vertical-align: middle;
	 
	border-bottom: none; 
	border-top: none;
	border-right: none;	
	border-left: none;
	
	background-color: transparent;
	padding: 2px 0px 2px 0px;

}
*/







/*
.CIS_ORDER:hover{

	background-color: #d6e8f5;
	cursor: pointer;

}
*/

















/*
.CIS_TH, .LIST_TH{

	 height: 30px;
	 vertical-align: middle;
	 
	 
	 
	 white-space: nowrap;
	 text-overflow: ellipsis;
	 overflow: hidden;

	 border-top:  none;
	 border-left:  none;
	 border-bottom: 1px solid #999999;
	 border-right:  1px solid #999999;
	 
	 padding: 2px 4px 2px 4px;
	 
}
*/
/*
.CIS_TD, .LIST_TD{

	 height: 50px;
	 vertical-align: middle;
	 
	 white-space: nowrap;
	 text-overflow: ellipsis;
	 overflow: hidden;

	 border-top: none;
	 border-left: none;
	 border-bottom: 1px solid #e6e6e6;
	 border-right: 1px solid #e6e6e6;
	 
	 padding: 0px 4px 0px 4px;
	 
	 line-height: 50px;
	 
}
*/


