/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 29, 2018, 7:40:26 PM
    Author     : yisho
*/
.routelabel
{
     display: inline-block;
}
.fw128{
    flex: 0 1 128px;
}

.fw256{
    flex: 0 1 256px;
}

.fw384{
    flex: 0 1 384px;
}

.routeicon
{
    position:relative;
    display:inline-block;
    width:12px;
    height:8px;
    background-color:#fafafa;
    border-radius: 6px;
    margin: 7px 4px;
    vertical-align: bottom;
}

.pickupspopup {
    width: 23px;
    height: 23px;
    padding-top: 2px;
    text-align: center;
    background-image: url(/images/pickupspopup.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 14px;
    top: 2px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 8pt;
}

.table, .table thead th {
    font-size: 0.875rem;
}

.tableHeadingConfig > th.normalHeader
{
    padding-left: 34px;
}

.tableHeadingConfig > th.normalHeader ~ th.normalHeader
{
    padding-left: 0px;
}

.classification-empty {
    display: inline-block;width: 0;
    margin: 0;
    padding: 0;
}

.classification-filled {
    display: inline-block;
    width: 12px;
    height: 8px;
    border-radius: 11px;
    background: #fff;
    margin: 0 4px .5px 0;
}

.clickblocker_allow {
    position: fixed;
    left: -1px;
    top: -1px;
    width: 0;
    height: 0;
}

.clickblocker_block {
    position: fixed;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: rgba(255,0,255,100);
}

.pointer {
    cursor: pointer;
}

.fieldchanged{
    font-weight: bold;
    font-style: italic;
    color: var(--primary);}

.nav-link{
    text-transform: none !important; 
    padding: 8px !important;
    font-size: .875px;
}

.tabInactive{
    color: rgba(255, 255, 255, .85) !important;
}

tr > td .hovervisible {
    opacity: 0;
}
tr:hover > td .hovervisible {
    opacity: 1;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover{
    margin: 0!important;
}

#auto_logout_progress {
    background: var(--primary); 
    transition: linear .5s;
}