/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 Sep, 2017, 3:45:29 PM
    Author     : root
*/

.ui-autocomplete {z-index: 9999;}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

div#preloader { position: fixed; left: 0; top: 0; z-index: 999; 
                opacity: 0.5;
                width: 100%; height: 100%; overflow: visible; background: #333 url('http://files.mimoymima.com/images/loading.gif') no-repeat center center; }