.smart-form input:enabled,
.smart-form textarea:enabled,
.smart-form select:enabled,
.smart-form .select2:enabled{
	background: rgba(235, 235, 255, 0.9) !important;
							 /*255*/
}

.smart-form input:disabled,
.smart-form textarea:disabled,
.smart-form select:disabled{
	background: rgba(100, 100, 100, 0.2) !important;

}

.smart-form input:focus,
.smart-form textarea:focus,
.smart-form select:focus {
    outline: none !important;;
    border-color: #9ecaed !important;;
    box-shadow: 0 0 10px #9ecaed !important;;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 50%;
    z-index: 9999;
    background: url('../img/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#0C9;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.my-float{
    margin-top:17px;
}
