﻿/* This makes the overlay always go over elements that have high z-index, such as bootstrap modals. */
#holdon-overlay {
    z-index: 99999999;
    opacity:1 !important;
    background:#20294580 !important;
}

/* Change the color of the loading indicators */
.sk-circle .sk-child:before {
    background-color: #D50037;
}
.sk-dot1, .sk-dot2 {
    background-color: #D50037;
}
#holdon-content{
    width:150px;
    height:150px;
    transform:translate(-50%,-50%);
    margin:0px;
}