.navbar {
  background-color: RGBA(0,0,0,0.7);
  min-height: 0;
  
}


 body,html{
  overflow:hidden
}





html {
	background-color:transparent;
}

.menu-usermenu-container ul { margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
.menu-usermenu-container li { display: inline; }
.menu-usermenu-container ul li a { text-decoration:none;  margin: 4px;
	 }
.menu-usermenu-container ul li a:hover {  }

.aframebox {

z-index: 1;
}


.entry-content{
	margin-top: -20px;
	overflow:auto;
	max-height: 100%;
	bottom: 100px;
	pointer-events: auto;
	border-style: dotted;
	border-color: #d9ff00;
	
	 display: inline-block; 
	background-color: rgba(0, 0, 0, 0.5);
	margin-left: 3px;
	box-shadow: 3px 10px #d2d2d2;
	
	-webkit-box-shadow: 2px 2px 11px 1px rgba(210,210,210,0.64);
	-moz-box-shadow: 2px 2px 11px 1px rgba(210,210,210,0.64);
	box-shadow: 2px 2px 11px 1px rgba(210,210,210,0.64)
	
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;

	padding: 16px;	
}


.box {
  padding: 10px;
  background-color: RGBA(0,0,0,0.3);
  
}   

#textdiv {

  overflow-x: hidden;
  overflow-y: hidden;
  
  	
}


.reverse-row-order {
  flex-direction: row-reverse;
}

   #is_sub1 {
    padding-bottom: 50px;
    background-color: rgba(0,0,0,0);
    z-index: 9;


}

   .is_sub2 {
    
    background-color: rgba(0,0,0,1);
    z-index: 9;
}


.menu-widget {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu-widget li {
    display: inline-block;
    margin: 0 2em 0 0;
}


.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0,0,0,0);/* dim the background*/
}


.wordpress_content_layer{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 30%;
  z-index: 20;
  background-color: rgba(0,0,255,0.5);/* dim the background*/
}
 

   #overlay {
    position: absolute;
    top: 5%;
    left: 0;
    height: 95%;
    width: 100%;
    
    z-index: 10;
}

   #minimized_menue {
    position: absolute;
    top: 0;
    left: 0;
    height: 5%;
    width: 100%;
    background-color: rgba(0,255,0,1);
    z-index: 11;
}

    div.item{
  width: 30%;
  height: 50px;
  background: yellow;
  margin: 10px;
  float: left;
  }
  
  
  
  



.gradient{
   
  -webkit-mask-image: -webkit-gradient(linear, left bottom, 
    left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  }
    
	

.item_sortorder{width:auto; height:40px; border-radius:10%; float:right; margin:none;}
.red{background-color:red;}
.blue{background-color:blue;}
.black{background-color:black;}
.green{background-color:green;}
.yellow{background-color:yellow;}

.interfacelayer {
	position:absolute;
	top:50px;
	margin-top:0%;
	width:100%;
	
	overflow:hidden;
	height:calc(100% - 90px);
	
	

}

.vis-manipulation {

		border:none;
	
}
	
	
	
.modal-background {
    background-color: rgba(0, 0, 0, 0.36);
}


.modal-card-head {
    background-color: rgba(255, 255, 255, 0.36);
}
.modal-card-body {
    background-color: rgba(255, 255, 255, 0.36);
}

.modal-card-foot {
    background-color: rgba(255, 255, 255, 0.36);
}









/* new_modal */
.new_modal-overlay{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	/*z-index: 10;*/
}
.new_modal{
	visibility: hidden;
	opacity: 0;
	background: rgba(0,0,0,.6);
	box-shadow: 0 4px 16px rgba(0,0,0,.2);
	border: 1px solid rgba(0,0,0,.333);
	width: 210px;
	height: 210px;
	position: absolute;
	left: 50%;
	top: 50%;
	/*margin-left: -50px;
	margin-top: -180px;*/
	z-index: 99;
    -moz-border-radius: 105px;
    -webkit-border-radius: 105px;
    border-radius: 105px;
}
.new_modal-body{
	overflow-y: scroll;
	height: calc( 100% - 20px );
	pointer-events:none;
}
.new_modal-content{
	padding: 20px;
	transition: transform 0.7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transform: translateY(-50px);
}
.new_modal.opening .new_modal-content{
	transform: translateY(0px);
}
.new_modal-content p{
	font-size: 15px;
	margin: 0 0 15px;
}
.new_modal-header{

	
	transition: border-color 0.2s ease;
	box-sizing: border-box;


}
.new_modal-header-title{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: -0.03em;
	cursor: default;
}
.new_modal-header-btn{
	float: right;
	background-color: #4d90fe;
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	border: 1px solid #3079ed;
	color: #fff;
	border-radius: 2px;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	margin-left: 5px;
	line-height: 26px;
	min-width: 70px;
	outline: 0;
	padding: 0 12px;
	cursor: pointer;
}
.new_modal-header-btn:hover{
	opacity: 0.8;
}
.new_modal-header-btn:active {
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	background: #357ae8;
	border: 1px solid #2f5bb7;
	border-top: 1px solid #2f5bb7;
}

/* STATUS */

.new_modal.is-full{
	left: 0 !important;
	top: 0 !important;
	width: calc(100% - 30px) !important;
	height: calc(100% - 30px) !important;
	margin: 15px !important;
}
.new_modal.is-left{
	left: 0px !important;
	right: auto !important;
	top: 0px !important;
	margin: 0px !important;
	height: 100% !important;
}
.new_modal.is-left{
	left: 0px !important;
	right: auto !important;
	top: 0px !important;
	margin: 0px !important;
	height: 100% !important;
}
.new_modal.is-right{
	left: auto !important;
	right: 0px !important;
	top: 0px !important;
	margin: 0px !important;
	height: 100% !important;
}
.new_modal.is-dragging{
	border-color: #66afe9;
	outline: 0;
	box-shadow: 0 0 8px rgba(102,175,233,.6), 0 6px 20px rgba(0,0,0,.2);
}
.new_modal.opening, .new_modal-overlay.opening{
	-webkit-animation: show 0.5s ease;
	animation: show 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.new_modal.closing, .new_modal-overlay.closing{
	-webkit-animation: hide 0.5s ease;
	animation: hide 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@keyframes show {
    0% { opacity: 0; }
    100% {opacity: 1; }
}
@-webkit-keyframes show {
    0% { opacity: 0; }.new_modal-header-title
    100% { opacity: 1; }
}
@keyframes hide {
	0% { opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes hide {
	0% { opacity: 1; }
    100% { opacity: 0; }
}

@media only screen and (max-width : 210px) {

    .new_modal{
		width: 100%;
	    left: 0 !important;
	    margin-left: 0 !important;
    }
    
}

/* SCROLL */
.new_modal ::-webkit-scrollbar {
	overflow: visible;
	height: 13px;
	width: 14px;
}
.new_modal ::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.2);
	background-clip: padding-box;
	border: solid transparent;
	border-width: 3px;
	min-height: 28px;
	padding: 100px 0 0;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}
.new_modal ::-webkit-scrollbar-thumb:active {
	background-color: rgba(0,0,0,.4);
}
.new_modal ::-webkit-scrollbar-button {
	height: 0;
	width: 0;
}
.new_modal ::-webkit-scrollbar-track {
	background-clip: padding-box;
	border: solid transparent;
	border-width: 0 0 0 4px;
}






