/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
}
.footer .list-inline {
    margin-bottom: 0;
}

.btn-group .dropdown-menu .dropdown-item {
    cursor: pointer;
}

#next:focus {
    box-shadow: none !important;
}

.my_alert {
    position: absolute;
    width: 400px;
    right: 10px;
    top: 10px;
}

.loader.loader-active {
    position: relative;
}

.loader.loader-active:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.4;
    background: #cecece url('/install/assets/svg/loading.gif') center;
    -webkit-background-size: 100px;
    background-size: 100px;
    background-repeat: no-repeat;
}