/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS file within this directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require bootstrap
*= require main
*= require_self
*/

/*
* ================== BEGIN BASE SOURCE ADMIN CSS STYLE ==================
*= require plugins/jquery-ui/themes/base/minified/jquery-ui.min
*= require plugins/bootstrap/css/bootstrap.min
*= require plugins/font-awesome/css/font-awesome.min
*= require plugins/font-awesome/css/font-awesome-animation.min
*= require plugins/ionicons/css/ionicons.min
*= require plugins/simple-line-icons/simple-line-icons
*= require css/animate.min
*= require css/style.min
* ================== END BASE CSS STYLE ==================
*/

.footer{
    position:fixed;width:100%;bottom: 0 !important;
}
a.btn{
    text-decoration: none;
}
.no-padding{
    padding: 0 !important;
}
.space{
    margin: 10px;
}
.info{
    border-left: 2px solid white;
    padding-left: 10px;
    padding-top: 2px;
}