.apps-option {
	position: fixed;
	right: 0;
	top: 170px;
	max-width:600px;
	opacity:0;
	z-index: 999;	
}

.apps-option .apps-option-menu {
	background: none repeat scroll 0 0 rgba(34, 34, 34, 0.61);
	color: #fff;
	padding: 6px;
	position: absolute;
	right: 100%;
	top: 0px;
	cursor: pointer;
	width:32px;	
	
	-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
	border:1px solid rgba(255, 255, 255, 0.57);
	border-right: none;
	
}
.apps-option .apps-option-menu:hover,.aps-o-open .apps-option-menu,.apps-option .apps-option-body {
	background: none repeat scroll 0 0 rgba(34, 34, 34, 0.91);
}

.apps-option .apps-option-body {	
	color: #fff;
	padding: 10px;
	font-size: 12px;	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	min-height: 160px;
	border-top:1px solid rgba(255, 255, 255, 0.57);
	
}


.apps-option-body .apps-option-body-heading {
	text-align: center;
}
.app-option-menu-icon{
	text-align: center;
	padding-right: 4px;
}
.app-option-menu-title{
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	white-space: nowrap;	
	margin-right: 4px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
}

.apps-option-body #captcha{
	width: 78px !important;
}
.apps-option-body  .catcha-body label{
	display: none;
}
.apps-option-body .catcha-body .has-feedback .form-control{
	padding-right:0 !important;
}
.apps-option-body .catcha-body .form-control-feedback{
	display: none !important;
}
.apps-option-body .help-block{
	display: none !important;
}
