﻿/* Table Overflow Scroll for mobile */

.tableScroll.scrollAlert:after {
    content: "Table Scrolls \25BA";
    color: white;
    width: 25px;
    height: 50vh;
    position: fixed !important;
    right: 0px;
    top: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% 0 0 50%;
    background: -moz-linear-gradient(top, rgba(0,53,148,0) 0%, rgba(0,53,148,1) 27%, rgba(0,53,148,1) 72%, rgba(0,53,148,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,53,148,0) 0%,rgba(0,53,148,1) 27%,rgba(0,53,148,1) 72%,rgba(0,53,148,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,53,148,0) 0%,rgba(0,53,148,1) 27%,rgba(0,53,148,1) 72%,rgba(0,53,148,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00003594', endColorstr='#00003594',GradientType=0 ); /* IE6-9 */
    /* transform: rotate(-180deg); */
    writing-mode: vertical-lr;
    text-align: center;
    text-transform: uppercase;
    font-family: proxima-nova, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 10px;
}
