.headerProgesssbar {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.headerProgesssbar > div {
    width: 24rem;
    padding: 2rem 1rem;
    background: rgba(0, 0, 0, 0.7);
    margin: 0 auto;
    box-shadow: 0 0 1em black;
    border-radius: 0 0 1em 1em;
}
.turbolinks-progress-bar {
    height: 10px;
    background-color: var(--falcon-navbar-light-brand-color);
}

#newHolidayOffcanvasBody::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
}
#newHolidayOffcanvasBody::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


.table-editable {
    position: relative;
}

h1 {
    font-size: 48px;
    color: #963019;
}



p {
    font-size: 16px;
    margin-top: 10px;

}

.table-add {
    color: #070;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 0;
}

.table-add:hover {
     color: #0b0;
 }


.table-up, .table-down {
    color: #323292;
    cursor: pointer;
}

.table-up:hover, .table-down:hover  {
     color: #00f;
 }

.table-remove {
    color: #700;
    cursor: pointer;
}

.table-remove:hover {
     color: #f00;
 }

.glyphicon {
    font-size: 20px
}



.table-responsive {
     overflow-y: hidden;

}