
/* pretazenie lebo bol pod oknom */
.ui-resizable-handle {z-index: 999 !important;}

.muwa_win{
	
	display: none;

	background-image: url('../media/image/design/muwa_win_background.png'), linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, 1));
	/*background-size: cover;*/
	background-repeat: no-repeat;
	/*background-position: left 36px;*/
	/*background-color: rgba(255, 255, 255, .85);*/
	/*background:linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .8));*/
	
    border-radius: 8px;
    padding: 0px;

    border: 1px solid silver;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	
}
.muwa_win:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.muwa_win_head{
	
	width: 100%; 
	/*background-color: transparent;*/
	border-radius: 8px;
	/*box-shadow: 0px 5px 15px -5px #d9d9d9;*/
	display: inline-block; 
	/*cursor: pointer;*/
	
}

.muwa_win_head_line{
	
	padding: 10px; 
	float: left; 
	font-weight: bold; 
	font-size: 20px;
	
}

.muwa_win_head_butt{
	
	/*float: right; */
	text-align: right;
	
	
}

.muwa_win_body_container{
	
	margin: auto;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	width: 100%;
	height: auto;
	
}	

.muwa_win_body{
	
	margin: auto;
	width: 100%;
	height: 100%;
	/*padding: 0px 10px 5px 10px;*/
	padding: 0;
	position: absolute;
	position: relative;
	overflow: auto;
	border-radius: 8px;

}


.muwa_win_overlay{
	
	display: none; 
	/*position: fixed; */
	/*position: absolute;*/
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background-color: gray/*#000000*/;

	filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
	
}


.muwa_win_inactive{

	position: absolute;
	cursor: pointer;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background-color: silver;

	filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
	
}



/*
* {
  margin:0;
  padding:0;
  border:0;
}
*/
@keyframes slide {
  from { left: 100%;}
  to { left: -100%;}
}
@-webkit-keyframes slide {
  from { left: 100%;}
  to { left: -100%;}
}

.muwa_win_foot{ 
  /*color:black;*/
  background:transparent;
  width:100%;
  height:63px;
  min-height: 63px;
  /*line-height:120px;*/
  overflow:hidden;
  position:relative;
}

.muwa_win_foot_text{

	white-space: nowrap;
	font-weight: bold;
	
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:20px;
  min-height:20px;
  font-size:14px;
  animation-name: slide;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 15s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count: infinite;
}





/* back icons */
.alert_ICON{
	
	/*background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.2) 100%), url(../../img/design/myelli/back/pozor.png) repeat 0 0;*/

	background-image: url(../media/image/alert_icon.png);
	background-color: rgba(255,255,255,0.8);
	background-repeat: no-repeat;	
	background-position: right 20px top 20px;
	background-size: 100px 100px;
	
}


.info_ICON{
	
	/*background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.2) 100%), url(../../img/design/myelli/back/pozor.png) repeat 0 0;*/
	
	background-image: url(../media/image/info_icon.png);
	background-repeat: no-repeat;
	background-position: right 20px top 20px;
	background-size: 100px 100px;
		
}






