html { position: relative; min-height: 100%; } body { margin-bottom: 60px; } a { color: #3083D6; } /* navbar */ .navbar-default { background-color: #3083D6 ; border-color: #3083D6 ; background: #3083D6 ; } .navbar-default .navbar-brand { color: white; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { } .navbar-default .navbar-nav > li > a { color: white; } /* footer */ .footer { background-color: #3083D6 ; border-color: #3083D6 ; background: #3083D6 ; color: white ; position: absolute; bottom: 0; width: 100%; } .footer-a { color: white; } .footer-a:hover { color: white; text-decoration: underline; } /* noscript */ .noscript { background-color: #dd5148; color: white; } .table-center { margin: 0 auto !important; float: none !important; } .disabled { color: #5E5E5E; text-decoration: line-through; } .random-bg { transition: all 1500ms; } .random-font { transition: all 1500ms; } .wrapper { overflow: hidden; } #loader-bg { position: fixed; /* top: 0; left: 0; right: 0; bottom: 0; */ background-color: #fefefe; z-index: 99999; height: 100%; width: 100%; overflow: hidden !important; visibility: hidden; } #loader { width: 40px; height: 40px; position: absolute; left: 50%; top: 50%; background-image: url(/img/loading.gif); background-repeat: no-repeat; background-position: center; -webkit-background-size: cover; background-size: cover; margin: -20px 0 0 -20px; visibility: hidden; } .fa-external-link { font-size: .5em; } .a-black{ color: black; } .a-restore:hover{ text-decoration: none; } .desc{ color: #666666; } .font-small{ font-size: .8em; } .nav-tabs{ margin: 20px; }