
/* 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 !important;
	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;
	z-index: inherit !important;
	
}



/*
* {
  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;
		
}













/* pre celu stranku */

.loading{
	
	z-index: 9900; 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%; 
	background-color: transparent; 
	background: radial-gradient(circle, rgba(255, 255, 255,1) 60px, rgba(255, 255, 255,0.8) 30%, rgba(255, 255, 255,0.5) 40%, rgba(154, 198, 229,0.8)); 
	border: none;
	
}





.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  z-index: 999999;
}
.loader {
  color: #194362;
  background: transparent;
  font-size: 11px;
  text-indent: -99999em;
  /*margin: 55px; auto;*/
  
  /*position: relative;*/
  
  margin: auto;
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: white;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: white;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





/* vnutri vo win objekte */
.muwa_win_loading{

	

	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0;
	right: 0;
	z-index: -1;
	overflow: hidden;
	
	background-color: transparent;
	
	-webkit-animation: fadein_win 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein_win 2s; /* Firefox < 16 */
	-ms-animation: fadein_win 2s; /* Internet Explorer */
	-o-animation: fadein_win 2s; /* Opera < 12.1 */
	animation: fadein_win 2s;
	
	
	
}

@keyframes fadein_win {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein_win {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein_win {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein_win {
    from { opacity: 0; }
    to   { opacity: 1; }
}


