﻿/*stonebridge*/
.tab-stonebridge-active {
    background: linear-gradient( 0deg,#d24218 15%,#ed721a 50%) !important;
    color: white
}

.tabulator-div-hide{
    display:none;
}


/*surveying*/
.tab-surveying-active {
    background: blue;
    border: 2px solid white;
    color: white
}

/*different active styling on the network member view pafe*/
.network-member-container .tab-stonebridge-active {
    background: linear-gradient( 0deg,#d24218 0,#e84e20 30%);
}

.tab-stonebridge-complete {
    background: linear-gradient( 0deg,#2b9801 15%,#2eb800 50%) !important;
}
