/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.sections.wait{
position: relative;
}

.sections.wait:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8117647058823529);
    z-index: 50;

}



@keyframes spinner2 {
  to {transform: rotate(360deg);}
}
 
.sections.wait:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #07d;
  border-bottom-color: #07d;
  animation: spinner2 .8s ease infinite;
    z-index: 51;

}


 .sections .section .section-inner{
background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 2px;
cursor: pointer;
    
 }
.elements {
	margin-top: 6px;
}


 .elements .element {
background-color: #ffffff;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 2px;
cursor: pointer;
margin-left: 25px;
    border-radius: 2px;


    
 }
 .elements .element td {
    padding: 0px !important;
 }


  .sections .section span.btngroup {
 	float: right;
    display: block;
    height: 20px;
 }

.sections .section span.btngroup button {
border: 0px;
background: 0px;
cursor: pointer;
padding: 0px 6px;
box-shadow: none;
}
.sections .section span.btngroup .drag {
 	cursor: move;
 }


 span.fs-submenu-item:before {
    content: '\21B3';
    padding: 0 5px;
}


