.restaurants .dropdown {
right: -1% !important;
left: auto !important;
-}
+}
.glmCheckBox {
width: auto;
padding: 0 10px 0 0;
margin: 0 10px 0 0;
}
+/* Image Upload Icons */
+.file-download {
+ background-repeat: no-repeat;
+ background-position: left;
+ padding: 1px 2px;
+ padding-left: 18px;
+ position: relative;
+ margin-right: 10px;
+ margin-bottom: 5px;
+ display: block;
+ float: left;
+ clear: left;
+ background-image: url(images/file-ext/txt.png);
+ }
+.avi,
+.mov,
+.wmv { background-image: url(images/file-ext/movie.gif);}
+.doc { background-image: url(images/file-ext/doc.gif);}
+.gif { background-image: url(images/file-ext/gif.gif);}
+.html { background-image: url(images/file-ext/html.gif);}
+.jpg { background-image: url(images/file-ext/jpg.gif);}
+.mp3 { background-image: url(images/file-ext/mp3.gif);}
+.pdf { background-image: url(images/file-ext/pdf.png);}
+.ppt { background-image: url(images/file-ext/ppt.gif);}
+.txt { background-image: url(images/file-ext/txt.png);}
+.xls { background-image: url(images/file-ext/xls.gif);}
+.zip { background-image: url(images/file-ext/zip.png);}
+.rar { background-image: url(images/file-ext/rar.gif);}
\ No newline at end of file