

.st-actionContainer {
	z-index: 9999;
	position: fixed;
	display: inline-block;
	
}

.right-bottom {
	bottom: 2em;
	right: 3em;
	float: right !important;
	
}

.left-bottom {
	bottom: 1em;
	left: 3em;
	float: left !important;
}

div.st-actionContainer li{
	list-style: none;
}

.st-panel{
	width: auto;
	margin-bottom: 3%;
	background-color: #fff;
	color: white;
/*	border: 2px solid #eee;*/
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 10px;
	display: none;
	padding:5px;
}

div.st-panel{
	font-family: Roboto;
	font-size: 15px;
	text-align: center;
	
}

.st-panel-header{
	background-color: white;
	color: black;
	padding: 3px;
}

.st-panel-contents{
	padding: 15px;
}

.st-button-main{

	color:#ffffff;
	font-size:21px;
	text-align:center;
	line-height:60px;
	cursor:pointer;
	height: 100%;
	width: 100%;
	display: table;
}

.st-button-main > i{
	display: table-cell;
	vertical-align: middle;
}

.st-btn-container{
	vertical-align: middle;
text-decoration: none;
text-align: center;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
cursor: pointer;
background: #e67ab1;
background-color:#e67ab1;
color: #fff;
transition: background 0.5s;
-o-transition: background 0.5s;
-moz-transition: background 0.5s;
-webkit-transition: background 0.5s;

	
	width:50px;
	height:50px;
	border-radius:100%;
	
}


.unit2{
	
	background: #fcb034 !important;
    background-color:#fcb034 !important;
}

.unit3{
	
	background: #bccf5e !important;
    background-color:#bccf5e !important;
}

.unit1{
	
	background: #69c8c7 !important;
    background-color:#69c8c7 !important;
}

.unit5{
	
	background: #5ec2d8 !important;
    background-color:#5ec2d8 !important;
}

.unit6{
	
	background: #e97e6e !important;
    background-color:#e97e6e !important;
}


.rotateForward{
    animation-name:             rotateF; 
    animation-duration:         0.65s; 
    animation-iteration-count:  1;

}

@keyframes rotateF {
  from {
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
  }
  to { 
            transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
  }
}

.rotateBackward{
    animation-name:             rotateB; 
    animation-duration:         0.65s; 
    animation-iteration-count:  1;

}

@keyframes rotateB {
  from {
            transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
  }
  to { 
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
  }
}

/*option grid in panel*/

.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.gridChild {
	flex: 0 0 33.33%;
	height: 50px;
	background-color: #999;
	text-align:center;
	text-decoration: none;
	color: white;
	line-height:50px;
}

.gridChild:hover {
	background-color: #eee;
	color: black;
}
