@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

.st-actionContainer {
	z-index: 9999;
	position: fixed;
	display: inline-block;
}

.st-actionContainerLabels {
	z-index: 9999;
	position: fixed;
	display: inline-block;
}
.st-actionContainerZone {
    z-index: 9999;
    position: fixed;
    display: inline-block;
}

.st-actionContainerStyle {
	z-index: 9999;
	position: fixed;
	display: inline-block;
}

.right-bottom {
	bottom: 7em;
	right: 2em;
	float: right !important;
}

.left-bottom {
	bottom: 7em;
	left: 2em;
	float: left !important;
}
.left-bottom-style {
	bottom: 2em;
	left: 2em;
	float: left !important;
}
.right-bottom-labels {
	bottom: 2em;
	right: 2em;
	float: right !important;
}


div.st-actionContainer li{
	list-style: none;
}

div.separator{
    background: #ccf;
    padding: 1px;
    list-style: none;
}
/*.lbl-labels{*/
/*	background-color: white;*/
/*    border-radius: 5px;*/
/*	font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;*/
/*    font-weight: bold;*/
/*	padding: 5px;*/
/*    !*bottom: 50px;*!*/
/*	bottom: 0;*/
/*    margin: 0 auto;*/
/*    display: none;*/
/*}*/
.st-panel{

	/*width: auto;*/
	/*height: 100px;*/
	/*margin-bottom: 10%;*/
	/*background-color: white;*/
	/*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: 5px;*/
	display: none;
}

.st-panel-labels{

	/*width: auto;*/
	/*margin-bottom: 10%;*/
	/*background-color: white;*/
	/*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: 5px;*/
	display: none;
}

.st-panel-zone{
    display: none;
}


.row-labels {
	display: flex;
}

.column-labels{
	flex: 50%;
}

/*div.st-panel{*/
/*	font-family: Roboto;*/
/*	font-size: 15px;*/

/*}*/

/*.st-panel-header{*/
/*	background-color: white;*/
/*	color: black;*/
/*	padding: 3px;*/
/*	font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;*/
/*}*/

/*.st-panel-contents{*/
/*	padding: 15px;*/
/*}*/

.st-button-main{
	font-size:24px;
	color:#ffffff;
	font-size:24px;
	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-button-main-labels{
	font-size:24px;
	color:#ffffff;
	font-size:24px;
	text-align:center;
	line-height:60px;
	cursor:pointer;
	height: 100%;
	width: 100%;
	display: table;
}

.st-button-main-zone > i{
	display: table-cell;
	vertical-align: middle;
}

.st-button-main-zone{
    font-size:24px;
    color:#ffffff;
    font-size:24px;
    text-align:center;
    line-height:60px;
    cursor:pointer;
    height: 100%;
    width: 100%;
    display: table;
}

.st-button-main-style > i{
    display: table-cell;
    vertical-align: middle;
}



.st-button-main-style > i{
	display: table-cell;
	vertical-align: middle;
}

.st-button-main-style{
	font-size:24px;
	color:#ffffff;
	font-size:24px;
	text-align:center;
	line-height:60px;
	cursor:pointer;
	height: 100%;
	width: 100%;
	display: table;
}

.st-button-main-style > i{
	display: table-cell;
	vertical-align: middle;
}










.st-btn-container{
	background:#D15D36;
	width:60px;
	height:60px;
	border-radius:100%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.st-btn-container-labels{
	background:#fdbf4c;
	width:60px;
	height:60px;
	border-radius:100%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.st-btn-container-zone{
    background:#00a230;
    width:60px;
    height:60px;
    border-radius:100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.st-btn-container-style{
    background:#ca4635;
    width:60px;
    height:60px;
    border-radius:100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.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;
}




.tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 22%;
	left: -120%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltiptext::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 22%;
	left: -120%;
	margin-left: -60px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.st-actionContainerLabels   :hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.st-actionContainer   :hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

