#progressBar {
    display: none;
    width: 100%;
    margin: 10px auto;
    height: 22px;
    background-color: #ededed;
}

#progressBar div {
    height: 100%;
    text-align: right;
    padding: 0 10px;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #3fa6ff;
    box-sizing: border-box;
    color:white;
    font-weight: 600;
}

/* Do not take in account */
html {
    padding-top: 30px
}

a.solink {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    background: #f3f5f6;
    color: #cfd6d9;
    border: 1px solid #cfd6d9;
    line-height: 30px;
    text-decoration: none;
    transition: all .3s;
    z-index: 999
}

a.solink::first-letter {
    text-transform: capitalize
}

a.solink:hover {
    color: #428bca
}

/**
custom css file
 */

.inVisible{
    display: none !important;
}
.visible {
    display: block !important;
}