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;
}
.spinner {
width:30px;
height:30px;
margin:100px auto;
visibility: hidden;
}
.cube {
width:33%;
height:33%;
background:#333;
float:left;
-webkit-animation: scaleDelay 1.3s infinite ease-in-out;
animation: scaleDelay 1.3s infinite ease-in-out;
}
/*
* Spinner positions
* 1 2 3
* 4 5 6
* 7 8 9
*/
.spinner .cube:nth-child(1) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s }
.spinner .cube:nth-child(2) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s }
.spinner .cube:nth-child(3) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s }
.spinner .cube:nth-child(4) { -webkit-animation-delay: 0.1s; animation-delay: 0.1s }
.spinner .cube:nth-child(5) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s }
.spinner .cube:nth-child(6) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s }
.spinner .cube:nth-child(7) { -webkit-animation-delay: 0.0s; animation-delay: 0.0s }
.spinner .cube:nth-child(8) { -webkit-animation-delay: 0.1s; animation-delay: 0.1s }
.spinner .cube:nth-child(9) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s }
@-webkit-keyframes scaleDelay {
0%, 70%, 100% { -webkit-transform:scale3D(1.0, 1.0, 1.0) }
35% { -webkit-transform:scale3D(0.0, 0.0, 1.0) }
}
@keyframes scaleDelay {
0%, 70%, 100% { -webkit-transform:scale3D(1.0, 1.0, 1.0); transform:scale3D(1.0, 1.0, 1.0) }
35% { -webkit-transform:scale3D(1.0, 1.0, 1.0); transform:scale3D(0.0, 0.0, 1.0) }
}