.team-log-table div table{
    width:-webkit-fill-available;
}
#logDetail{
    width:1000px !important;
    height:600px !important;
    top:10% !important;
}
#logDetail .ui-dialog-content{
    padding: 0px;
}
.borderlessTabView .ui-tabs-panels{
    height: 560px !important;
    overflow:auto;
}
.formTab{
    margin: 1em;
}
#master{
    padding: 0px 1em;
}
.ui-icon{
    font-size:20px;
}
.team-detail-column{
    width: 20px;
    font-size: 10px;
}
.team-column{
    overflow: visible !important;
}
.team-detail-icon{
    font-size: 20px;
}
.column-filter-button{
    float: right;
}
#filterTimePanelOuter{
    position: relative;
    overflow:visible !important;
}
#filterTimePanelInner{
    height:auto;
    width:0px;
    background-color: #c4c4c4;
    position: absolute;
    left: -11px;
    top: 4px;
    border-width: 0px 1px 1px 1px;
    display: none;
    transition: max-height 0.35s ease-in-out;
    border-style: solid;
    border-color: #a8a8a8;
}
.ui-datatable-tablewrapper{
    overflow: visible !important;
}
.filterTimeCalendar>input{
    margin: 3px;
    width: -webkit-fill-available;
}
.ui-dialog-content{
    height: inherit;
}
.log-cell{
    overflow:auto;
}