﻿@import url(https://netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css); 

#footer {
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
  position: relative;
}

.radiocss
{
    width: 15px !important;
}

#browser_error
{
    height: 300px;
    background-color: #fff;
    text-align: center;
    font-size: 40px;
    color: #057daf;
    margin: 80px auto;
    display: none;
    z-index: 1000001;
    
    margin-left: 30%;
    margin-right: 30%;
    position: fixed;
    width: 40%;
    border: 10px solid #057daf;
    padding: 20px;
}

#overlay {
    background-color: #000000;
    display: none;
    height: 500px;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
    background-image: url("../images/image-loader.gif");
    background-image: center;
    background-repeat: no-repeat;
    background-position: center;
}
.col-md-2.he-file {
    float:right;
}