/*!
 *   Optimo Client
 *   Author: O'Bri Consulting
 *   Website: Obriconsulting.com <https://obriconsulting.com>
 */

.app-btn-float {
    position:fixed;
	  /*width:60px;*/
  	/*height:60px;*/
  	top:110px;
  	right:18px;
  	background-color:#0C9;
  	color:#FFF;
  	/*border-radius:50px;*/
  	/*text-align:center;*/
  	box-shadow: 2px 2px 3px #999;
    z-index: 200;

}

.app-float-right {
    position:fixed;
  	top:110px;
  	right:16px;
    z-index: 200;

}
.show {
    opacity:1;
}
.hide50 {
    opacity:0.5;
}
.hide {
    opacity:0;
}

.app-picture-border1 {
    border-radius: 5px;
    border: 2px solid #333;
}

.bg-login {
    background: url(../img/bg6.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.card-border {
  border-radius: 10px;
  radius:10px;
}
